Commit graph

79236 commits

Author SHA1 Message Date
Benjamin Pasero
3a2a24e452
cli - set VSCODE_CLI earlier (#119660) 2021-03-29 14:20:45 +02:00
isidor
456651f286
zen mode: do not keep pointer to editor. Just reset line number visibility for all visible editors
fixes #119308
2021-03-29 14:11:36 +02:00
isidor
ddd480046d
debug: update inline values when variable is set
fixes #119564
2021-03-29 13:03:30 +02:00
isidor
ce184d9ec7
fixes #119825 2021-03-29 12:56:11 +02:00
Johannes Rieken
d13f3b4a2f
remove NotebookContentProvider#resolveNotebook 2021-03-29 12:21:45 +02:00
Benjamin Pasero
e5b2742fff
debt - provide common method to load renderer with config param 2021-03-29 11:31:53 +02:00
Benjamin Pasero
19f6f31036
💄 remove extra comment slashes 2021-03-29 11:31:53 +02:00
Sandeep Somavarapu
e96e70d59e remove overflow action when there are no overflows 2021-03-29 11:26:48 +02:00
Benjamin Pasero
44f89fc13c
editors - do not wait for editor to resolve to signal restored phase (fix #119059) 2021-03-29 11:13:03 +02:00
isidor
f554a74550
debug: always show top call stack column
fixes #119485
2021-03-29 11:03:22 +02:00
Daniel Imms
01e844e75d
Merge pull request #119992 from microsoft/tyriar/119046
Allow undefined in terminal env map, unify interfaces
2021-03-29 02:03:17 -07:00
Benjamin Pasero
df6d78a169
debt - align editor model closer to file working copy 2021-03-29 10:43:37 +02:00
Benjamin Pasero
7031abadea
debt - less explicit any 2021-03-29 10:30:03 +02:00
João Moreno
ec1def6ca8 fixes #120066 2021-03-29 10:09:23 +02:00
Johannes Rieken
576ef958f1
don't save outputs anymore 2021-03-29 09:20:49 +02:00
Benjamin Pasero
7f36af1c92
debt - improve emmet integration tests
- properly close all editors
- disable minimap to prevent spammy output
2021-03-29 09:20:49 +02:00
Benjamin Pasero
babbec1a0b
file working copy - better cancellation support 2021-03-29 09:20:49 +02:00
Benjamin Pasero
82647af99a
debt - onDispose => onWillDispose 2021-03-29 09:20:48 +02:00
deepak1556
e8388ab740
chore: allow vmodule switch for debugging 2021-03-29 09:20:48 +02:00
Ladislau Szomoru
d2db91f2c6
Fix issue with bottom border for focus 2021-03-29 09:20:48 +02:00
Ladislau Szomoru
8f7392d078
Add confirmation for workspace trust state transition 2021-03-29 09:20:48 +02:00
Ladislau Szomoru
7979a7b516
Workspace trust - extension enablement (#120028) 2021-03-29 09:20:48 +02:00
Ladislau Szomoru
5d2e7aceda
Remove code that is not needed (#120005) 2021-03-29 09:20:47 +02:00
Harald Kirschner
89571337d1
Fixes #115327 with HC images for GS setup/beginners. 2021-03-29 09:20:47 +02:00
Harald Kirschner
21051a1d73
Recommend Quick Open when a workspace is open. 2021-03-29 09:20:47 +02:00
Daniel Imms
d99caf58bb
Allow 100ms for terminal container to become available before spawn
Fixes #117188
2021-03-29 09:20:47 +02:00
Megan Rogge
2a60d7f8b0
Enable terminal event batching from ptyHost (#117268)
* fix #116468
Co-authored-by: Daniel Imms <daimms@microsoft.com>
2021-03-29 09:20:47 +02:00
meganrogge
3b10a59cfc
replace one additional displayDetectedWslProfiles 2021-03-29 09:20:47 +02:00
Megan Rogge
caa9478d80
allow terminal profiles w a source to have args (#119967) 2021-03-29 09:20:46 +02:00
Megan Rogge
f88275a083
iPad OS ctrl + c in terminal (#119979) 2021-03-29 09:20:46 +02:00
Daniel Imms
f3d2dea9f5
displayDetectedWslProfiles -> useWslProfiles
Update setting name to remove ambiguity with the 'detected' section in
select default profile
2021-03-29 09:20:46 +02:00
Ladislau Szomoru
307f57385b
Workspace trust - multi-window improvements (#119483)
* Multi-window improvements
2021-03-29 09:20:46 +02:00
Ladislau Szomoru
8bd15af0cb
Reload window on workspace trust state transition 2021-03-29 09:20:46 +02:00
Connor Peet
2aa503b9ec
debug: double check that launch is defined 2021-03-29 09:20:46 +02:00
Daniel Imms
5e711f49fd
Remove quick launch terminology from code
Fixes #119815
2021-03-29 09:20:45 +02:00
Jackson Kearl
dafbda4cd2
new file => new untitled file rather than explorer's new file
ref #119882
2021-03-29 09:20:45 +02:00
Connor Peet
7647d09883
debug: fix stop on entry not working after launch.json change
Refs https://github.com/microsoft/vscode/issues/49855
2021-03-29 09:20:45 +02:00
Tyler James Leonhardt
ceac3391bb
Bump version to 1.56.0 2021-03-29 09:20:45 +02:00
João Moreno
e54d67868c
fix optional service typing 2021-03-29 09:20:45 +02:00
Harald Kirschner
62e5b93509
Use ThrottledDelayer per review feedback. 2021-03-29 09:20:44 +02:00
João Moreno
183818196f
ces: use ThrottledDelayer 2021-03-29 09:20:44 +02:00
Harald Kirschner
8b642ee295
Applied review feedback and tweaked heuristics 2021-03-29 09:20:44 +02:00
Harald Kirschner
e847db9061
RunOneScheduler and code cleanup for CES 2021-03-29 09:20:44 +02:00
Harald Kirschner
7f2dc82f04
Fix localization strings and typo 2021-03-29 09:20:44 +02:00
Harald Kirschner
d662c36c8d
More CES heuristics work 2021-03-29 09:20:44 +02:00
Harald Kirschner
a49a633a04
Prompt within 1-8hrs heuristics 2021-03-29 09:20:43 +02:00
Harald Kirschner
09ea4bcdbc
CES experiment treatment 2021-03-29 09:20:43 +02:00
Harald Kirschner
9c681aeb9b
Draft for ces survey 2021-03-29 09:20:43 +02:00
Sandeep Somavarapu
74c15f1159
Ignore extension that is being installed 2021-03-29 09:20:43 +02:00
Daniel Imms
958e1f7cec
Update distro 2021-03-29 09:20:43 +02:00