Commit Graph
115807 Commits
Author SHA1 Message Date
Marvin A. RuderandGitHub 78dd5447ce Merge branch 'main' into npm-extension-bun-package-manager 2023-11-12 13:14:08 +01:00
Ladislau SzomoruandGitHub 901d3e5c5f Engineering - re-enable incoming/outgoing (#198039) 2023-11-12 12:45:08 +01:00
Benjamin PaseroandGitHub 500a726e8c aux window - support closeEmptyGroups setting (#198037)
* aux window - support `closeEmptyGroups` setting

* also support `closeEmptyWindow` setting
2023-11-12 12:35:32 +01:00
Marvin A. RuderandGitHub 4fd54f93f7 Merge branch 'main' into npm-extension-bun-package-manager 2023-11-12 11:54:50 +01:00
Benjamin PaseroandGitHub 0d140d70e1 aux window - require targetWindow for standard mouse event (#198031)
* aux window - require `targetWindow` for standard mouse event

* .
2023-11-12 10:41:47 +01:00
Rob LourensandGitHub 7cbff1919e Chat code cleanup (#198022)
* Clean up some obsolete chat API
Start deleting the interactive session provider, use agents only

* Delete old chat agents API

* Remove providerRequestId

* Remove unused stuff from interactive.d.ts

* Get rid of chat session state saving

* Fix test

* I guess this type was in use
2023-11-12 06:44:14 +01:00
Rob LourensandGitHub bdc113ffe1 Fix slash commands / followups mixup (#198003) 2023-11-11 23:42:41 +01:00
Rob LourensandGitHub ca8981c284 Make vscode own /help, add API for agents to customize it (#197964)
* Make vscode own /help, add API for agents to customize it
Towards #197081

* Fix build error
2023-11-11 14:28:30 -08:00
Marvin A. Ruder 4645305f14 Add Bun as package manager to npm extension
* Auto-detect Bun by looking for `bun.lockb` lockfile
* Extend `npm.packageManager` setting
* Update documentation

Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
2023-11-11 16:37:29 +00:00
Benjamin SimmondsandGitHub 55c1e8473c Exclude Zen Mode from Editor Tab Actions and Menu Items (#197990)
Updated preconditions for editor tab actions and menu items to exclude
Zen Mode
2023-11-11 17:04:08 +01:00
Tyler James LeonhardtandGitHub c2abdd2738 Add workbench.action.quickchat.launchInlineChat (#197984)
1. Open quick chat
2. Click on "start inline chat session"

This does not get rid of quick chat... but it should... so this command can be used to do so.
2023-11-11 07:01:54 +01:00
Daniel ImmsandGitHub e77abcd8af Merge pull request #197961 from microsoft/tyriar/197736__refactor
Refactor CommandDetectionCapability to split out most platform-specific code
2023-11-10 21:02:27 -08:00
Daniel ImmsandGitHub f8bac03df3 Merge branch 'main' into tyriar/197736__refactor 2023-11-10 19:47:58 -08:00
Daniel Imms 50e60d26d7 Tidy up 2023-11-10 15:43:03 -08:00
Daniel Imms fa8db2119e Prevent possible npe 2023-11-10 14:37:54 -08:00
Megan RoggeandGitHub 4d5652d9bb Merge pull request #197957 from microsoft/merogge/tab-descr
add terminal editor tab description
2023-11-10 14:34:14 -08:00
Megan RoggeandGitHub 3fb1091bf5 Merge pull request #197966 from microsoft/merogge/run-active
preserve focus when running selected text in terminal editor
2023-11-10 14:08:42 -08:00
Daniel Imms 40d8298ca1 Fix instanceof checks 2023-11-10 14:07:16 -08:00
meganrogge 791e0882c1 fix #179981 2023-11-10 13:27:22 -08:00
Daniel Imms 91838f7c99 Register disposable 2023-11-10 13:26:08 -08:00
Michael LivelyandGitHub 6f2f46ec25 Merge x-doc and occurrence setting, merge word based suggestion settings (#197690)
* change x-doc setting for readability

* Update editor configuration options for word-based
suggestions and occurrence highlighting + settings migration

* cleanup
2023-11-10 13:17:10 -08:00
Megan RoggeandGitHub 5d0263b099 Merge pull request #197962 from microsoft/merogge/multi-select
allow setting icon/color of multiple tabs
2023-11-10 13:11:44 -08:00
meganrogge 5cc6dbf1ca apply to correct command 2023-11-10 12:47:38 -08:00
meganrogge 2879523ba1 fix #196578 2023-11-10 12:39:23 -08:00
Ladislau SzomoruandGitHub 92fd182bea SCM - Add multi-diff editor to incoming/outgoing (#197960)
* Initial implementation - saving my work

* SCM - Add multi-diff editor to incoming/outgoing
2023-11-10 12:31:16 -08:00
Daniel ImmsandGitHub b7e25adfbf Merge pull request #197858 from microsoft/tyriar/197736
Adjust command executed marker by scanning downwards for command line text
2023-11-10 12:30:54 -08:00
meganrogge fcbadbac71 allow setting icon/color of multiple tabs 2023-11-10 12:27:29 -08:00
Logan RamosandGitHub 4629bf7ea2 Add won't fix to autoclose (#197959) 2023-11-10 21:20:02 +01:00
Daniel Imms 31f22e8f11 Remove todo 2023-11-10 12:16:50 -08:00
Daniel Imms 449233c71b Remove _isWindowsPty prop 2023-11-10 12:14:30 -08:00
Daniel Imms 5a5d25711b Improve code sharing between pty heuristics 2023-11-10 12:08:12 -08:00
Johannes RiekenandGitHub 2b0ef2e8fd fix height of diff zones (#197928) 2023-11-10 21:07:36 +01:00
Megan RoggeandGitHub d55a500334 Merge pull request #167983 from ahlinc/feat/fileWorkspaceFolderBasename
Add resolving of `fileWorkspaceFolderBasename` variable
2023-11-10 11:56:39 -08:00
Daniel Imms 0c8e9bf15d Remove 'windows' from generic methods 2023-11-10 11:42:36 -08:00
Megan RoggeandGitHub 16b50a9be2 Merge branch 'main' into feat/fileWorkspaceFolderBasename 2023-11-10 11:42:22 -08:00
Daniel Imms 7f971b0626 Initial move of non-Windows behavior to class 2023-11-10 11:41:31 -08:00
Daniel Imms f26dd5709d Pull most windows parts out of command detection 2023-11-10 11:25:47 -08:00
Benjamin PaseroandGitHub 57b5c1a64b Updated parameter name from 'fileName' to 'path' in openTextDocument function (#197956) 2023-11-10 20:20:33 +01:00
meganrogge 704f3fbd6e fix #133452 2023-11-10 11:07:01 -08:00
rebornixandPeng Lyu cad01a17c0 Separate display and layout options. 2023-11-10 11:00:25 -08:00
rebornixandPeng Lyu 4dfc5c043d Extract cell container left margin 2023-11-10 11:00:25 -08:00
Megan RoggeandGitHub dc226d2616 Merge pull request #197951 from microsoft/merogge/error-log
do not log audio cue error, we're tracking the issue
2023-11-10 10:49:05 -08:00
Daniel Imms 81e6870975 Add new properties to tests 2023-11-10 10:40:23 -08:00
meganrogge 73f87ec974 fix #197937 2023-11-10 10:34:13 -08:00
Daniel Imms 7355806e95 Adjust command executed marker by scanning down from command started 2023-11-10 09:19:47 -08:00
Daniel ImmsandGitHub 0bd4ad96fd Merge pull request #194817 from tisilent/fix-terminal-find-rightclick
Add mousedown,contextmenu events to terminal find
2023-11-10 08:54:57 -08:00
Xie JingyiandGitHub 1ba7bc2cab Set cursor when clicking "Show Previous/Next Change" (#197501)
set cursor at previous/next change
2023-11-10 17:39:18 +01:00
Daniel Imms aa4a209c12 Adopt new dom window helper 2023-11-10 08:38:32 -08:00
Justin ChenandGitHub 477962a5b4 Activate extension on Issue Reporter opened (#197616)
* activate extension by ID when having activation event

i was craving chicken tendies.

* Update comments

* code cleanup and review fixes

* added better error logging and catching

* switched to logservice instead of console.error
2023-11-10 17:37:04 +01:00
Rob LourensandGitHub 26b39c1f9e Use + sign for "clear" action, rename to "new session" (#197933) 2023-11-10 10:18:42 -06:00