Alex Ross
|
a34113483b
|
Task description: "User settings" -> "User"
Fixes #89448
|
2021-11-12 16:27:14 +01:00 |
|
Martin Aeschlimann
|
8215e18557
|
regexp: Unnecessary escapes of -
|
2021-11-12 16:22:45 +01:00 |
|
Martin Aeschlimann
|
4df57580d3
|
remove unnecessary escapes for '-' in regexes that go into schemas (for #137054)
|
2021-11-12 16:22:44 +01:00 |
|
Martin Aeschlimann
|
81b5ea2f37
|
[json] update service (for #137054)
|
2021-11-12 16:22:44 +01:00 |
|
Ladislau Szomoru
|
cd8f11af58
|
Remove cgmanifest.json from git extension
|
2021-11-12 16:22:08 +01:00 |
|
Ladislau Szomoru
|
93a6105179
|
Extract git syntaxes/grammars into a separate extension
|
2021-11-12 16:19:54 +01:00 |
|
Alex Ross
|
2be31eebb1
|
Improve task numbering for task quick picks
Fixes #91440
|
2021-11-12 16:17:14 +01:00 |
|
Alex Ross
|
b1dc0b0ebf
|
Fix task arguments with Windows remote
Fixes #93437
|
2021-11-12 16:02:57 +01:00 |
|
Daniel Imms
|
36c562f117
|
Merge pull request #136772 from microsoft/tyriar/smoke_test_improvements
Smoke test improvements
|
2021-11-12 07:02:34 -08:00 |
|
John Murray
|
5f4830bc79
|
Add progress indicator to SCM in activity bar while QuickDiff is preparing (#136968) (#136969)
|
2021-11-12 15:39:17 +01:00 |
|
Johannes Rieken
|
2dcc58217a
|
reduce enableProposedApi usage further, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 15:29:58 +01:00 |
|
Ladislau Szomoru
|
fff34ad86b
|
Fix test input
|
2021-11-12 15:27:40 +01:00 |
|
Daniel Imms
|
3c9b18e135
|
Remove test only
|
2021-11-12 06:16:17 -08:00 |
|
Daniel Imms
|
c65c8738f9
|
Copy and use IWindowDriver in PlaywrightDriver
|
2021-11-12 06:11:18 -08:00 |
|
Daniel Imms
|
daa8095ccf
|
Fix xterm layering problem
|
2021-11-12 06:05:52 -08:00 |
|
Johannes Rieken
|
112709a721
|
tweak error messages when API proposal isn't available, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 15:04:35 +01:00 |
|
Alex Ross
|
df681dcbfe
|
Add link to task when contexts documentation
Fixes #104000
|
2021-11-12 14:54:31 +01:00 |
|
João Moreno
|
b78b727347
|
docs: 📝 better docs for views welcome content, group property
Related-to: d775c7346c (r60165388)
|
2021-11-12 14:49:34 +01:00 |
|
Johannes Rieken
|
e79a9c811a
|
checkProposedApiEnabled and isProposedApiEnabled must be called with proposal name, add proposals for package.json-based API, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 14:46:42 +01:00 |
|
Daniel Imms
|
634dae736e
|
Merge remote-tracking branch 'origin/main' into tyriar/smoke_test_improvements
|
2021-11-12 05:45:20 -08:00 |
|
Alex Ross
|
23f79187b9
|
Include workspace files tasks in recent tasks
Fixes #109454
|
2021-11-12 14:35:04 +01:00 |
|
Benjamin Pasero
|
aee006ecb8
|
lifecycle - emit onWillShutdown even when using app.exit
|
2021-11-12 13:09:13 +01:00 |
|
Johannes Rieken
|
3bd29c1d6c
|
temp restore all enabled proposed API for test resolver, depends on some contrib-extensions, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 12:46:37 +01:00 |
|
Johannes Rieken
|
d775c7346c
|
create stand-in declaration for contribViewsWelcome and adopt for git-extension, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 12:31:56 +01:00 |
|
Johannes Rieken
|
e6a106f524
|
fix https://github.com/microsoft/monaco-editor/issues/2366
|
2021-11-12 12:24:22 +01:00 |
|
Alex Ross
|
22b53c1acf
|
Add contextualTitle for NPM Scripts
Fixes #111994
|
2021-11-12 11:57:50 +01:00 |
|
Alexandru Dima
|
7bbae2d44d
|
Do not brutally kill extension hosts in the abnormal shutdown case to unblock the build
|
2021-11-12 11:43:25 +01:00 |
|
Ladislau Szomoru
|
e95c74c4c7
|
Extract git static contributions into a separate extension
|
2021-11-12 11:35:35 +01: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 |
|
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 |
|
Alex Dima
|
317ae33489
|
Fix handling of integer parse errors
|
2021-11-12 09:52:33 +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 |
|
Andrii
|
db4439c556
|
Remove code duplication by using existing utils function
|
2021-11-12 06:36:22 +02: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 |
|