Commit Graph

89088 Commits

Author SHA1 Message Date
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
Martin Aeschlimann 62482f6ced 'Reload with extensions' disables current remote resolver. Fixes #128227 2021-10-08 17:26:12 +02:00
Alex Dima 3860b772e4 Revert "Simplify external .d.ts"
This reverts commit 65b10df98f.

See https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require
2021-10-08 16:58:02 +02:00
egamma 258f678323 update grooming queries 2021-10-08 15:46:09 +02:00
Sandeep Somavarapu d9ae3f7992 Merge pull request #134646 from microsoft/sandy018/bisect/enabledExtensions
do not disable always enabled extensions
2021-10-08 14:26:19 +02:00
Sandeep Somavarapu 29ce733415 do not disable always enabled extensions 2021-10-08 14:20:44 +02:00
Sandeep Somavarapu b700cb689a nit bit 2021-10-08 14:17:53 +02:00
Sandeep Somavarapu 14dae5177e show limited support message 2021-10-08 14:06:47 +02:00
Martin Aeschlimann 7aaa2474eb JSON Schema validation https failed without details. Fixes #127769 2021-10-08 12:03:03 +02:00
Martin Aeschlimann d7ec4b3edc remove unused parameter 2021-10-08 12:02:39 +02:00
Alex Dima 435f287a5c Remove support for @monacodtsreplace since TS has gotten a lot better at emitting dts 2021-10-08 09:52:36 +02:00
Alex Dima 0eaaf654c8 check in compiled file 2021-10-08 09:52:35 +02:00