Commit graph

84484 commits

Author SHA1 Message Date
Logan Ramos
631996802a
Don't show configure default if no file extension 2021-06-28 11:54:06 -04:00
Brigit Murtaugh
31944f3ca9
Update distro 2021-06-28 08:48:17 -07:00
Logan Ramos
5b29adfa24
Closes #126887 2021-06-28 11:41:05 -04:00
Raymond Zhao
d1bb28cb08
Add bool objects renderer in settings editor (#126287)
Fixes #125958
2021-06-28 08:05:04 -07:00
Logan Ramos
e4bf568ed6
Fix #127310 2021-06-28 10:28:49 -04:00
Alex Ross
aa32ed5535
Instantiate tree later and use updateOptions
Fixes #117679
2021-06-28 16:28:13 +02:00
Daniel Imms
a288e77053 Ensure inline tab doesn't use terminal editors 2021-06-28 07:28:05 -07:00
Daniel Imms
cfb8c268d4 Support drag and drop from terminal inline tab
Fixes #126492
2021-06-28 07:28:05 -07:00
João Moreno
eea7d0005f remaining change for #118829 2021-06-28 16:22:04 +02:00
Alex Ross
c683180c66
Check collapse state of tree node when doing recursive refresh (#127071)
* Check collapse state of tree node when doing recursive refresh
Fixes #127035

* test case for #127071

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2021-06-28 16:12:05 +02:00
Andre Weinand
309e424da1
call loadedSources req only if supported; fixes #126924 2021-06-28 16:07:16 +02:00
Logan Ramos
6056645892
Get rid of canHandleDiff 2021-06-28 10:06:32 -04:00
Daniel Imms
392b74e008
Merge pull request #127321 from microsoft/tyriar/125421
Add onDragLeave to list and handle in tabs list
2021-06-28 06:53:06 -07:00
Benjamin Pasero
2c63b5dc9a
editor service cleanup (#127287)
* editor service cleanup

* add some more extensive `openEditor` test

* add commented out test for https://github.com/microsoft/vscode/issues/127314

* more tests for corner cases

* tests for openEditors() too
2021-06-28 15:49:20 +02:00
Sandeep Somavarapu
968aab103a
respect user configured extension kind 2021-06-28 15:42:59 +02:00
Daniel Imms
43f6b08d7b Add onDragLeave to list and handle in tabs list
Fixes #125421
2021-06-28 06:42:36 -07:00
Rob Lourens
b35a791987 Clean up leftover PHP custom trust code 2021-06-28 08:38:54 -05:00
João Moreno
498aea6ba2 BrowserURLOpener.open should only handle !openExternal uris 2021-06-28 15:37:24 +02:00
Daniel Imms
6ab9dcec2e Remove instances from term editor service on dispose
Fixes #127307
2021-06-28 06:27:59 -07:00
Daniel Imms
2634813870 Update single tab label when active
Fixes #127309
2021-06-28 06:24:15 -07:00
Daniel Imms
ec932f32b2 Force group change event when active is removed
Fixes #127308
2021-06-28 06:21:16 -07:00
Henning Dieterichs
e1a8566a29
Merge pull request #127295 from microsoft/hediet/multi-line-ghost-text
Implements support for multiline suggestions in the middle of an existing line
2021-06-28 15:05:06 +02:00
Jackson Kearl
f3f4b36176
Update wording of find in files command id 2021-06-28 05:51:59 -07:00
Alex Ross
7441f553c4
Converge addFileSchema implementation 2021-06-28 14:44:59 +02:00
Sandeep Somavarapu
01b0b055d0
Fix #107854 2021-06-28 14:37:32 +02:00
Johannes Rieken
ff8d58b524
use debounce emitter for extHostDiag, https://github.com/microsoft/vscode/issues/123487 2021-06-28 14:36:39 +02:00
isidor
90327eae5d
If the focused thread does get stopped in the next 800ms auto focus another thread or session
fixes #125144
2021-06-28 14:27:22 +02:00
Johannes Rieken
ff3a60e65f
Startup timing should not complain about missing cached data when running with --no-cached-data 2021-06-28 12:16:03 +02:00
Johannes Rieken
f328b9ba92
better snippet.md update 2021-06-28 11:37:27 +02:00
Johannes Rieken
9fdfe360d3
update snippet doc 2021-06-28 11:34:36 +02:00
Henning Dieterichs
8dbf5b7c03
Fixes test. 2021-06-28 11:16:10 +02:00
Ladislau Szomoru
55bf10fa28
Update endgame notebooks 2021-06-28 10:42:20 +02:00
Henning Dieterichs
bec263be33
Implements multi line ghost text. 2021-06-28 09:41:23 +02:00
Alexandru Dima
74dbd02805
Merge pull request #126582 from microsoft/hediet/injected-text
injected text
2021-06-28 09:39:40 +02:00
isidor
13284139b5
follow up fix for #124770 2021-06-28 09:38:47 +02:00
isidor
262e153583
debug console: do not dispose of the input model on every hide
fixes #127288
2021-06-28 09:31:56 +02:00
Sandeep Somavarapu
f456bfda17
show only web extensions in popular view 2021-06-28 09:18:03 +02:00
Johannes Rieken
3d6389bb33
Merge pull request #127257 from movermeyer/snippet_camelcase_transform
Add a camelCase transform for Snippet variables
2021-06-28 09:14:14 +02:00
Henning Dieterichs
5029006b95
Improves querying of injected text decorations. 2021-06-28 08:58:53 +02:00
rebornix
bfac07cd0e de-ref interactive input on interactive nb close. 2021-06-27 13:54:17 -07:00
Alex Dima
9cb3f15e9e
update distro 2021-06-27 22:38:00 +02:00
Alex Dima
d98cd850ae
Add support for unique web worker extension host origins 2021-06-27 22:35:17 +02:00
rebornix
a36d03a4b9 render outputs always if it is in accessibility mode. 2021-06-27 11:05:07 -07:00
Sandeep Somavarapu
67ff594cca disable extensions which are not enabled in web 2021-06-27 16:57:16 +02:00
Sandeep Somavarapu
b350c9f019 Fix Potential race condition issue when installing the Python extension #124870 2021-06-27 15:43:34 +02:00
Michael Overmeyer
ea132060dd Add a camelCase transform for Snippet variables 2021-06-27 09:16:18 -04:00
Joyce Er
4cd4fd9a0b
Improve visibility of interactive window input editor (#127207)
* Preserve focus when opening existing interactive window
* Capitalize keybinding tooltip text
* Italicize input editor decoration text
* Add `interactive.inputEditorBackground` color token
* Add 10px interactive input editor top/bottom padding
2021-06-26 19:48:12 -07:00
Ladislau Szomoru
d2d6c1192e
Fix #127155 2021-06-26 15:22:26 +02:00
Benjamin Pasero
9025f5bfc1
transient workspaces - reload should close workspace 2021-06-26 10:46:01 +02:00
Benjamin Pasero
4d814ae6f8
transient workspaces - add to schema 2021-06-26 10:12:52 +02:00