Commit graph

86117 commits

Author SHA1 Message Date
Logan Ramos 227601428b
Bump distro 2021-08-11 08:39:27 -04:00
Henning Dieterichs d17db2359a
Don't make stopForceRenderingAbove create the widget. 2021-08-11 14:33:31 +02:00
Connor Peet dea81025e8
debug: bump companion verson 2021-08-11 05:21:23 -07:00
Daniel Imms b21cedc9e8 Revert "Dispose of TerminalInstance._onExit only on instance dispose"
This reverts commit 1c1d04bc6f.
2021-08-11 04:49:20 -07:00
Benjamin Pasero a6cf57db06
web - guard against exception thrown from picking file/folder when user cancels 2021-08-11 13:43:13 +02:00
Daniel Imms 1c1d04bc6f Dispose of TerminalInstance._onExit only on instance dispose
Fixes #130277
2021-08-11 04:31:28 -07:00
isidor 58d4666a34
debug: detect links in Variables, Watch and DebugHover
fixes #127795
2021-08-11 12:38:24 +02:00
Henning Dieterichs aa91460a85
Screenreader prompt "Inline Suggestion:" -> "Suggestion:".
Shorter is better here.
2021-08-11 11:59:58 +02:00
Benjamin Pasero a6a19ffa64
Complete the browser local file system provider (#130555)
* html fs - naive impls of create

* html fs - cleanup handle registration flow

* html fs - rewrite stat/readdir

* cleanup

* basic streaming support

* implement stream with position and offset

* implement simple rename

* fix issues

* error handling

* empty line

* simplify

* 💄
2021-08-11 10:35:31 +02:00
Henning Dieterichs 37f845ee35
Merge pull request #130399 from Kingwl/fix_folding_with_inlayhints
Fix folding ranges with inlay hints
2021-08-11 09:35:54 +02:00
Miguel Solorio 7c25c17472 Update seti (refs #129894) 2021-08-10 21:37:29 -07:00
Matt Bierner 08b1c2e68c
Pick up newest TS for building VS Code 2021-08-10 20:34:20 -07:00
Matt Bierner 9e7716727f
Update api query 2021-08-10 20:34:20 -07:00
Rob Lourens 1c445fe4c7 Enable contributing to cell execute dropdown
Towards #130524
2021-08-10 15:48:47 -07:00
Connor Peet 7a034baa92
testing: run what you see
Fixes #130522
2021-08-10 15:45:48 -07:00
Logan Ramos ceb9bcfb57
Revert workbench.html changes 2021-08-10 17:56:57 -04:00
Logan Ramos 8079e0b721
Move webNodePaths to run on compile since we rimraf out 2021-08-10 16:56:23 -04:00
rebornix 695d05f8ff execution count misposition on expand. 2021-08-10 13:51:49 -07:00
rebornix a5cc64cd6a tooltip for double click. 2021-08-10 13:41:11 -07:00
rebornix e477d7f364 show hover background and tooltip for expand ... icons. 2021-08-10 13:34:10 -07:00
rebornix 10c190f4d3 hide split cell button on input collapse 2021-08-10 13:34:10 -07:00
Logan Ramos 6533d46465
Fix case where out/vs doesn't exist 2021-08-10 15:13:27 -04:00
dependabot[bot] b6b1232da2
Bump path-parse from 1.0.6 to 1.0.7 (#130501) 2021-08-10 11:56:55 -07:00
Logan Ramos 82e4bc85cd
Dynamically generate web package paths 2021-08-10 14:44:58 -04:00
SteVen Batten 4e79bb935f refs #121089 2021-08-10 18:21:49 +00:00
Logan Ramos da7d76d2ec
Update extension telemetry module 2021-08-10 12:43:41 -04:00
rebornix 07d7bd3806 expand/collapse actions order. 2021-08-10 09:36:53 -07:00
Megan Rogge 72190f7c69
Finalize terminal color API (#130123)
* fix #128228

* Update src/vs/vscode.d.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>

* Update src/vs/vscode.d.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>

* redo commit

* remove from proposed api

* improve description

Co-authored-by: Megan Rogge <meganrogge@Megans-MBP.lan>
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2021-08-10 08:59:29 -07:00
Alex Ross 24dbdb2c5f
Remove Map from Tree dnd API 2021-08-10 17:06:43 +02:00
Alex Ross dd4fd68940
Update grammars 2021-08-10 17:06:42 +02:00
isidor 8fba2a7635
fixes #126102 2021-08-10 16:55:36 +02:00
isidor 7cd055cdce
In case the debug toolbar is docked we need to make sure that the docked toolbar has the up to date commands registered
fixes #115945
2021-08-10 16:46:30 +02:00
Daniel Imms ec19e508a6 Await xterm writes before resolving reuseTerminal
Fixes #129994
2021-08-10 05:26:08 -07:00
Benjamin Pasero 53ed7fbcac
:chore: remove unused type 2021-08-10 11:43:44 +02:00
rebornix 71b299184f fix #119776. 2021-08-09 18:11:58 -07:00
Connor Peet 9125758184
testing: add support for test tags
For #129456
2021-08-09 16:31:23 -07:00
rebornix 40ab771cf9 fix #130432 2021-08-09 14:25:33 -07:00
rebornix 7f69bc66e0 re ##129781. 2021-08-09 12:03:26 -07:00
Matt Bierner 2d614f229b
Remove only 2021-08-09 12:02:47 -07:00
Matt Bierner 649dd18019
Try to encode authority for asWebviewUri
Fixes #123494

This change attempts to address issues where `asWebviewUri` could create an valid uri but an invalid http uri. This issue appears to be when the host contains a forbidden character (even if it is percent encoded): https://url.spec.whatwg.org/#forbidden-host-code-point

Having one of these characters in the host causes the url to become invalid, resulting in network requests never being made

To fix this, I've added a very simple (poor) encoding mechanism for the authority. I went with my own mechanism over something like base64 because base64 can output `/` and it's also not easy to use across both node and browsers. I also considered base62 and punycode, but both of these would be best to pull in libraries for
2021-08-09 11:24:35 -07:00
Matt Bierner 813c0b2178
Pick up newest TS versions 2021-08-09 11:24:34 -07:00
SteVen Batten 97466dc6c7 move add button out of trusted table 2021-08-09 17:56:58 +00:00
rebornix ce65f320d6 fix #130305. 2021-08-09 10:50:06 -07:00
Logan Ramos 6aa5b9226b
Update extension telemetry module 2021-08-09 13:16:08 -04:00
Tyler Leonhardt c2f6aa497f
remove extra ; 2021-08-09 09:13:18 -07:00
Benjamin Pasero 0c143e5578
search editor - drop legacy backup migration 2021-08-09 18:07:11 +02:00
Tyler Leonhardt 911bbaad8d
use ThrottledDelayer fixes #130315 2021-08-09 09:03:48 -07:00
Benjamin Pasero 28d7c49801
file working copy - implement save participant support 2021-08-09 16:53:12 +02:00
SteVen Batten c0f739ea25
add compliance pipeline (#130289)
Adding SDL compliance pipeline
2021-08-09 07:37:21 -07:00
isidor c00e89d9ae
update watch view when set expression 2021-08-09 15:13:08 +02:00