Commit graph

84322 commits

Author SHA1 Message Date
Daniel Imms
80d1321549 Terminal editor + button
Part of #126256
2021-06-24 16:46:54 -07:00
Daniel Imms
3b5a5e9fe8 Don't unsplit when dragging to the bottom
Fixes #125397
2021-06-24 16:05:48 -07:00
Daniel Imms
923db716fe Implement process orphan handling in local
Fixes #127091
2021-06-24 15:54:34 -07:00
Daniel Imms
b353efedb5 Use optional chaining, remove ! assertions 2021-06-24 15:45:13 -07:00
rebornix
b5e11d4e46 history support. 2021-06-24 15:40:31 -07:00
Daniel Imms
6023fc0555 Ensure icon change event is fired after process launch
Fixes #127109
2021-06-24 15:36:31 -07:00
Megan Rogge
fc9962bc88
move find out of terminal service and get find to work in terminal editors (#127100) 2021-06-24 22:10:26 +00:00
Daniel Imms
e2331fd66b Move terminal dnd special case to tabs list
Fixes #127077
2021-06-24 14:28:31 -07:00
rebornix
8ff7ed998a hide iw command from f1. 2021-06-24 14:08:55 -07:00
SteVen Batten
94463fabc2 fixes #126614 2021-06-24 12:24:27 -07:00
Connor Peet
6a76c62232
testing: remove data from TestItems
Data was viral and spread generics all over the place. It was also
hard to type correctly and consistently, which ended up in the type
being `any` unless great care was taken.

This removes the `data`. Instead, consumers can use a `WeakMap<TestItem, T>`
to keep data associated with the test item. This is a similar pattern
to what is used to store data about documents and debug sessions, for
example. Here's an example of a migration:

8fdf822985 (diff-2fe3ad6ad19447c57c5db14c5a6ccb5544944494db6b909540d70ea499784b49R9)
2021-06-24 12:02:49 -07:00
Logan Ramos
44445888fa
Fix #127084 2021-06-24 14:52:31 -04:00
Raymond Zhao
9a8a439dd2
Add iframe search with debounce (#125856)
Add search for iframe based webviews. Fixes #96307

Co-authored-by: Matt Bierner <matb@microsoft.com>
2021-06-24 11:49:39 -07:00
Logan Ramos
e8c7c40eb6
Fix #127085 2021-06-24 14:28:20 -04:00
Daniel Imms
fbaf4b1b58
Merge pull request #127080 from microsoft/tyriar/dnd_fixes
Terminal drag and drop fixes
2021-06-24 10:51:16 -07:00
Sandeep Somavarapu
df424703ce
update comments 2021-06-24 18:49:54 +02:00
Benjamin Pasero
a5dda82902
transient workspaces - do not add to workspaces history (#119695) 2021-06-24 18:43:34 +02:00
Sandeep Somavarapu
9587e96084
do not show download locally action in web 2021-06-24 18:30:25 +02:00
João Moreno
820300ce2b
hmmm 2021-06-24 18:01:35 +02:00
Megan Rogge
4d9fa61302
Set active instance and ensure commands work (#126850) 2021-06-24 15:33:38 +00:00
Suzy Mueller
f9eb74eb25 Merge branch 'main' of https://github.com/microsoft/vscode into toplevel 2021-06-24 11:25:25 -04:00
João Moreno
aa6e7ffdf4
snap: create it even when stepping on it
related to #127039
2021-06-24 16:53:44 +02:00
Sandeep Somavarapu
8abb3576f7
- support unknown extension point in web
- ability to override it from product
2021-06-24 16:38:44 +02:00
Sandeep Somavarapu
c72562cc22
get changelog and readme uris from assets 2021-06-24 16:38:44 +02:00
Sandeep Somavarapu
273d2cd05b
update doc 2021-06-24 16:38:44 +02:00
Daniel Imms
8f9a9d78cc Correct size of terminal editor icons
Fixes #126689
2021-06-24 07:37:36 -07:00
Benjamin Pasero
96720458bb
transient workspaces - prevent to restore transient workspaces (#119695) 2021-06-24 16:35:52 +02:00
Daniel Imms
4826505658 Fix default icon color in terminal editors
Part of #126689
2021-06-24 07:32:36 -07:00
Johannes Rieken
c076317f21
some API todos for testing, fyi @connor4312 2021-06-24 16:30:58 +02:00
Daniel Imms
4aa60a3e78 Use new helper 2021-06-24 07:17:52 -07:00
Daniel Imms
fdf5107afe Move helper to get instance id into terminal service 2021-06-24 07:17:52 -07:00
Daniel Imms
4cbe22fc5f Create helper for getting term instance by resource
Fixes #126254
2021-06-24 07:17:52 -07:00
Daniel Imms
38165db4c6 Add terminal editor context menu
Part of #126254
2021-06-24 07:17:52 -07:00
João Moreno
b9c18d0404
gotcha 2021-06-24 16:09:17 +02:00
Alex Dima
87d09c2e93
Fixes #126306: Use the global context key service when computing primary keybinding for a command 2021-06-24 16:08:27 +02:00
isidor
f1330007e4
fixes #126585 2021-06-24 15:54:05 +02:00
Johannes Rieken
ca4bf8a056
resolve working copy when load is called again, https://github.com/microsoft/vscode/issues/125211 2021-06-24 15:50:14 +02:00
João Moreno
d1be29f1ab
hmm 2021-06-24 15:47:54 +02:00
João Moreno
ce659a738f
fix #127039 2021-06-24 15:31:15 +02:00
Daniel Imms
ba8d04dffa Update distro 2021-06-24 06:25:56 -07:00
Daniel Imms
a3c6632d79 Update xterm@4.13.0
Diff: 873dd76...094bcbd

Fixes #125142
2021-06-24 06:21:12 -07:00
isidor
2ce8c97bc2
fixes #126339
third time's the charm
2021-06-24 15:04:21 +02:00
isidor
8bdf5f4740
fixes #126339 2021-06-24 14:47:46 +02:00
Daniel Imms
91cd3237f4
Merge pull request #127076 from microsoft/tyriar/editor_input_classes__term
Add terminal editor icon and color support
2021-06-24 05:45:51 -07:00
Daniel Imms
344c11408b
Merge pull request #127030 from microsoft/tyriar/editor_input_classes
Add extraClasses to editor input
2021-06-24 05:45:26 -07:00
Daniel Imms
0c9b385548 Fix editor -> tabs list dnd
Fixes #127078
2021-06-24 05:43:24 -07:00
Daniel Imms
9403dff419 Fix terminal dnd to editor
Drag and drop broken from terminal to editor in #125943 because it no longer
accepted the TERMINAL data transfer type and list views changed to drag text instead of
resources.

Fixes #127077
2021-06-24 05:37:09 -07:00
isidor
2262f1af99
fixes #126339 2021-06-24 14:31:59 +02:00
Daniel Imms
231d3ced44 Fix tabs list -> terminal dnd 2021-06-24 05:29:59 -07:00
Ladislau Szomoru
f74710525b
Fix #127067 2021-06-24 14:19:36 +02:00