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 |
Johannes Rieken
|
7ac327281a
|
make sure proposal name generation is sorted, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 11:05:56 +01:00 |
Ladislau Szomoru
|
4549bd26c7
|
Extract diff language into its own extension (#136967)
|
2021-11-12 10:59:52 +01:00 |
Benjamin Pasero
|
81cf536582
|
watcher - stop sending out delete events on workspace root (#136673)
|
2021-11-12 10:52:44 +01:00 |
Johannes Rieken
|
8d3536c7f7
|
extract auth#session into its own proposal file, make isProposedApiEnabled and checkProposedApiEnabled more strict by forcing them to be called with undefined or a proposal name, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 10:03:53 +01:00 |
Johannes Rieken
|
20382c5743
|
extract notebook controller kind into its own proposal, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 09:54:38 +01:00 |
Johannes Rieken
|
a4d426a1c2
|
split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 09:48:17 +01:00 |
Henning Dieterichs
|
4e8450ad93
|
Fixes #135440
|
2021-11-12 09:44:42 +01:00 |
Johannes Rieken
|
2e0f5604ef
|
move fsChunks into it own proposal file, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 08:41:02 +01:00 |
rebornix
|
98550aa478
|
group cell listeners.
|
2021-11-11 18:36:42 -08:00 |
rebornix
|
0c6e106351
|
separate listeners.
|
2021-11-11 18:36:40 -08:00 |
rebornix
|
b335fc58ef
|
ensure focusMode is always accurate.
|
2021-11-11 18:36:39 -08:00 |
rebornix
|
cdced28174
|
cell editor focus border focus-within
|
2021-11-11 18:36:37 -08:00 |
Tyler Leonhardt
|
fb4f68f42c
|
rename TransferQuickPickItems
|
2021-11-11 16:11:40 -08:00 |
Tyler Leonhardt
|
f8b17200c1
|
refresh more often based on clock skew
|
2021-11-11 14:24:44 -08:00 |
Raymond Zhao
|
023cfc9959
|
Bump axios
|
2021-11-11 13:59:22 -08:00 |
Alex Dima
|
bd25c294cd
|
Fix incorrect event
|
2021-11-11 20:54:27 +01:00 |
SteVen Batten
|
183e6922b0
|
rename commandExecuted
|
2021-11-11 09:49:30 -08:00 |
Matt Bierner
|
40fbc4e89e
|
Unskip test
|
2021-11-11 09:20:58 -08:00 |
Johannes Rieken
|
bf523f8b21
|
fix https://github.com/microsoft/vscode/issues/136955
|
2021-11-11 18:12:17 +01:00 |
Martin Aeschlimann
|
cfebd1d0be
|
remove codicon.registerCodicon: codicon are the default, built-in icons
|
2021-11-11 17:58:31 +01:00 |
Martin Aeschlimann
|
0db54eef8a
|
Use widgetClose icon in banner part
|
2021-11-11 17:58:31 +01:00 |
Johannes Rieken
|
5c720d53f1
|
add failing/skipped test for https://github.com/microsoft/vscode/issues/136955
|
2021-11-11 17:55:43 +01:00 |
Alexandru Dima
|
37794dfd2c
|
Merge pull request #135774 from microsoft/alex/main-process-extension-host
Create extension host processes from a node worker in the main process
|
2021-11-11 17:51:25 +01:00 |
Johannes Rieken
|
ef7b823c60
|
tweak wording of log message, https://github.com/microsoft/vscode/issues/131165
|
2021-11-11 17:34:22 +01:00 |
Johannes Rieken
|
d967d9ca67
|
extract editorInsets proposal into its own file, https://github.com/microsoft/vscode/issues/131165
|
2021-11-11 17:25:49 +01:00 |
Johannes Rieken
|
788d959222
|
simplify `extensionsApiProposals`, https://github.com/microsoft/vscode/issues/131165
|
2021-11-11 17:17:21 +01:00 |
Benjamin Pasero
|
84c9bf4ec8
|
watcher - harden test for unexpected events
|
2021-11-11 16:57:06 +01:00 |
Alex Ross
|
9efa55c419
|
Improve appearance of NPM scripts tree
Fixes #123091
|
2021-11-11 16:45:00 +01:00 |
Johannes Rieken
|
64da3b132b
|
move languageStatus API proposal into its own file, adopt TypeScript usage, https://github.com/microsoft/vscode/issues/131165
|
2021-11-11 16:21:59 +01:00 |
Johannes Rieken
|
3d6385a745
|
feed all "vscode-dts/vscode.proposed.*.d.ts" into tsc, https://github.com/microsoft/vscode/issues/131165
|
2021-11-11 16:21:59 +01:00 |
João Moreno
|
902c672b2e
|
docs(list): 📝 initial documentation for the ListView and List widgets
Related-to: #124652
|
2021-11-11 16:10:54 +01:00 |
João Moreno
|
cf35554717
|
docs: 📝 add documentation for the HighlightedLabel widget
Related-to: #124652
|
2021-11-11 16:05:59 +01:00 |
Martin Aeschlimann
|
bb6f91b5a3
|
externalize icons for the workspace trust editor
|
2021-11-11 15:51:53 +01:00 |
Johannes Rieken
|
6a530e75bc
|
Merge pull request #136754 from microsoft/joh/vscode-dts
move vscode.d.ts and vscode.proposed.d.ts into `src/vscode-dts`-folder
|
2021-11-11 15:48:01 +01:00 |
Martin Aeschlimann
|
7d10ad3e29
|
Make debug run icon themable
|
2021-11-11 15:33:38 +01:00 |
Alex Dima
|
778014d381
|
Move extension host spawning to a worker thread (on the main process)
|
2021-11-11 15:29:15 +01:00 |
Alex Ross
|
9923e8ec1e
|
Variable resolution in contributed custom execution
Fixes #136746
|
2021-11-11 15:23:17 +01:00 |
Alex Dima
|
18777d92ea
|
Merge remote-tracking branch 'origin/main' into alex/main-process-extension-host
|
2021-11-11 15:09:20 +01:00 |
Sandeep Somavarapu
|
2e53b62e54
|
fix #136895
|
2021-11-11 14:56:40 +01:00 |
Johannes Rieken
|
46a6aa99d1
|
Merge branch 'main' into joh/vscode-dts
|
2021-11-11 14:45:04 +01:00 |
Sandeep Somavarapu
|
c109637211
|
clean up
|
2021-11-11 13:47:04 +01:00 |
Sandeep Somavarapu
|
17ded26753
|
#136732 cleanup
|
2021-11-11 13:45:29 +01:00 |
Sandeep Somavarapu
|
1d6fe7bdc8
|
Fix #136732
|
2021-11-11 13:43:58 +01:00 |
João Moreno
|
09598a50cb
|
docs(grid): 📝 add documentation for the Grid widget
Related-to: #124652
|
2021-11-11 13:27:30 +01:00 |
João Moreno
|
cd76d6bda8
|
docs(grid): 📝 cleanup
|
2021-11-11 13:27:30 +01:00 |
João Moreno
|
30e88f9b10
|
docs(grid): cleanup
|
2021-11-11 13:27:30 +01:00 |
João Moreno
|
eca646daae
|
style: 🏷️ connect grid types
|
2021-11-11 13:27:29 +01:00 |
João Moreno
|
a9dd478f7f
|
docs(grid): 📝 refer to the grid docs
|
2021-11-11 13:27:29 +01:00 |
Johannes Rieken
|
b48a7f385e
|
tweak generation of propsal file a little bit
|
2021-11-11 12:55:28 +01:00 |