Commit Graph

28 Commits

Author SHA1 Message Date
Matt Bierner
75a0ad4f75 Esbuild a few more built-in extensions
Switches from webpack to esbuild for `merge-conflict`, `references-view`,  `search-result`, and `simple-browser`
2026-02-13 15:00:06 -08:00
Raymond Zhao
e987c5242e chore: bump extension versions (#295040) 2026-02-13 04:15:03 +05:00
Matt Bierner
723aa849c9 Convert gulpfiles to modules
Makes a pass through our top level gulpfiles to convert them to modules
2025-11-11 15:28:50 -08:00
Matt Bierner
98b069c041 Work towards getting isolated built-in extension compiles
For #271167

This makes it so our built-in extensions can mostly be built using `tsc` on the command line. Previously the extensions were picking up a lot of typing info from the root `node_modules` that meant they weren't truly independent
2025-10-13 11:03:20 -07:00
Sandeep Somavarapu
1e0580ec23 Use categories for builtin extensions groups (#202453)
* support grouping of extensions

* remove grouping

* reuse categories parsing

* cleanup

* fix tests
2024-01-14 18:19:29 +01:00
Joyce Er
5d454b0afc Fix search editor activation (#179924) 2023-04-13 23:50:44 +01:00
Joyce Er
affa0691f9 Remove redundant activation events (#172062) 2023-02-06 09:38:15 -08:00
Jackson Kearl
6e6ca5f46a Add proposedApi manifest to searchresult extension 2021-11-15 15:03:29 -08:00
Johannes Rieken
09c9d4c293 use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
Miguel Solorio
b074a8af98 Fix #86965 2021-10-04 15:27:25 -07:00
Sandeep Somavarapu
ac151b40a5 enable virtual workspace capability 2021-04-23 10:20:23 +02:00
SteVen Batten
f9fc28d47d update ext manifest schema validation and built-in exts 2021-04-21 11:54:42 -07:00
Jackson Kearl
532a0b3a99 Onboard search-result to workspace trust. 2021-04-09 11:49:42 -07:00
João Moreno
ec805db5ed add repository field to extensions package.json 2021-01-29 15:30:45 +01:00
Jackson Kearl
cef7004a46 activate search result extension onLanguage:search-result #110031 2021-01-11 11:22:17 -08:00
Jackson Kearl
339681f631 Use excludive selectors for search editor contributions to fix #91453.
cc @jrieken
2020-11-06 11:23:45 -08:00
Jackson Kearl
9c525f3cf2 Enable search-editor in serverless.
Closes microsoft/vscode-internalbacklog/issues/1208
2020-07-29 21:24:57 -07:00
Matt Bierner
b1e9155139 Use generic for providers with resolve methods (#96955)
* Use generic for providers with resolve

Fixes #95852

Some of our providers have two phases: provide and resolve. This change updates the typings to make it clearer that the values returned by provider are passed into resolve.

* Remove duplicate vscode.d.ts in search-result extension

* Also use generic type in result of resolve
2020-05-11 13:06:03 -07:00
Jackson Kearl
3a1e245648 Remove outdated extension contributed commands 2020-01-24 17:24:03 -08:00
Jackson Kearl
76dfc8d544 Clean up search editor rerun actions 2019-12-12 18:01:47 -08:00
Jackson Kearl
2dfedf4494 Clean up npm script 2019-12-10 10:49:37 -08:00
Jackson Kearl
55307c2a39 Add syntax highlighting to Search Results.
Closes #86241.
2019-12-09 18:13:54 -08:00
Jackson Kearl
0fd472271d Make all search-result editors have no line numbers
And make that configurable
2019-12-04 10:02:23 -08:00
Jackson Kearl
eae6eca8cf [Search Editor] Add option for context lines 2019-12-02 19:39:34 -08:00
Jackson Kearl
8062282fc7 Fix build 2019-11-25 14:59:40 -08:00
Jackson Kearl
24e826acd5 Add extension build scripts 2019-11-25 11:55:15 -08:00
Jackson Kearl
c2e11d41f5 Add re-run search editor search action 2019-11-24 16:47:58 -08:00
Jackson Kearl
695bc30383 Add initial search editor implementation (#85424)
* Initial search editor implementation

* Merge fixes

* Exclude search result untitled editors from localresults results

* Remove unneeded keybinding

* .vsc-search => .code-search

* Add extension readme

* Fix extra space inserted on Windows

* Fixup some escaping issues

* Add highlighting of result matches
2019-11-24 02:35:39 -08:00