Commit graph

89753 commits

Author SHA1 Message Date
Miguel Solorio 68519fc444 Fix #137085 2021-11-16 08:39:29 -08:00
Sandeep Somavarapu f6470973e7
#51935 support updating configuration for multiple language identifiers in configuration service 2021-11-16 17:12:33 +01:00
Alex Ross 7131e48daf
Remove IterableIterator from dnd API proposal
Part of #32592
2021-11-16 16:15:16 +01:00
Sandeep Somavarapu 340338b3b3
#51935 support multi lang specific settings 2021-11-16 15:03:33 +01:00
Alex Ross adcda6af72
Add onWillDrop to tree dnd proposal
Part of #32592
2021-11-16 14:51:58 +01:00
Ladislau Szomoru 56681eda57
Update Publish Branch label 2021-11-16 14:43:47 +01:00
Johannes Rieken dd72b79db6
update distro 2021-11-16 14:32:35 +01:00
Johannes Rieken 409041b7ff
dedupe workspace symbols results 2021-11-16 14:07:03 +01:00
Benjamin Pasero 5c52ca4dac
api - update docs around onDidChangeWorkspaceFolders (fix #137263) 2021-11-16 09:58:14 +01:00
Johannes Rieken c0d8e78359
update distro 2021-11-16 09:35:57 +01:00
Sandeep Somavarapu 7f3fb9cf2d
#51935 clone override contents 2021-11-16 09:10:52 +01:00
Johannes Rieken 6150256284
Merge pull request #137267 from microsoft/chrisdias/updatepngs
update `png` files
2021-11-16 07:59:30 +01:00
Tyler James Leonhardt 6a25ae3a24
enable browser and remote integration tests (#137254) 2021-11-15 19:06:03 -08:00
Matt Bierner 8a7324fd2e
Allow relative file links inside of markdown notebook cells
Fixes #126097
2021-11-15 18:43:28 -08:00
Matt Bierner 4415c0f105
Update ts@next for building VS Code 2021-11-15 18:16:01 -08:00
Matt Bierner fc4e141811
Skip one more test on web 2021-11-15 18:15:15 -08:00
Matt Bierner 99226399fc
Skip html image tests on web
Need to figure out how to handle file uris on web
2021-11-15 17:47:58 -08:00
chrisdias f50ca77882 update png files 2021-11-15 17:26:14 -08:00
Matt Bierner db96db93a5
Add file to exception list 2021-11-15 17:15:52 -08:00
rebornix c775da5f0f
fix #133928 2021-11-15 17:04:47 -08:00
Afrish Khan S e38fbdae27
Change img hrefs in markdown from file to vscode-file (#136687)
* Change img hrefs in markdown from file to vscode-file

* Transform all img uris after markdown rendering
2021-11-15 16:56:39 -08:00
Jackson Kearl 6e6ca5f46a
Add proposedApi manifest to searchresult extension 2021-11-15 15:03:29 -08:00
Matt Bierner 99739e607b
Try avoiding bad calls to columnToEditorGroup
Fixes #132421
2021-11-15 14:48:48 -08:00
Matt Bierner bb764173a3
Require more explicit strict null typing for executeCommand
Fixes #136906

Some commands never return undefined, so the current typings are incorrect. Instead we should require the caller to pass in `| undefined` if undefined can be returned
2021-11-15 14:19:12 -08:00
Matt Bierner c8a321ae17
Skip document link test on web
Fixes #136738

Cant figure out why these tests sometimes timeout in safari on web. Only in ci too it seems :/
2021-11-15 13:27:04 -08:00
Matt Bierner 9fa52c75d6
Use unique id for webview iframe
Switch from using the passed in id (which is generally but not always unique) to instead use a generated id for identifying the webview's iframe. This prevents two iframes with the same id from being created
2021-11-15 13:27:04 -08:00
Rob Lourens 2fe3c26ff7 Update unsupported debug type warning on context key updates
Fix #137219
2021-11-15 13:05:40 -08:00
Tyler James Leonhardt b256d9bc74
Initial cut of QuickPick separators (#137244)
* initial cut of QuickPick separators

* add proposed gate
2021-11-15 12:43:10 -08:00
Raymond Zhao e1e648fe6e
Revert back to onStartupFinished activation event
Fixes #137012
2021-11-15 12:39:25 -08:00
Rob Lourens a277202652 Fix #136482 2021-11-15 12:30:21 -08:00
rebornix c157ab781b
diagram for notebook model resolution. 2021-11-15 12:01:32 -08:00
Sandeep Somavarapu 4e29d28afb
#51935 use overrides from the model 2021-11-15 18:59:25 +01:00
Daniel Imms 303bd5d617
Merge pull request #137201 from microsoft/tyriar/137155
Improve extension pty terminal tests
2021-11-15 09:24:00 -08:00
Sandeep Somavarapu de269bbbf2
#51935 fix overrides keys in configuration model while merging 2021-11-15 17:32:34 +01:00
rebornix 4dde912b9e
Update cell rendering. 2021-11-15 08:18:02 -08:00
rebornix 8f37bcaf6e
Simplify markup cell renderElement. 2021-11-15 08:18:01 -08:00
rebornix 7a9cf6dbba
Move decoration update to common. 2021-11-15 08:18:01 -08:00
Sandeep Somavarapu bdc489b38d
#51935 fix configuration model to consider an override identifier can exists in more than one overrides 2021-11-15 17:10:19 +01:00
Johannes Rieken 466d0418a2
update distro 2021-11-15 15:00:54 +01:00
Johannes Rieken ccdd1bf1a1
update distro 2021-11-15 13:51:24 +01:00
Martin Aeschlimann 5be35751b9
Remove unnecessary regexp escape (for #137166) 2021-11-15 13:05:02 +01:00
Benjamin Pasero bacf6ed2c1
smoke - properly create screenshots and stop instances (#137220) 2021-11-15 12:15:25 +01:00
Daniel Imms c33965ab75 Fix terminal dnd feedback
Fixes #137205
2021-11-15 01:21:45 -08:00
Daniel Imms ddd2f5901e Fix terminal detach session
Fixes #137204
2021-11-15 01:17:59 -08:00
Sandeep Somavarapu 5243c4021a
#136424 add to proposed api 2021-11-15 09:52:34 +01:00
Daniel Imms f76b133e69 Don't wait for 4s orphan check for just revived processes
Fixes #133964
2021-11-15 00:43:22 -08:00
Johannes Rieken 4a7cd9416f
tweak for https://github.com/microsoft/vscode/pull/135736#issuecomment-968528741 2021-11-15 09:21:53 +01:00
Daniel Imms f88820646b Tidy up 2021-11-15 00:14:06 -08:00
Daniel Imms 9366786ec6 Use optional chaining in ExtHostPseudoterminal 2021-11-14 23:55:29 -08:00
Daniel Imms b934d09346 Move other extension terminal tests to async await
Part of #137155
2021-11-14 23:53:12 -08:00