Commit graph

78235 commits

Author SHA1 Message Date
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
Daniel Imms
09c3c2d3be Remove broken part of test 2021-03-08 17:43:35 -08:00
Peng Lyu
11a84a6e8a inset -> output. 2021-03-09 01:13:24 +00:00
Daniel Imms
b62e3c7d1d Update distro 2021-03-08 17:07:47 -08:00
Daniel Imms
5fdbc82111 Re-enable task and term test 2021-03-08 17:07:14 -08:00
rebornix
9878ccfbd7 remove markdown preview only when it is hidden or deleted. 2021-03-09 01:06:40 +00:00
Rachel Macfarlane
250c7baf7e Fix #117903 2021-03-08 17:00:43 -08:00
Daniel Imms
c870a55b70
Update terminalProcessManager.ts 2021-03-08 16:29:03 -08:00
Daniel Imms
8fe29a7c41 Uncomment in test 2021-03-08 15:52:59 -08:00
Daniel Imms
30f4163184 Skip the failing test for remote only 2021-03-08 15:12:24 -08:00
rebornix
c59c110116
revealView should scroll a little to reveal items below viewport. 2021-03-08 15:01:44 -08:00
Rachel Macfarlane
d4f8348c6a Handle undefined extension publishers in issue reporter, fixes #118480 2021-03-08 15:01:28 -08:00
Daniel Imms
23ad719498 Log acceptTerminalOpened 2021-03-08 14:39:07 -08:00