Commit Graph
124157 Commits
Author SHA1 Message Date
Rob LourensandGitHub f95a56336e Implement "used references" list (#194825)
* Add basic "used references" list

* Don't need to pass in disposables and also return a disposable

* Make collapse/expand button work

* Make collapsed by default
2023-10-04 19:42:01 +01:00
Connor PeetandGitHub 00384003bb cli: fix server install setup on woa failing (#194811)
For #194810
2023-10-04 10:35:19 -07:00
tisilent b052d34e5c Add mousedown,contextmenu events 2023-10-05 00:58:02 +08:00
Rob LourensandGitHub 4a0e77678c Fix chat history picker (#194808)
Fix microsoft/vscode-copilot#1729
2023-10-04 17:09:21 +01:00
Rob LourensandGitHub 7a4623d275 Don't change the size of internal list elements (#194772) 2023-10-04 16:54:59 +01:00
aamungerandAaron Munger 58c1d8b85f add a hotkey that works with the screen reader optimize mode 2023-10-04 08:38:45 -07:00
Sandeep SomavarapuandGitHub 0609464420 fix conflicts action badge (#194805) 2023-10-04 17:25:35 +02:00
Sandeep SomavarapuandGitHub 8aee25395e separate global actions (#194802) 2023-10-04 16:11:23 +01:00
Aiday Marlen KyzyandGitHub 519250908b Merge pull request #194617 from microsoft/aiday/addingSortingForCopilotCodeActions
Add proposed API `isAI` to code actions
2023-10-04 17:06:25 +02:00
Benjamin PaseroandGitHub e6fb753473 file watcher - reuse instances of Uri in event handlers in extension host (for #194341) (#194697)
* file watcher - reuse instances of `Uri` in event handlers in extension host (for #194341)

* feedback: save a function call

* use `Lazy`
2023-10-04 06:38:42 -07:00
Benjamin PaseroandGitHub 950d9ef298 layout - allow containers accessor (#194797) 2023-10-04 15:14:55 +02:00
Sandeep SomavarapuandGitHub 811728f3cc Merge pull request #194764 from microsoft/sandy081/patient-alpaca
refactor pane parts
2023-10-04 14:59:37 +02:00
Sandeep SomavarapuandGitHub 5389e6196e Save on shutdown (#194715)
* Implement #194491
- Save on shutdown

* feedback

* remove extra delete

* revert service changes

* make save private

* rename

* review feedback
2023-10-04 14:47:40 +02:00
fa1f865758 Protect splitview from bad usage (#194637)
* fix #192668

* more prevention code to splitview

---------

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2023-10-04 13:40:14 +01:00
Alex RossandGitHub 1468653e05 Add URI debug logging of continue on comments (#194792)
Part of #194288
2023-10-04 14:21:12 +02:00
John MurrayandGitHub b4f975a422 Merge branch 'main' into maroon-squid 2023-10-04 12:45:15 +01:00
John MurrayandGitHub 8e90a11c13 Merge branch 'main' into pink-bedbug 2023-10-04 12:41:37 +01:00
Sandeep Somavarapu a82dd31f5e fix smoke tests 2023-10-04 13:36:19 +02:00
Alex RossandGitHub 81f0e9825a Update rust grammar to be pulled from main branch (#194787)
Discovered through https://github.com/microsoft/vscode/pull/194758
2023-10-04 12:46:43 +02:00
Christof Marti b6860e399a Add back VNC (microsoft/vscode-remote-release#8994) 2023-10-04 12:46:23 +02:00
Sandeep SomavarapuandGitHub b67632d900 Merge branch 'main' into sandy081/patient-alpaca 2023-10-04 12:38:52 +02:00
Sandeep Somavarapu f6b08f2901 remove duplicate css 2023-10-04 12:26:03 +02:00
Sandeep Somavarapu f157b16229 remove unused 2023-10-04 11:12:06 +02:00
Sandeep Somavarapu e7ccd27ffe more refactorings 2023-10-04 10:45:49 +02:00
Alex RossandGitHub 4f7a76b792 Switch Remote button not working after hiding (#194604)
* Switch Remote button not working after hiding
Fixes #194569
Part of #194603

* Respond to PR feedback

* Fix for uninstalled extensions and for extensions that don't activate

* Fix active remote view not being selected
2023-10-04 09:36:02 +02:00
Benjamin PaseroandGitHub d309643887 watcher - emit URI instead of string for faster fsPath compute (for #194341) (#194774) 2023-10-04 09:13:04 +02:00
Sandeep Somavarapu 48e52c837e remove unused code 2023-10-04 03:15:43 +02:00
Sandeep Somavarapu 327a2a7dab refactor pane parts 2023-10-04 03:08:29 +02:00
Bhavya UandGitHub 1d7b8b8a43 Update color-registry (#194756) 2023-10-03 17:53:59 -07:00
Megan RoggeandGitHub 4cd8f2f7c4 Merge pull request #194757 from microsoft/merogge/fix-issue
revert accidental changes
2023-10-03 16:00:34 -07:00
meganrogge 2ced9dccfc undo bad changes 2023-10-03 15:46:00 -07:00
meganrogge 6a412745f2 Revert "add test acc service"
This reverts commit 3b442f9c73.
2023-10-03 15:43:52 -07:00
Matt BiernerandGitHub f42c55740d Remove dom.isInDom (#194752) 2023-10-03 15:08:44 -07:00
Peng LyuandGitHub e4ecdbcced disable editor hint mouse click in empty cell editor. (#194743) 2023-10-03 14:32:41 -07:00
Megan RoggeandGitHub 0b29101472 Merge pull request #194747 from microsoft/merogge/invalidate
rm unused function
2023-10-03 13:55:55 -07:00
Megan RoggeandGitHub aa056eda19 Merge pull request #194739 from microsoft/merogge/fine-tune-clear
add `alertCleared` to accessibility service, adopt everywhere
2023-10-03 13:07:13 -07:00
meganrogge 694d7869cd rm unused function 2023-10-03 13:02:36 -07:00
meganrogge 3b442f9c73 add test acc service 2023-10-03 12:52:12 -07:00
Daniel ImmsandGitHub 7e773fad40 Merge pull request #191370 from microsoft/tyriar/191247
Adopt instance event multiplexer on title change event
2023-10-03 12:15:53 -07:00
Connor PeetandGitHub 331e445eff eng: add a basic 'must use result' and ensure assertSnapshot result is used (#194744)
* eng: add a basic 'must use result' and ensure assertSnapshot result is used

Fixes #194570

* fix found lint
2023-10-03 20:08:56 +01:00
Joyce ErandGitHub 9106c6421b fix: remove migrated setting value (#194732) 2023-10-03 20:02:26 +01:00
Daniel Imms 5277ab7c0c Merge icon and color events 2023-10-03 11:45:58 -07:00
Benjamin PaseroandGitHub cb8bb7b508 Dialogs that error in actions bring down dialog handling (fix #194314) (#194742) 2023-10-03 19:43:59 +01:00
Daniel Imms 28599c1928 More progress adopting event multiplexer 2023-10-03 11:41:28 -07:00
Daniel ImmsandGitHub b7a3bfcb4c Merge pull request #194644 from microsoft/tyriar/192816
Fix term exception during font measurement
2023-10-03 11:39:25 -07:00
Andrea MahandGitHub 097840b4e8 searcheditor change for #193427 (#194740) 2023-10-03 19:25:27 +01:00
Daniel Imms e7a32bd6f5 Tweak names 2023-10-03 11:20:08 -07:00
Daniel Imms 034276e632 onDidReceiveProcessId -> onAnyInstanceProcessIdReady 2023-10-03 11:19:34 -07:00
Peng LyuandGitHub 34305abdce more getlinelength. re #193427. (#194737)
* more getlinelength. re #193427.

* more 💄

* 💄
2023-10-03 19:17:24 +01:00
Daniel ImmsandGitHub 721d270d50 Merge branch 'main' into tyriar/191247 2023-10-03 11:13:08 -07:00