Commit Graph

89959 Commits

Author SHA1 Message Date
rebornix 3bd85562bb support dynamic label rendering. 2021-11-21 21:39:55 -08:00
Megan Rogge 4e303fcc52 fix #137590 2021-11-21 10:04:21 -08:00
Megan Rogge 6729fbbc86 only focus when showing panel if active instance is not an extHost terminal 2021-11-21 08:53:55 -08:00
Benjamin Pasero 2e636ded90 editors - clearInput before setInput (#34697) 2021-11-21 14:04:28 +01:00
Benjamin Pasero 6825c88670 debt - adopt more DeferredPromise 2021-11-21 09:31:09 +01:00
Benjamin Pasero 6358042bbc process explorer - improve detection logic of window kind (#137427) 2021-11-21 09:28:29 +01:00
Megan Rogge ce15e23a06 fix #128289 2021-11-20 18:25:44 -08:00
Megan Rogge 8d1b714a23 disable local echo when local by default (#137588) 2021-11-20 18:08:49 -08:00
Megan Rogge fe1958cdcb reset terminal name when empty title is provided (#137589) 2021-11-20 18:08:30 -08:00
Alex Dima 6add87d451 Fixes #132912: Insert a neutral character to check what its token type would be when deciding to auto-close a pair 2021-11-21 00:46:12 +01:00
Alex Dima 1b7a0df59c Minor refactorings 2021-11-20 22:57:04 +01:00
Alex Dima 97aa083b93 Simplify logic dealing with the case when the character is already typed (the composition end case) 2021-11-20 22:24:05 +01:00
Alex Dima 94d07f18ea Add comments and rename variables 2021-11-20 22:03:07 +01:00
Alex Dima cae6e662ce Reduce usage of allow-any-unicode-next-line 2021-11-20 21:01:29 +01:00
Alex Dima 981ab5e8d3 Update to Unicode 14.0.0 2021-11-20 18:41:35 +01:00
João Moreno 6f2ad1994c More RBAC usage (#137579)
* ci: 👷 remove secret references

* inline web storage account

* remove unused reference

* inline storage accounts

* formatting

* formatting

* drop ticino-storage-key, web-storage-key

* remove leftovers

* fix build

* fix build

* catch errors on all upload* scripts

* bump gulp-azure-storage
2021-11-20 09:01:39 -08:00
Alex Dima 1d8839096b Remove type hints 2021-11-20 15:55:37 +01:00
Alex Dima 6b1a058a88 Improve running on https 2021-11-20 15:00:35 +01:00
Alexandru Dima a67d90abd0 Merge pull request #136620 from filiptronicek/ft/fix-136619
Rename arg `connectionToken` to `connection-token`
2021-11-20 13:05:52 +01:00
Alex Dima 27a61bd985 Small tweaks 2021-11-20 13:04:52 +01:00
Alex Dima 6bfc0b14bc Merge remote-tracking branch 'origin/main' into pr/filiptronicek/136620 2021-11-20 11:51:24 +01:00
rebornix 165611d073 CellParts for markdown. 2021-11-19 20:32:10 -08:00
Peng Lyu 02e3a81153 Merge pull request #137561 from rchiodo/rchiodo/renderer_iw
Fix jupyter issue 8316 - Jupyter renderer extension not used for IW
2021-11-19 18:19:18 -08:00
rebornix 36adb23bca CellPart#renderCell. 2021-11-19 18:17:03 -08:00
rebornix f57aaeb56c progress bar listener. 2021-11-19 18:17:03 -08:00
Rich Chiodo a36f0976ba Fix jupyter issue 8316 - Jupyter renderer extension not used for IW 2021-11-19 17:29:32 -08:00
Matt Bierner 6fc33324af Use runWithFakedTimers in more tests
For #135075
2021-11-19 16:39:19 -08:00
Matt Bierner aa810777e3 Speed up tests with take timers
For #135075
2021-11-19 16:23:05 -08:00
Matt Bierner edfee5c945 Reduce delay in test
For #135075
2021-11-19 16:14:31 -08:00
Matt Bierner 03f1fc5cfd Spelling 2021-11-19 16:13:20 -08:00
Matt Bierner 4c83c132c3 Reduce timeout
For #135075
2021-11-19 16:11:51 -08:00
Matt Bierner bbc10afeda Improving ux for search in webviews on web 2021-11-19 16:00:50 -08:00
Matt Bierner e784e88a87 Update setting name to be more extensible in the future
Discussed in https://github.com/microsoft/TypeScript/issues/46590#issuecomment-966756378
2021-11-19 15:13:02 -08:00
Matt Bierner 9939a82851 Add separator for TS version quick pick 2021-11-19 15:13:02 -08:00
Matt Bierner fa1266520c Removing gating for ts args
These should be ignored on older TS versions
2021-11-19 15:13:01 -08:00
Matt Bierner 75c202e435 Don't send over npmLocation on web 2021-11-19 15:13:01 -08:00
Daniel Imms 3c7bc14d8c Fix terminal find z index
Fixes #137017
2021-11-19 14:03:48 -08:00
Daniel Imms 2f7ab5c0e0 Disable should update color of the tab
Flake in CI
2021-11-19 13:58:01 -08:00
Daniel Imms ec4b7e10ab Fix fetching remote backends for attach session command
Part of #136064
2021-11-19 13:57:20 -08:00
Daniel Imms 9ed1645650 Fix terminal grace time constants in remote
This was causing detach to kill procs immediately

Part of #136064
2021-11-19 13:57:20 -08:00
Martin Aeschlimann 6123d781cb [json] use uri helpers 2021-11-19 22:27:02 +01:00
rebornix 9a97289dc7 redundant layout change of cell status bar. 2021-11-19 13:08:02 -08:00
Martin Aeschlimann f13f5832fd [json] when downloading JSON Schema files, do Conditional GETs. Fixes #101050 2021-11-19 22:06:54 +01:00
Martin Aeschlimann d3aabc5449 remoteCli: support opening new windows, including other remotes and locals. Fixes #137529 2021-11-19 22:06:53 +01:00
Martin Aeschlimann cc30f1f967 windowsMainServer: reuse doOpenEmpty & include arguments in traces 2021-11-19 22:06:52 +01:00
Martin Aeschlimann c28aeab310 add verbose to remoteCli 2021-11-19 22:06:51 +01:00
Miguel Solorio 6b52ad88d6 Fix #136774 2021-11-19 12:21:56 -08:00
rebornix b33ab96c3d Move progress bar to cell part. 2021-11-19 11:49:56 -08:00
SteVen Batten 30aa38554b fixes #137523 2021-11-19 11:39:55 -08:00
rebornix bd93a73c14 prepare layout. 2021-11-19 11:30:07 -08:00