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
Connor Peet
7672ab4e28
testing: allow updating expand state of existing items
...
Fixes #133368
2021-10-08 16:11:58 -07:00
Connor Peet
c33e050927
tree: allow changes of existing diff IDs to trigger rerenders
2021-10-08 16:11:58 -07:00
Connor Peet
d92cbfca78
testing: fix terminals not being reused correctly
...
Fixes #134129
2021-10-08 16:11:58 -07:00
Connor Peet
44de6e9b97
testing: fix multiple overlapping messages per line
...
Fixes #134129
2021-10-08 16:11:58 -07:00
Connor Peet
0f9d3f4b63
testing: fix letter spacing in test decorations
...
Fixes #132059
2021-10-08 16:11:58 -07:00
Jackson Kearl
2aadb61238
Fix #131599
2021-10-08 15:36:50 -07:00
Raymond Zhao
8919d390eb
Fix #130868
2021-10-08 14:14:14 -07:00
Jackson Kearl
b1a1f7f21a
Close #133785
2021-10-08 13:51:30 -07:00
rebornix
6481ffa1c7
💄
2021-10-08 13:30:01 -07:00
rebornix
bc43967e22
avoid flash on output expand/collapse.
2021-10-08 12:58:35 -07:00
Raymond Zhao
529c957874
Add more aria labels to Settings editor
...
Fixes #134512
Fixes #134559
2021-10-08 12:38:35 -07:00
Jim Griesmer
845af8a5c3
Enlarge small markdown text size - trivial change ( #134550 )
...
* Enlarge small markdown text size - trivial change
* Didn't intend to change h1 line height
* Simplify font-size story for h1, h2, h3 and p
2021-10-08 12:29:39 -07:00
Matt Bierner
14f72608c0
Remove definition list snippet
...
#134611
This is non-standard md and was incorrectly added. Instead the snippet should be included by whatever extension introduces support for this syntax
2021-10-08 12:24:20 -07:00
Connor Peet
649a1afa53
testing: run all tests with equivalent range at cursor
...
Fixes #133519
2021-10-08 12:21:09 -07:00
SteVen Batten
30e17436c5
fixes #134196
2021-10-08 12:20:03 -07:00
Tyler Leonhardt
5364c56768
include insiders.vscode in nocors
2021-10-08 11:32:28 -07:00
Connor Peet
39f00c5380
Merge pull request #134586 from microsoft/connor4312/remote-ext-host-env
...
debug: apply environment to remote extension host
2021-10-08 11:13:15 -07:00
Connor Peet
bf997b6aa5
fixup! missing bits
2021-10-08 11:11:34 -07:00
Johannes Rieken
21991a02a0
Merge branch 'joh/tstavl' into main
2021-10-08 19:54:01 +02:00
Logan Ramos
9eb85d5421
Don't fire telemetry change event if no change
2021-10-08 13:01:41 -04:00
Martin Aeschlimann
deb4ed9242
scripts/test-documentation.sh fails: Can only register one file editor input factory. Fixes #128155
2021-10-08 18:31:55 +02:00
Johannes Rieken
858c7ffce1
Merge branch 'main' into joh/tstavl
2021-10-08 18:18:48 +02:00
Johannes Rieken
031e699f37
TST rebalances on insert and delete
2021-10-08 18:18:41 +02:00
Raymond Zhao
1fff41e37c
Use actual value
...
Fixes #128110
2021-10-08 09:02:18 -07:00
Martin Aeschlimann
91de581322
fix spelling of isAuthenticaionProviderExtension
2021-10-08 17:29:02 +02:00