Commit Graph
124157 Commits
Author SHA1 Message Date
Matt BiernerandGitHub 6805bb6d2b Hook up mapped code edits experiment for TS (#198478)
For https://github.com/microsoft/TypeScript/pull/55406
2023-11-17 02:07:09 +00:00
John MurrayandGitHub 77dc8793db Add typescript.implementationsCodeLens.showOnInterfaceMethods setting (#136282) (#198419)
* Add `typescript.implementationsCodeLens.showOnInterfaceMethods` setting (#136282)

* Update codelenses when `typescript.referencesCodeLens.showOnAllFunctions` changes

* Improve handling of disposables
2023-11-16 22:46:41 +00:00
Daniel ImmsandGitHub 678f6a544c Merge pull request #198474 from microsoft/tyriar/198013_2
Add sticky scroll tooltip and command nav actions to panel
2023-11-16 14:20:53 -08:00
Matt BiernerandGitHub 4f866533b4 Add missing disposable registration (#198473) 2023-11-16 14:18:43 -08:00
Megan RoggeandGitHub 4f1065bf12 Merge pull request #198371 from microsoft/merogge/bug
check if active instance before updating / showing accessible view on dynamic terminal content
2023-11-16 14:03:19 -08:00
Daniel ImmsandGitHub 0701bc6725 Merge pull request #198464 from microsoft/tyriar/195804_3
Remove window usage from link terminalContrib
2023-11-16 14:02:44 -08:00
Daniel Imms 860005cd6d Add sticky scroll tooltip and command nav actions to panel
Fixes #198013
2023-11-16 13:45:39 -08:00
Daniel ImmsandGitHub dff0e3e56a Merge pull request #198463 from microsoft/tyriar/198278
Windows: Polish single prompt line and clear/cls behavior
2023-11-16 13:31:17 -08:00
Daniel Imms 1c7839a55a Start next command in tests to finish previous command 2023-11-16 13:05:21 -08:00
Daniel ImmsandGitHub 0d552b5d26 Merge pull request #198438 from microsoft/tyriar/198437
Use a single overview ruler indicator for command nav
2023-11-16 10:44:02 -08:00
Daniel Imms a1c3d38471 Remove window usage from link terminalContrib
Fixes #195804
2023-11-16 10:41:15 -08:00
Daniel Imms 3fa7cc6d14 Improve cls/clear SI behavior on Windows 2023-11-16 10:38:12 -08:00
Daniel Imms 8aa62740fd Invalidate commands in devMode 2023-11-16 10:37:49 -08:00
Ulugbek AbdullaevandGitHub c85561658e Merge pull request #198461 from microsoft/ulugbekna/yawning-mastodon
Replace `Date.now()` with UUID for `delegatingCommandId`
2023-11-16 18:59:11 +01:00
Daniel Imms bc42a84c91 Adjust prompt start based on a likely single line prompt (pwsh default) 2023-11-16 09:57:40 -08:00
Henning DieterichsandHenning Dieterichs 71a8b9927f Fixes CI 2023-11-16 18:49:52 +01:00
Henning DieterichsandHenning Dieterichs 917b056c01 Multi diff editor: Introduce view model 2023-11-16 18:49:52 +01:00
Ulugbek Abdullaev 4f41508d53 extension host: use UUID for delegatingCommandId instead of Date.now() because when there are several extension hosts (created using "extensions.experimental.affinity") and they happen to be created at the same time, those IDs equal and command invocation may go to incorrect extension host 2023-11-16 18:44:06 +01:00
BeniBenj 8d0b4a6f3b Updated various components for better visibility and scrolling in trees,
improved sticky scrolling configuration, and refactored code for
readability and efficiency.
2023-11-16 18:26:19 +01:00
Daniel Imms 6b8bbf8b6f Ensure end is after executed and prompt start is after end
Part of #198278
2023-11-16 09:21:07 -08:00
Daniel Imms 83e608a3c1 Add alternating colors to devmode decorations to help differentiate 2023-11-16 09:19:52 -08:00
Henning DieterichsandHenning Dieterichs 4e7a8779b9 Consider settings in multi diff editor 2023-11-16 18:02:11 +01:00
Benjamin PaseroandGitHub 70b6f9519a aux window - scope editor service in title bar (#198450) 2023-11-16 17:30:06 +01:00
João MorenoandGitHub 87e7f8b5e1 replace node-fetch with native fetch (#198408)
* replace node-fetch with native fetch

* fix dep version

* handle terminated error from fetch

* more error handling
2023-11-16 17:29:35 +01:00
João MorenoandGitHub c520c85342 have hidden prss setting (#198449) 2023-11-16 17:28:20 +01:00
Benjamin SimmondsandGitHub 2e4d75fa7d remove setting (#198439) 2023-11-16 17:20:56 +01:00
Rob LourensandGitHub 1c39707288 Don't clear chat input on "new session" (#198447) 2023-11-16 17:18:30 +01:00
Aiday Marlen Kyzy 1cf3ec8bba turning off the editor gutter icon 2023-11-16 17:02:00 +01:00
Benjamin PaseroandGitHub 7d4091a194 aux window 💄 (#198445) 2023-11-16 16:42:24 +01:00
Johannes RiekenandGitHub 6c8fd34375 Joh/young-catshark (#198416)
* add save & discard-btns to inline new file experience, simplify response type because we don't really support workspace edit, fix size/height bug, fix positioning bug

* fix preview mode, clean up events, fix workspace edit escape hatch

* merge main, fix compile errors
2023-11-16 16:27:36 +01:00
Johannes RiekenandGitHub 20cd4e4bc3 fix https://github.com/microsoft/vscode/issues/198423 (#198443) 2023-11-16 16:25:59 +01:00
Benjamin PaseroandGitHub a50c6479c0 editors - include preferred name and description in tooltip if available (fix #198204) (#198441) 2023-11-16 15:59:00 +01:00
Daniel Imms 33244ee817 Use a single overview ruler indicator for command nav
Fixes #198437
2023-11-16 06:37:59 -08:00
Benjamin PaseroandGitHub d6f9e21d70 aux window 💄 (#198433) 2023-11-16 15:30:07 +01:00
Alex RossandGitHub efe5bee8fc Fix small comment input when starting collapsed + editable (#198431)
Fixes #197793
2023-11-16 15:28:43 +01:00
Daniel ImmsandGitHub 6d0b5c4c53 Merge pull request #198430 from microsoft/tyriar/config_helper
Move term config helper into browser
2023-11-16 06:26:57 -08:00
Ladislau SzomoruandGitHub 1010cae99c SCM - add twistie for empty resource group and incoming/outgoing node (#198427) 2023-11-16 15:17:01 +01:00
Daniel Imms 14ced5dbe7 Move term config helper into browser 2023-11-16 06:11:12 -08:00
Simon SiefkeandGitHub c2c4439bf0 fix: memory leak in comments controller (#198237) 2023-11-16 13:49:48 +00:00
Henning DieterichsandHenning Dieterichs 0d54424931 Handle the case that env is undefined (in monaco-editor when building with parcel) 2023-11-16 14:41:10 +01:00
Benjamin SimmondsandGitHub a6469cae57 Refactor Configuration Migration Logic (#198414)
* fix migration #198056
2023-11-16 14:27:18 +01:00
Benjamin PaseroandGitHub cfd52679ce aux window - fix watermark positioning (#198418) 2023-11-16 13:23:59 +01:00
João MorenoandGitHub d79607b6c6 Add telemetry: 'update:error' (#198415)
telemetry: 'update:error'
2023-11-16 13:09:58 +01:00
Ladislau SzomoruandGitHub 0cb29d6dbd SCM - fix issue with incoming/outgoing separator (#198413) 2023-11-16 13:05:25 +01:00
Benjamin PaseroandGitHub 510f5c23be Aux window - drag/drop puts new window on wrong display (fix #198397) (#198409)
* Aux window - drag/drop puts new window on wrong display (fix #198397)

* 💄
2023-11-16 12:36:04 +01:00
BeniBenj c8e5d58b33 fix max-ratio corner case 2023-11-16 12:08:06 +01:00
BeniBenj 2af5515c60 💄 2023-11-16 11:54:46 +01:00
BeniBenj 1d8de707d1 Updated TreeNodeListMouseController to handle sticky elements and
improve expand/collapse behavior
2023-11-16 11:52:43 +01:00
Ole 28a7bc4f3f Make xtermTerminal.test.ts hermetic.
With this change, it also passes when run alone.

Fixes #198401
2023-11-16 11:29:46 +01:00
Benjamin PaseroandGitHub 5b90c56cf1 aux window - show empty group actions and hide tips (#198400) 2023-11-16 11:25:57 +01:00