Commit graph

86090 commits

Author SHA1 Message Date
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
Alex Ross
e2076e315e
Add file types to browser file dialog
Fixes #130035
2021-08-09 11:53:47 +02:00
Dirk Baeumer
12a1d1f9cb
More fixes for #126408: Support changes in vscode-nls-dev that allow hint comments in package.nls.json 2021-08-09 11:24:24 +02:00
Andre Weinand
e2ab8b4429
move run/debug contribution to debug; fixes #130385 2021-08-09 10:52:06 +02:00
Dirk Baeumer
1ee61f368e
Reference config file in rich nav action 2021-08-08 15:53:01 +02:00
Benjamin Pasero
b52b00ce58 editors - findGroup can return undefined 2021-08-07 15:24:45 +02:00
Benjamin Pasero
ec9a8fe5b7
web smoke - guard against failing tracing 2021-08-07 15:10:50 +02:00
Henning Dieterichs
8baf7b6cc5
Fixes #130282. 2021-08-07 13:46:21 +02:00
Rob Lourens
42a8653e39 Mention building browser integration test code 2021-08-06 18:22:41 -07:00
Tyler Leonhardt
fdf231d1fb
delete commented out code 2021-08-06 16:55:41 -07:00
Rob Lourens
accf5ae359 Add Jupyter language with JSON syntax highlighting
#128495
2021-08-06 15:51:29 -07:00
Tyler Leonhardt
52658e11de
unable automatic language detection by default 2021-08-06 15:46:08 -07:00
Matt Bierner
c2fab30adf
Add note about incognito mode 2021-08-06 14:08:34 -07:00
Miguel Solorio
3f4879a8cb update seti theme 2021-08-06 13:52:02 -07:00
Connor Peet
d4b9d21558
terminal: ignore parse errors from typeahead color
For #126055
2021-08-06 13:51:30 -07:00
Connor Peet
020ff7ec52
fix: delete lockfile asynchronously 2021-08-06 13:51:30 -07:00
Tyler Leonhardt
765fc625c7
update to languagedetection 1.0.18 2021-08-06 13:46:27 -07:00
Miguel Solorio
14bc1c1560 Values in dataframe display are not always centered in native Notebook UI (Fixes #130207) 2021-08-06 13:42:50 -07:00
meganrogge
d1bfaf13ac
part of
#130192 move default profile to top of dropdown list
2021-08-06 13:39:16 -07:00
rebornix
3926fbd0b9 fix #130199. 2021-08-06 13:35:20 -07:00
Miguel Solorio
5a394770ad update seti theme 2021-08-06 13:18:22 -07:00
rebornix
91ad07b480 re #128173. handle focus on markdown preview 2021-08-06 13:15:11 -07:00
rebornix
5dd10ce83b no more undo command test. 2021-08-06 13:03:40 -07:00
rebornix
578a5a9c07 fix #130230. 2021-08-06 12:01:49 -07:00
Tyler James Leonhardt
cfcda1c048
Improve performance of language detection (#130006)
* initial move to worker

* move event handling to the untitledTextEditorModel

* reuse simpleWorker interfaces and classes

* use correct path to languageDetection

* have vscode-languagedetection be outside of the asar

* add telemetry

* don't unpackage anything from languagedetection because it's not needed

* add an integration test

* some of Ben's feedback

* rework worker code to avoid duplication

* add isDisposed check

* fix test

* Isi and Ben feedback part 2

* use RunOnceScheduler instead and try to fix the test using events

* Ben feedback part 3

* bump distro
2021-08-06 11:56:14 -07:00
rebornix
3d9899db8e re #128173. Only handle monaco editor textarea. 2021-08-06 11:55:41 -07:00
meganrogge
a0696fb236
fix #128722 2021-08-06 11:54:52 -07:00