Commit Graph

124157 Commits

Author SHA1 Message Date
Matt Bierner cb83e0b39b Don't use stateful regex (#209268)
Fixes #209254
2024-04-01 19:00:16 +02:00
Daniel Imms 28d47a5695 Remove _onData access 2024-04-01 09:59:26 -07:00
Daniel Imms 34bc7d4da6 Make types more correct 2024-04-01 09:57:01 -07:00
Daniel Imms 156db3ec27 Remove xterm triggerDataEvent private API usage 2024-04-01 09:56:15 -07:00
meganrogge 3dc6e72b58 clean up 2024-04-01 09:51:17 -07:00
Daniel Imms ee037b328f Merge branch 'main' into tyriar/181900_2 2024-04-01 09:40:56 -07:00
meganrogge e349ecf688 move a line 2024-04-01 09:34:47 -07:00
meganrogge 9223965e42 fix #207946 2024-04-01 09:33:28 -07:00
Daniel Imms fd5ac01c55 Merge pull request #209258 from microsoft/tyriar/181900
Introduce ITerminalConfigurationService, move TerminalConfigHelper.config to it
2024-04-01 09:31:39 -07:00
Matt Bierner be1efcc505 Pick up latest TS for building VS Code (#209265) 2024-04-01 18:31:02 +02:00
Daniel Imms 9d6ef1bbe2 Merge branch 'tyriar/181900' into tyriar/181900_2 2024-04-01 09:19:43 -07:00
Daniel Imms 8a1fc77e7d Fix tests for reals this time 2024-04-01 09:16:43 -07:00
Matt Bierner 8460b73ac4 Enable dnd in chat references list (#209263) 2024-04-01 18:15:11 +02:00
meganrogge 57847a545f fix #209167 2024-04-01 09:14:30 -07:00
Daniel Imms e441414da2 Merge branch 'tyriar/181900' into tyriar/181900_2 2024-04-01 08:46:29 -07:00
Daniel Imms 24d832b639 Fix XtermTerminal.test 2024-04-01 08:46:13 -07:00
Daniel Imms 63d95c152b Fix tests 2024-04-01 08:43:48 -07:00
Daniel Imms 4e62462ba7 Move wsl recommendations out of config helper and into contribution
Part of #181900
2024-04-01 08:37:48 -07:00
Tyler James Leonhardt 6394792f56 Include Command Description in _getAllCommands (#209260)
This is important information for the command so we should include it in this response.
2024-04-01 17:33:19 +02:00
Daniel Imms bf9f038606 Merge pull request #209118 from microsoft/tyriar/199964
Use IconSelectBox to change terminal icon, remove dupes
2024-04-01 08:32:50 -07:00
Daniel Imms a73b0e7baf Fix leak in terminalConfigHelper.test 2024-04-01 08:13:28 -07:00
Tyler James Leonhardt ade21d7359 Pick up editor action command descriptions (#209259)
Continuation of https://github.com/microsoft/vscode/pull/193937 and https://github.com/microsoft/vscode/pull/197442

This adds the command descriptions of editor actions to the ICommandQuickPick results so that those results can be picked up by the "similar commands" feature.

Example:

I can add:
```
metadata: {
    description: nls.localize2('test', "xyz"),
}
```
to the [AddLineCommentAction](https://github.com/microsoft/vscode/blob/7d788e70b95c79718b565ff9e255858db4cc74b3/src/vs/editor/contrib/comment/browser/comment.ts#L105)... and then when I search "xyz" it'll show up.
2024-04-01 08:07:37 -07:00
Daniel Imms 343c37d37f Test for TerminalConfigurationService 2024-04-01 06:11:59 -07:00
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
Daniel Imms 021b605ba3 Merge branch 'main' into fix/improve-marker-placements 2024-04-01 04:19:50 -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
George Garside f2d83f47ff Don't use window.customTitleBarVisibility configuration on web (#209159)
Fix #209159 by not changing behaviour on this unregistered (on web) configuration option.
2024-03-29 22:14:35 +00: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
Chapman Pendery 7b5f74d025 Merge branch 'main' into fix/improve-marker-placements 2024-03-29 12:36:06 -07:00
Chapman Pendery 83b639d3d1 fix: improve terminal marker placements on windows
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-03-29 12:35:30 -07: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