Commit graph

116052 commits

Author SHA1 Message Date
John Murray 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 Imms 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 Bierner 4f866533b4
Add missing disposable registration (#198473) 2023-11-16 14:18:43 -08:00
Megan Rogge 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 Imms 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 Imms 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 Imms 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 Abdullaev 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 Dieterichs 71a8b9927f Fixes CI 2023-11-16 18:49:52 +01:00
Henning 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
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 Dieterichs 4e7a8779b9 Consider settings in multi diff editor 2023-11-16 18:02:11 +01:00
Benjamin Pasero 70b6f9519a
aux window - scope editor service in title bar (#198450) 2023-11-16 17:30:06 +01:00
João Moreno 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 Moreno c520c85342
have hidden prss setting (#198449) 2023-11-16 17:28:20 +01:00
Benjamin Simmonds 2e4d75fa7d
remove setting (#198439) 2023-11-16 17:20:56 +01:00
Rob Lourens 1c39707288
Don't clear chat input on "new session" (#198447) 2023-11-16 17:18:30 +01:00
Benjamin Pasero 7d4091a194
aux window 💄 (#198445) 2023-11-16 16:42:24 +01:00
Johannes Rieken 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 Rieken 20cd4e4bc3
fix https://github.com/microsoft/vscode/issues/198423 (#198443) 2023-11-16 16:25:59 +01:00
Benjamin Pasero 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 Pasero d6f9e21d70
aux window 💄 (#198433) 2023-11-16 15:30:07 +01:00
Alex Ross efe5bee8fc
Fix small comment input when starting collapsed + editable (#198431)
Fixes #197793
2023-11-16 15:28:43 +01:00
Daniel Imms 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 Szomoru 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 Siefke c2c4439bf0
fix: memory leak in comments controller (#198237) 2023-11-16 13:49:48 +00:00
Henning 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 Simmonds a6469cae57
Refactor Configuration Migration Logic (#198414)
* fix migration #198056
2023-11-16 14:27:18 +01:00
Benjamin Pasero cfd52679ce
aux window - fix watermark positioning (#198418) 2023-11-16 13:23:59 +01:00
João Moreno d79607b6c6
Add telemetry: 'update:error' (#198415)
telemetry: 'update:error'
2023-11-16 13:09:58 +01:00
Ladislau Szomoru 0cb29d6dbd
SCM - fix issue with incoming/outgoing separator (#198413) 2023-11-16 13:05:25 +01:00
Benjamin Pasero 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
Benjamin Pasero 5b90c56cf1
aux window - show empty group actions and hide tips (#198400) 2023-11-16 11:25:57 +01:00
Ladislau Szomoru 6aa249db00
Git - fix incorrect check (#198396) 2023-11-16 10:45:13 +01:00
Ladislau Szomoru cacd71f16c
SCM - refactor history provider cache cleanup (#198378)
* Initial implementation

* Remove private property as it is not needed any more

* Improve cache manipulation
2023-11-16 09:12:02 +01:00
Benjamin Pasero ab66bab0d8
aux window - support confirm on close (#198307) 2023-11-16 08:36:54 +01:00
Ladislau Szomoru 7688a7ca8e
Engineering - update incoming/outgoing workspace settings (#198386) 2023-11-16 08:18:41 +01:00
João Moreno 0b111a09a1
Publish to new CDN (#198154) 2023-11-16 07:19:59 +01:00
Rob Lourens 444e73750b
Fix label caps (#198379)
Fix microsoft/vscode-copilot-release#552
2023-11-16 01:27:32 +01:00
Rob Lourens 956bfb6a02
Add "new session" to chat context menu (#198376)
From discussion
2023-11-16 01:14:44 +01:00