Commit Graph

90679 Commits

Author SHA1 Message Date
Megan Rogge
0bd3cad8cf fix #134817 2021-10-11 14:52:37 -07:00
Matt Bierner
f47ae9e324 Disable dynamic routing when experimental project wide diagnostics are enabled
Fixes #132121

We don't track project loading state properly when project wide diagnostics are enable. Just disable it for now since this is an experimental feature
2021-10-11 14:50:28 -07:00
Logan Ramos
abee3e885c Further address #134660 2021-10-11 17:31:54 -04:00
Megan Rogge
b0c930bdbb fix #134828 2021-10-11 13:09:05 -07:00
Daniel Imms
d4d78b6553 Ignore detach process calls when they're not supported
We can safely ignore these, it shouldn't be up to components calling into
detachFromProcess to check if it supports detach.

Fixes #134829
2021-10-11 13:01:34 -07:00
rebornix
ab66c85e0d fix #128049. 2021-10-11 12:58:12 -07:00
Martin Aeschlimann
f8679c1e68 Auto detect color scheme not working after reload window. Fixes #126823 2021-10-11 21:39:14 +02:00
Lydia Chung
6cdd384283 Updating peek title info color (#134821) 2021-10-11 11:27:19 -07:00
rebornix
cda6f05c6c better height calculation on diff editor creation 2021-10-11 10:02:06 -07:00
Alex Dima
898c759f85 Fail the build when webpack has bundling warnings (early prevention of issues like microsoft/monaco-editor#2691) 2021-10-11 18:14:10 +02:00
Miguel Solorio
84a5899485 Darken banner background on light themes 2021-10-11 09:09:34 -07:00
Benjamin Pasero
2f3a3c1183 web - remove "Download" from F1 2021-10-11 18:04:04 +02:00
Johannes Rieken
93f59447d1 merge arrays#distinctES6 and distinct and avoid O(n2) perf in most cases 2021-10-11 18:03:36 +02:00
João Moreno
a390f81744 no hack is better hack
Co-authored-by: Tyler <TylerLeonhardt@users.noreply.github.com>
2021-10-11 18:02:36 +02:00
Johannes Rieken
c15218d09e use biased extUri when feeding data into extensions tst, https://github.com/microsoft/vscode/issues/134602 2021-10-11 17:13:16 +02:00
Johannes Rieken
e37ede4054 fix typo 2021-10-11 17:13:16 +02:00
Henning Dieterichs
5b0b68b000 Merge branch 'main' into hediet/configurable-bracket-pairs
# Conflicts:
#	src/vs/editor/common/modes/languageConfigurationRegistry.ts
2021-10-11 16:39:43 +02:00
Henning Dieterichs
665020137a Incorporates feedback from PR. 2021-10-11 16:35:35 +02:00
Sandeep Somavarapu
1753fed710 Fix #134792 2021-10-11 16:20:55 +02:00
Johannes Rieken
91a9d7bb1d mark expensive distinct for deprecation 2021-10-11 16:11:23 +02:00
Logan Ramos
2e4d7db64d Address #134660 2021-10-11 10:07:58 -04:00
Johannes Rieken
a6eb630400 collapse editor selection right before applying rename editor, fixes https://github.com/microsoft/vscode/issues/131357 2021-10-11 16:06:26 +02:00
Alex Dima
7d441890e2 bump version 2021-10-11 15:59:26 +02:00
Alex Dima
bb3834ddf3 Fixes microsoft/monaco-editor#2691: add explicit exports in ESM for DOMPurify 2021-10-11 15:58:49 +02:00
Johannes Rieken
e652e8cf22 remove obsolete notebook 2021-10-11 15:47:44 +02:00
Johannes Rieken
8db8a07b4e use true casing rules when creating extensions tst, #134602 2021-10-11 15:24:29 +02:00
Sandeep Somavarapu
b8ec99894e #132192 add some trace statements 2021-10-11 15:23:31 +02:00
Sandeep Somavarapu
6759fe1c8c show limited support as warning 2021-10-11 14:41:58 +02:00
Benjamin Pasero
8d7bb23720 watcher - understand more patterns as full excludes 2021-10-11 14:35:58 +02:00
Johannes Rieken
690de80fbd fix MD formatting 2021-10-11 14:21:50 +02:00
Johannes Rieken
0d5d05331e add query for issue without area label 2021-10-11 14:21:30 +02:00
Benjamin Pasero
0debadce72 shell env - reject with error not string 2021-10-11 14:16:37 +02:00
Daniel Imms
897ed300e6 Support terminal.integrated.cwd as a resource scope setting
Fixes #42165
2021-10-11 05:12:54 -07:00
Alexandru Dima
a9bcd45ef3 Merge pull request #134752 from jeanp413/fix-134750
Fix empty HoverWidget is visible at startup
2021-10-11 14:12:00 +02:00
Benjamin Pasero
6c302fbb07 storage - handle missing object store gracefully 2021-10-11 14:07:16 +02:00
Alex Dima
d03d1d044d Reduce likelihood of forgetting LanguageConfiguration members in various places 2021-10-11 13:36:28 +02:00
Benjamin Pasero
12e9847a93 watcher - fix tests 2021-10-11 13:33:29 +02:00
Benjamin Pasero
be2f951fde debt - introduce Promises.withAsyncBody and adopt in a few places 2021-10-11 13:27:43 +02:00
Benjamin Pasero
a9fe46517e watcher - fix tests 2021-10-11 13:12:29 +02:00
Daniel Imms
ef1fc4b843 Merge pull request #134387 from rjc/patch-1
Fix extended description
2021-10-11 04:05:42 -07:00
Sandeep Somavarapu
35d7a3133e fix #134595 2021-10-11 12:53:05 +02:00
Johannes Rieken
112a32e614 Add another limit to when we auto-dispose document references that have been created by extensions. In addition to a timeout and overall weight, we also check the number of document references we have and cap them to 60, fixes https://github.com/microsoft/vscode/issues/133325 2021-10-11 12:42:32 +02:00
Johannes Rieken
547d92631e getExtensionPathIndex indexes extensions by URI, not just fsPath, fixes https://github.com/microsoft/vscode/issues/134602 2021-10-11 11:41:55 +02:00
Benjamin Pasero
360139292c watcher - delete our windows c# watcher 2021-10-11 11:28:17 +02:00
Benjamin Pasero
c3f78fcbab 🆙 distro 2021-10-11 11:19:48 +02:00
Benjamin Pasero
85c5eb7281 Enable parcel-watcher as new default watcher (#132483) 2021-10-11 11:17:05 +02:00
Johannes Rieken
5dcc08052c change back onDidChaonDidChangeInlayHints, ignore events for model for which a request is currently pending, https://github.com/microsoft/vscode/issues/13043 2021-10-11 10:32:00 +02:00
Jean Pierre
e96a97448a Fix location comparison (#134755) 2021-10-10 21:49:20 -05:00
jeanp413
1ef119a0cc Fixes #134750 2021-10-10 12:54:19 -05:00
SteVen Batten
be75065e81 fixes #134147 2021-10-08 20:22:45 -07:00