Commit graph

120480 commits

Author SHA1 Message Date
Daniel Imms 73d8189a3b
Init TerminalConfigurationService 2024-04-01 05:58:17 -07:00
Daniel Imms f7937cc5cf
Remove ITerminalConfigHelper.config completely
Part of #181900
2024-04-01 05:56:43 -07:00
Daniel Imms 868b8ef95a
Move more to terminal config service 2024-04-01 05:54:44 -07:00
Daniel Imms 2edf458471
Adopt terminal config service in more files 2024-04-01 05:49:48 -07:00
Daniel Imms 53e5c75dd4
Adopt terminal config service in terminalEditor 2024-04-01 05:46:44 -07:00
Daniel Imms 8317e8a686
Adopt terminal config service in terminalActions 2024-04-01 05:45:02 -07:00
Daniel Imms 714d93901b
Docs 2024-04-01 05:41:43 -07:00
Daniel Imms eb10cea101
Introduce ITerminalConfigurationService
Part of #181900
2024-04-01 05:37:04 -07:00
Matt Bierner 7d788e70b9
Limit drop disablement to just http(s) uris (#209240)
For #209239
2024-04-01 04:37:06 -07:00
Daniel Imms 511929fc52
Remove other icon smoke tests 2024-04-01 04:35:44 -07:00
Daniel Imms af3e721996
Merge branch 'main' into tyriar/199964 2024-04-01 04:34:54 -07:00
George Garside dcfb696a4b
Fix typo in editor.action.startDebugTextMate title (#209160)
TextMate is one word.
2024-03-31 18:37:54 -07:00
Rob Lourens 5bb0f37c27
Remove 'session' from transfer API (#209204) 2024-03-31 21:39:41 +02:00
Rob Lourens 904d030824
Port followups candidate to main (#209203)
Fix followups going to participant ID (#209114)

Fix microsoft/vscode-copilot#4861
2024-03-31 21:38:48 +02:00
Megan Rogge e4595ad399
Merge pull request #209147 from microsoft/merogge/request
get request to show up in chat view
2024-03-29 14:40:44 -07:00
Tyler James Leonhardt b4f1a54ca9
Also fire an event when focus & selection goes to empty (#209145)
Fixes https://github.com/microsoft/vscode/issues/209074
2024-03-29 17:04:22 -04:00
Megan Rogge 2af438e3ba
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatController.ts 2024-03-29 14:03:25 -07:00
Megan Rogge 9cc4e15011
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatController.ts 2024-03-29 14:02:57 -07:00
meganrogge c3bd42eab2
get request to show up in chat view 2024-03-29 13:38:47 -07:00
Raymond Zhao e483d8407c
chore: bump katex (#209141) 2024-03-29 21:07:15 +01:00
Daniel Imms a00e2b9455
Remove terminal change icon tests as they required quick pick 2024-03-29 11:59:04 -07:00
Aaron Munger 3648e8f381
remove experimental setting (#209126) 2024-03-29 10:59:49 -07:00
Connor Peet e553c6bbbf
testing: fix resolveHandler not called on item replacement (#209121)
Fixes #207574
2024-03-29 10:16:20 -07:00
Daniel Imms f7fb22db29
Use IconSelectBox to change terminal icon, remove dupes
Fixes #199964
2024-03-29 09:11:45 -07:00
Kyle Cutler 9d98da3186
Remove notebook view from focus order & accessibility tree when hidden (#209059)
* Remove notebook view from focus order when hidden

* Set `inert` on the correct container
2024-03-29 16:07:07 +00:00
Daniel Imms cea6ec5f56
Merge pull request #209107 from microsoft/tyriar/git_bash
Add git bash to shell integration description
2024-03-29 07:09:27 -07:00
Daniel Imms 1a2b9b528c
Merge pull request #209103 from microsoft/tyriar/208572
Adjust scheme and authority of URIs in remote terminals
2024-03-29 07:08:55 -07:00
Daniel Imms 84d8f1b78f
Merge pull request #209105 from microsoft/tyriar/204167_3
Apply environment when selecting default profile as well
2024-03-29 07:08:27 -07:00
Daniel Imms dbb3b7b1a3
Merge pull request #209106 from microsoft/tyriar/208655
Add ... suffix to new with profile actions
2024-03-29 07:08:02 -07:00
Daniel Imms a795db54c6
Add git bash to shell integration description 2024-03-29 06:54:33 -07:00
Daniel Imms d03962b0ad
Add ... suffix to new with profile actions
Fixes #208655
2024-03-29 06:26:52 -07:00
Daniel Imms ac44885672
Apply environment when selecting default profile as well
Fixes #204167
2024-03-29 06:23:28 -07:00
Daniel Imms c204429da3
Also check file scheme 2024-03-29 06:14:08 -07:00
Daniel Imms 4df13e9771
Adjust scheme and authority of URIs in remote terminals
Fixes #208572
2024-03-29 06:13:17 -07:00
Daniel Imms 960217faf7
Merge pull request #209037 from microsoft/tyriar/208640
createDataStream -> readData
2024-03-29 05:40:30 -07:00
Megan Rogge 7955ac4224
Merge pull request #209080 from microsoft/merogge/first-code
add run/insert first code block actions when there are multiple
2024-03-29 05:35:08 -07:00
Connor Peet e2dc70e393
trees: always handle an twistie events by the tree if it changes collapsed state (#209090)
This allows preserving your multi-selection while expanding/collapsing other nodes in the tree. I think this is a good overall change to make across our UI. E.g. similarly, without this change, you can't expand a folder in the Explorer view without losing your selection state. cc @joaomoreno

Fixes #208852
2024-03-29 08:53:17 +01:00
Connor Peet 86bf11fe76
debug: fix resizing window makes debug toolbar disappear (#209075)
Fixes #208895

Should work but testing on aux windows was limited due to #209073
2024-03-28 19:48:45 -07:00
Connor Peet 72250a8700
debug: treat 'subtle' frames like 'deemphasized' (#209078)
To be closer to DAP

Fixes https://github.com/microsoft/vscode/issues/206801
2024-03-28 19:48:33 -07:00
meganrogge 703a1c3cf3
primary button 2024-03-28 15:17:58 -07:00
Megan Rogge a27c8436fe
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChat.ts 2024-03-28 15:14:19 -07:00
Megan Rogge c8f8deaa25
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChat.ts 2024-03-28 15:13:54 -07:00
Megan Rogge 327420f09c
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChat.ts 2024-03-28 15:13:33 -07:00
meganrogge 321bee3d6f
fix #207604 2024-03-28 15:10:52 -07:00
Ladislau Szomoru a2acd131e4
SCM - history item now supports searching (#209070) 2024-03-28 14:52:51 -07:00
Justin Chen e49b522e12
use extension identifier for issue reporter command check (#209069)
use extension identifier
2024-03-28 14:07:22 -07:00
Megan Rogge 31fa87c61f
Merge pull request #209052 from microsoft/merogge/accview
show acc view on escape of accessible view accessibility help
2024-03-28 13:49:35 -07:00
Connor Peet 92bf068b48
debug: fix variables view does not show custom hover (#209058)
* debug: fix variables view does not show custom hover

Fixes #208429

Also adds easy access to copy expression/evaluateName since a user is
likely to do that after looking at the value (which is often incomplete
or summarized in the variables view)

![](https://memes.peet.io/img/24-03-26f2738f-6b21-4223-90ea-4e6938720582.png)

cc @amunger if you want to adopt this for notebook variables: extra
commands can be added in the hover by passing an object into `hover`.

Note: the hover is too persistent right now due to #209057

* fix formatting

* use action bar instead
2024-03-28 21:46:29 +01:00
Daniel Imms fdca786f3d
Merge pull request #209068 from microsoft/tyriar/208368
Don't expose cwd as a string on shellIntegration/execution
2024-03-28 13:44:36 -07:00
Daniel Imms 3777aa2609
Don't expose cwd as a string on shellIntegration/execution
Fixes #208638
2024-03-28 13:29:26 -07:00