Commit graph

78197 commits

Author SHA1 Message Date
deepak1556 43ced8a10a chore: bump distro 2021-03-09 10:42:11 -08:00
Johannes Rieken 0f042b2c85
fix https://github.com/microsoft/vscode/issues/118569 2021-03-09 19:40:33 +01:00
SteVen Batten 0e43220113 finalize telemetry enablement api
refs #110267
2021-03-09 10:22:51 -08:00
SteVen Batten 95d3c1e63b finalize isNewAppInstall api
refs #117058
2021-03-09 10:20:18 -08:00
Rachel Macfarlane 6438e0564a Add 'Marketplace' as option for file on and remove as top-level type, #118473 2021-03-09 09:58:08 -08:00
Johannes Rieken 17c67963f3
api work snapshot 2021-03-09 18:00:09 +01:00
Sandeep Somavarapu 112bd09002 Queue file operations 2021-03-09 17:57:32 +01:00
Sandeep Somavarapu 4ee2ef41e5 update cache on reprocess 2021-03-09 17:55:13 +01:00
Johannes Rieken 0f64ef1b65
remove NotebookDocument#contentOptions 2021-03-09 17:44:22 +01:00
isidor f0cf34e073
debug: do not bind F10 to step over when on web 2021-03-09 17:24:46 +01:00
Logan Ramos eaf4a6a91b
Fix debug console URI being decoded (#118226)
* Use strings when possible instead of URIs

* Add tests
2021-03-09 16:24:33 +00:00
Daniel Imms 417b7803a1 Update distro 2021-03-09 07:49:43 -08:00
Daniel Imms 2c11dafcc2
Merge pull request #118252 from microsoft/tyriar/116467_2
Consolidate local and remote terminal implementations
2021-03-09 07:45:49 -08:00
Daniel Imms dc92ff5354 Set distro back to that in main 2021-03-09 07:45:00 -08:00
Daniel Imms 4bb960ade6 Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-09 07:44:45 -08:00
isidor b02e102f48
untitleHint: use expereiment service 2021-03-09 16:31:58 +01:00
Chuck Lantz 90efd0a81a
Update README.md 2021-03-09 07:17:33 -08:00
Alex Ross 449158a1aa
Some Ports view cleanup 2021-03-09 16:07:31 +01:00
Daniel Imms 637497076a Update distro 2021-03-09 06:53:23 -08:00
Daniel Imms 1e7fbfa767 Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-09 06:49:30 -08:00
Daniel Imms e7b0596d89 Revert "Comment out notebook compile error"
This reverts commit 7bcec04426.
2021-03-09 06:49:10 -08:00
Johannes Rieken aaf6287ecc
remove skipped test 2021-03-09 15:48:16 +01:00
Johannes Rieken e96f0ea370
todo-tag 2021-03-09 15:48:16 +01:00
Daniel Imms 7bcec04426 Comment out notebook compile error 2021-03-09 06:46:29 -08:00
Daniel Imms 878526839a Update distro 2021-03-09 06:34:25 -08:00
Daniel Imms 364b9e98e8 Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-09 06:30:23 -08:00
Daniel Imms ab9e11f38e Remove resolved comments 2021-03-09 06:29:08 -08:00
isidor e2ba7c6ae3
Breakpoint inline edit button should be a submenu
fixes #115111
2021-03-09 15:25:24 +01:00
Daniel Imms 27efd88041 Remove preconnection terminal concept
Because of the create/start changes, RemotePty will no longer be initialized
before the remote env is started which means there are no preconnection
terminals anymore. This means that the terminal will not accept focus or input
before the remote connection is ready.
2021-03-09 06:24:17 -08:00
Alex Ross 4db71714eb
Properly dispose everything in tunnel view cells
Part of #118544
2021-03-09 15:19:12 +01:00
Johannes Rieken 9cc276648e
remove onDidChangeCellLanguage-event in favor of the existing document closed/opened event sequence 2021-03-09 15:14:30 +01:00
Daniel Imms 55af8021a1 Simplify RemotePty, revive shell config cwd 2021-03-09 06:06:44 -08:00
Alex Ross e373b9c59e
Focus row when escaping input on Ports view
Fixes #117771
2021-03-09 15:02:43 +01:00
Daniel Imms d1dbb93317 Remove remote test failure comment
FIxes #96057
2021-03-09 05:36:38 -08:00
Daniel Imms 6d01ad952a Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-09 05:35:42 -08:00
Alexandru Dima 5ce792fcfa
Add SECURITY.md 2021-03-09 12:58:21 +01:00
Johannes Rieken 98a22a957a
declare cancellation support for openNotebook and wire it up, exempt notebook content provider from provider naming rules 2021-03-09 12:40:37 +01:00
Johannes Rieken 0e04c15de4
assert unsetting of active notebook needs null, https://github.com/microsoft/vscode/issues/118470 2021-03-09 11:31:12 +01:00
Johannes Rieken bcfcb539ab
unit test for https://github.com/microsoft/vscode/issues/118470 2021-03-09 11:28:41 +01:00
Johannes Rieken 8c436826ae
Merge pull request #118471 from DonJayamanne/openNotebookBug
Repro for bug https://github.com/microsoft/vscode/issues/118470
2021-03-09 11:12:15 +01:00
Johannes Rieken 30d699fa10
on fire active notebook change event when something changed, https://github.com/microsoft/vscode/issues/118470 2021-03-09 11:11:17 +01:00
Alex Ross 425316c376
Add a compose language (#118042) 2021-03-09 10:52:58 +01:00
Alexandru Dima 63be79e67d
Merge pull request #117062 from NotWearingPants/bugfix/rtl-cursor
Fix cursor position when at the start of RTL syntax tokens
2021-03-09 10:18:47 +01:00
Sandeep Somavarapu edfbf27e3a #118443 - change name 2021-03-09 09:34:19 +01:00
isidor fa6d38a99b
change nls ids 2021-03-09 09:32:42 +01:00
Sandeep Somavarapu 9d3a1d9f59 Fix #118443 2021-03-09 09:30:56 +01:00
Johannes Rieken 6b76fcb671
Merge pull request #118468 from spetrescu/main
Fix tooltip for codelens-sample extension
2021-03-09 09:26:19 +01:00
Rob Lourens 7d96db1e51 Make underlined link buttons blue to match the
styling of similar buttons
2021-03-08 20:54:41 -08:00
Tyler James Leonhardt 27975dad4f
move to IProcessEnvService where appropriate in default shell logic (#118271)
* move to IProcessEnvService where appropriate

* change distro
2021-03-08 19:46:34 -08:00
Jackson Kearl ac229ced07
Revert "Reenable smoke test to see if still flakey" #115244
This reverts commit 5d80c30e5b.
2021-03-08 19:31:58 -08:00