Commit graph

92896 commits

Author SHA1 Message Date
Rob Lourens
5004a07406 Adapt cell ranges for #141687 2022-02-04 12:18:05 -08:00
Daniel Imms
1ce2c6a440 Merge remote-tracking branch 'origin/main' into tyriar/141483 2022-02-04 12:14:20 -08:00
Daniel Imms
99cf1d2941
Merge pull request #142211 from LuanVSO/fix-psreadline
fix psreadline not working with shell integration
2022-02-04 12:12:43 -08:00
Daniel Imms
f56eedcdc6 Merge remote-tracking branch 'origin/main' into pr/LuanVSO/142211 2022-02-04 12:11:36 -08:00
Ladislau Szomoru
cf040aa0db
Related to #140731 2022-02-04 21:04:59 +01:00
Jackson Kearl
99f3c2c7e7
Fix #140280 2022-02-04 11:56:21 -08:00
Connor Peet
ee9b661cb1
debug: fix action bar input being hidden
For #142010
2022-02-04 11:38:42 -08:00
Rob Lourens
146049f09c Breakpoint actions should not appear when no editor is open
Fix #142214
2022-02-04 11:36:34 -08:00
Rob Lourens
803c9fc3e0 re-skip notebook integration tests for web 2022-02-04 11:36:34 -08:00
Daniel Imms
bc1698456a Improve additional args handling in win pwsh 2022-02-04 11:34:26 -08:00
Logan Ramos
7cde1becc6
Huge telemetry reduction 🎉 2022-02-04 14:34:09 -05:00
Daniel Imms
2fdb11b38e Hide the welcome message on pwsh
Part of #141483
2022-02-04 11:31:50 -08:00
Jackson Kearl
90c05fae89
Fix #136541 2022-02-04 11:28:26 -08:00
Daniel Imms
f9614ce5a4 Merge remote-tracking branch 'origin/main' into tyriar/141483 2022-02-04 11:24:44 -08:00
Daniel Imms
4c65b26bf4
Merge pull request #142217 from LuanVSO/fix-shellintegration.ps1
Fix shellintegration.ps1
2022-02-04 11:22:30 -08:00
Daniel Imms
6849bb5178 Clean up indentation style 2022-02-04 11:19:31 -08:00
Daniel Imms
88cfdc26cf Shell integration hide welcome setting progress
Part of #141483
2022-02-04 11:15:15 -08:00
Raymond Zhao
42ea21ea47
Move Settings editor colours into own registry file (#142049) 2022-02-04 11:06:06 -08:00
Alex Dima
02e130af0e
Fixes #142020: Also listen to IFileService.onDidRunOperation and look at written files 2022-02-04 19:59:39 +01:00
Daniel Imms
fd0b5d8482 Improve shell integration welcome hover
Part of #141483
2022-02-04 10:25:49 -08:00
Benjamin Pasero
19034bc492
files - add a FileOperation.WRITE (#142020) 2022-02-04 19:24:30 +01:00
Daniel Imms
56ff566ebf Make the shell integration welcome message a link
Part of #141483
2022-02-04 10:10:50 -08:00
Daniel Imms
bffacde08e Fix some typos in shell integration config 2022-02-04 10:10:49 -08:00
Benjamin Pasero
b667613ff8
smoke - retry fetch to update service (fix #142188) 2022-02-04 19:10:21 +01:00
Luan Vitor Simião Oliveira
3caaf579a5
`a is the proper escape char for BELL 2022-02-04 14:24:02 -03:00
Luan Vitor Simião Oliveira
fcef830f13
first doesn't need new line second does 2022-02-04 14:22:51 -03:00
Luan Vitor Simião Oliveira
6af0627342
shorter 2022-02-04 14:14:11 -03:00
Luan Vitor Simião Oliveira
f8947fe5d3
this is shorter 2022-02-04 14:12:39 -03:00
Luan Vitor Simião Oliveira
b48c55c08d
don't update cwd if not in a filesystem path 2022-02-04 14:11:54 -03:00
Raymond Zhao
5329f57d34
Remove direct operator for settings-tree-container (#142128)
This PR prepares the styling for the splitview implementation,
which will place elements between the settings tree container
and the setting body container.
2022-02-04 09:10:27 -08:00
Luan Vitor Simião Oliveira
e447224494
fix exception being thrown 2022-02-04 14:08:54 -03:00
Alex Dima
65d6e0ed9d
Store generated connection tokens 2022-02-04 17:59:39 +01:00
Daniel Imms
d3f7ecde62 Call out restart vscode in auto replies setting
Fixes #141456
2022-02-04 08:44:16 -08:00
Daniel Imms
e3dcaa1fda Set fallback dimensions for xterm.js if the view isn't visible
Fixes #141510
2022-02-04 08:32:33 -08:00
Luan Vitor Simião Oliveira
b052647a8a
remove extra new line 2022-02-04 13:16:05 -03:00
Daniel Imms
4bbb5c879c Consolidate link caching, remove old unused providers
Fixes #142033
2022-02-04 08:12:45 -08:00
Luan Vitor Simião Oliveira
ae094744c4
fix psreadline not working with shell integration 2022-02-04 13:11:53 -03:00
Johannes Rieken
1987974a54
better fix for https://github.com/microsoft/vscode/issues/142204 2022-02-04 17:07:16 +01:00
Martin Aeschlimann
61ff43bafe
code web script fix 2022-02-04 16:52:52 +01:00
Johannes Rieken
59d4161395
fix https://github.com/microsoft/vscode/issues/142204 2022-02-04 16:32:44 +01:00
Alex Dima
ed54b04b4f
Simplify uri transformer creation 2022-02-04 16:22:18 +01:00
Alex Dima
0bf3071972
Fix hygiene 2022-02-04 15:49:50 +01:00
Johannes Rieken
4f62f9b594
make sure unicode stream emits files again 2022-02-04 15:38:33 +01:00
Ladislau Szomoru
e4cce8c6e8
Add setting for git commands to be logged in the git output 2022-02-04 15:36:25 +01:00
Alex Dima
a05cb7a87a
Move server telemetry service code to platform/telemetry (fyi @lramos15) 2022-02-04 15:22:46 +01:00
Alex Dima
afe6faf938
Rename nullMode.ts to nullTokenize.ts 2022-02-04 15:10:01 +01:00
Alex Dima
5b4bb5963b
modeService -> languageService 2022-02-04 15:04:10 +01:00
Alex Dima
6136c815bc
Renames 2022-02-04 15:01:44 +01:00
Martin Aeschlimann
4b5fee322f
code web script refine playground handling 2022-02-04 14:58:10 +01:00
Alex Dima
33bca7f23e
Change cookie SameSite to Lax to have it sent with navigations / redirects 2022-02-04 14:36:46 +01:00