Commit graph

98678 commits

Author SHA1 Message Date
Daniel Imms b0213f8ee4
Merge pull request #154562 from microsoft/tyriar/150241_2
Set status once, prevent preexec recursing
2022-07-08 17:56:32 -07:00
Stephen Sigwart d7f814a238
Add keybindings for search editor file filters (#153954)
* Add keybindings for search editor file filters

* Review cleanup
2022-07-08 17:29:50 -07:00
Joyce Er 1b6ce581eb
Debt - Add execution id to edit session request headers (#154575)
Add execution id to edit session request headers
2022-07-08 16:53:36 -07:00
Daniel Imms b62b5381d2
Merge pull request #154539 from microsoft/tyriar/153109
Run recent command: Collapse $HOME into ~
2022-07-08 16:52:22 -07:00
Daniel Imms a4272b7b8e
Merge pull request #154556 from microsoft/tyriar/154421
Reduce shell integration relaunch cases
2022-07-08 16:43:14 -07:00
Daniel Imms 395f3aeee1
Merge pull request #154567 from microsoft/tyriar/153592
Apply bracketed paste mode on text send to the terminal
2022-07-08 16:39:29 -07:00
Sandeep Somavarapu 2a4e52e3c0
Enable profiles in web 2022-07-09 00:23:14 +02:00
Connor Peet d287d59d29
testing: persist empty history filter (#154573)
Fixes #150120
2022-07-08 22:09:05 +00:00
Daniel Imms 68ced4032c
Don't use at() yet 2022-07-08 14:29:31 -07:00
Daniel Imms 099759c8a7
Apply bracketed paste mode on text send to the terminal
Fixes #153592
2022-07-08 14:23:02 -07:00
Daniel Imms 3879c72594
Also set __vsc_status when there are no traps 2022-07-08 13:51:40 -07:00
Daniel Imms 3972e8e889
Set status once, prevent preexec recursing
Fixes #150241
2022-07-08 13:50:09 -07:00
Daniel Imms 1095364dc2
Merge pull request #154557 from microsoft/tyriar/154324
Update xterm
2022-07-08 13:23:10 -07:00
Daniel Imms b813ee1497
Update xterm
Fixes #154324
2022-07-08 13:12:40 -07:00
Daniel Imms b710cb58ec
Don't relaunch shell integration terminals when killed by process
The failures we care about should be covered by KilledDuringLaunch

Fixes #154421
2022-07-08 13:06:26 -07:00
Daniel Imms 70bcfa0172
Fix incorrect relaunch when exit code is 0
Part of #154421
2022-07-08 13:04:28 -07:00
Daniel Imms b04a230035
Merge pull request #154552 from microsoft/tyriar/154306
Add inTerminalRunCommandPicker context key
2022-07-08 12:58:04 -07:00
Daniel Imms a658bc9688
Add inTerminalRunCommandPicker context key
Fixes #154306
2022-07-08 12:47:49 -07:00
Joyce Er e6a60c37d7
Use idToken for edit sessions (#154534) 2022-07-08 11:56:58 -07:00
Daniel Imms 4dd384b66e
Add collapse tilde tests, fix edge cases 2022-07-08 11:14:42 -07:00
Sandeep Somavarapu 3784c144dc
Merge branch 'main' into sandy081/profiles-adopt-web-scanner 2022-07-08 19:50:07 +02:00
Daniel Imms 2b0eaed1f7
Move test implementations into correct test names 2022-07-08 10:48:05 -07:00
Daniel Imms aba8329295
Add tests, improve name 2022-07-08 10:44:54 -07:00
Sandeep Somavarapu 60afef7316
fix tests 2022-07-08 19:42:42 +02:00
Daniel Imms 8f8a5740bf
Run recent command: Collapse $HOME into ~
Fixes #153109
2022-07-08 10:37:00 -07:00
Sandeep Somavarapu 6f672e5d22
scanner service: take profile as input 2022-07-08 19:07:09 +02:00
Ladislau Szomoru c5a9280534
ButtonWithDropdown separator style update (#154109) 2022-07-08 18:48:09 +02:00
Sandeep Somavarapu d4447ae79c
check application scope in abstract layer 2022-07-08 18:39:52 +02:00
Jean Pierre 4ccbed7624
Update src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-07-08 10:10:04 -05:00
Daniel Imms ed3dca0fe4
Merge pull request #154513 from microsoft/tyriar/152645
Don't write initialText new line when echo is false
2022-07-08 07:54:14 -07:00
Johannes Rieken 62cd4c595f
add logging to understand why/how test sometimes fails, https://github.com/microsoft/vscode/issues/154237 (#154514) 2022-07-08 14:35:29 +00:00
Daniel Imms 1eb2480d91
Don't write initialText new line when echo is false
Fixes #152645
2022-07-08 07:23:00 -07:00
Daniel Imms 6ff764c873
Merge pull request #154499 from microsoft/tyriar/154497
Including whitespace in query for contiguous search
2022-07-08 07:10:50 -07:00
Daniel Imms b39a312927
Merge pull request #154498 from microsoft/tyriar/154496
Remove ability for terminal editors to be dirty
2022-07-08 05:04:03 -07:00
Daniel Imms 96f310e3eb
Including whitespace in query for contiguous search
Fixes #154497
2022-07-08 04:54:02 -07:00
Daniel Imms c6736e1483
Remove ability for terminal editors to be dirty
Fixes #154496
2022-07-08 04:45:16 -07:00
Johannes Rieken 1c51e8fb91
Add a specialized unhandled conflicts close handler (#154471)
This is set dynamically whenever unhandled conflicts are detected. It unsets itself when merging is done so that the normal save-close-handler comes to place

https://github.com/microsoft/vscode/issues/152841
2022-07-08 13:20:44 +02:00
Johannes Rieken 0f1adf3940
only reveal first conflict when not having previous view state (#154482)
fixes https://github.com/microsoft/vscode/issues/153962
2022-07-08 13:05:06 +02:00
Benjamin Pasero cd8dfa1040
sandbox - log when enabled (#154469) 2022-07-08 11:16:25 +02:00
Johannes d7de53f956
add vscode-coi-search-param when making requests for the webview and its worker 2022-07-08 11:15:50 +02:00
João Moreno 4f991f8487
Fix View: Toggle Editor Group Sizes (#154467)
Figuring out whether a view was maximized was faulty, since it doesn't
necessarily mean that all other views are minimized. Pushed the
logic down to grid/gridview/splitview so it's now just simple widget
API.

Fixes: #154068
2022-07-08 10:21:38 +02:00
Johannes Rieken fc10a34084
Merge pull request #154457 from microsoft/ben/flying-fowl 2022-07-08 09:53:04 +02:00
Johannes Rieken 31a22e754e
Merge pull request #154352 from microsoft/joh/issue153110 2022-07-08 08:58:19 +02:00
Benjamin Pasero 37c6c1ce34
editors - let editors fully control confirmation on close (#152841) 2022-07-08 08:41:57 +02:00
Benjamin Pasero ef14540c30
Process explorer: indicate extension host better (fix #150820 on windows too) (#154454) 2022-07-08 08:15:44 +02:00
jeanp413 318bdcc4cc Fix tests 2022-07-08 00:16:11 -05:00
jeanp413 ac70882663 💄 2022-07-07 23:42:43 -05:00
Tyler James Leonhardt 3104db414c
slight copy change for display language dialog (#154402)
slight copy change
2022-07-08 06:19:59 +02:00
João Moreno 274aed07cc
policies: skip languages which do not exist (#154395) 2022-07-08 06:03:08 +02:00
Daniel Imms 8885bda5e7
Merge pull request #154424 from microsoft/tyriar/154411
Hide split/kill when tabs never hide
2022-07-07 18:13:45 -07:00