Commit Graph
80961 Commits
Author SHA1 Message Date
Johannes af088153c3 also show relative path of snippet 2022-12-19 16:56:59 +01:00
Johannes 76b0c044c3 Merge branch 'main' into pr/weartist/169119 2022-12-19 16:46:37 +01:00
Johannes Rieken 82ba981835 change meaning of snippetsPreventQuickSuggestions and make it just not select a quick suggestion (#169546)
https://github.com/microsoft/vscode/issues/139825
2022-12-19 16:17:50 +01:00
Alexandru Dima 854a56ce1d Take into account padding for minimap layout (#169544)
* Take into account padding for minimap layout (#144034, #149753)

* Fix unit tests
2022-12-19 15:57:16 +01:00
Johannes Rieken cfd3aad843 inline unneccessary constant (#169540) 2022-12-19 15:04:18 +01:00
Johannes Rieken d9bbec5193 perf - profile analysis should also include column number (#169537) 2022-12-19 14:50:53 +01:00
Alex Ross a20d8c4f1b Set port context (#169535) 2022-12-19 14:29:27 +01:00
Alex RossandDaniel Imms f2edffb3d5 Add a setting for disabling port forwarding on click (#168311)
Fixes https://github.com/microsoft/vscode-remote-release/issues/6972

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-12-19 14:26:23 +01:00
Daniel Imms 23fb7c27fa Merge pull request #169447 from microsoft/tyriar/143883
Polish hover header line-height and margin
2022-12-19 05:21:45 -08:00
Johannes Rieken 34c9b3f400 use var args and spread for editor command extra arguments all the way (#169532)
(actually) fixes https://github.com/microsoft/vscode/issues/167564
2022-12-19 14:07:33 +01:00
Benjamin Pasero 0bfe4199ac add a button to configure application.shellEnvironmentResolutionTimeout from error toast (#169531) 2022-12-19 14:05:51 +01:00
Johannes Rieken 06107e7613 allow to clear the precondition for certain menu placements (#169527)
fixes https://github.com/microsoft/vscode/issues/169410
2022-12-19 14:04:51 +01:00
Ladislau Szomoru 8aa3d4022d Git - Fix Sync button layout regression (#169530)
Fix Sync button layout regression
2022-12-19 14:02:22 +01:00
Johannes Rieken 720feb93d3 be strict about modifier keys for toggle inlay hints (#169523)
fixes https://github.com/microsoft/vscode/issues/169478
2022-12-19 12:04:20 +01:00
Johannes Rieken f71023c031 add missing return when completions are canceled half-way through (#169522)
maybe https://github.com/microsoft/vscode/issues/169457
2022-12-19 11:55:50 +01:00
Benjamin Pasero d8966824b6 bug - never use ... when number of units unknown (#169517) 2022-12-19 08:37:50 +01:00
Matt Bierner 64a739f7aa Skip trying to apply code action edit if edit is empty (#169510)
For #169507
2022-12-18 19:07:46 -08:00
Rob Lourens 2808277602 Disallow cell URIs with NotebookEdit (#169481)
Fix #146690
2022-12-18 10:01:42 +01:00
Sandeep Somavarapu d581926838 fix #169470 fix #167620 (#169471) 2022-12-17 17:30:08 +01:00
esonnino e4d92055cf Merge pull request #169297 from microsoft/edsonn/jittery-fish
Increase height of items in Extensions list - Fix #150449
2022-12-16 15:24:44 -08:00
Daniel Imms 9994a1786a Polish hover header line-height and margin
Fixes #143883
2022-12-16 14:31:40 -08:00
Tyler James Leonhardt fa76f1eb07 Use readonly for enable/disable of quick pick in order to preserve focus to the inputbox (#169440)
Fixes #163753

This is a tactical fix in order to give us a "disabled" input box but also not mess with focus.

The look of a disabled quick input still needs to be done, but that can be done when quickpick applies style via CSS variables instead instead of inline.
2022-12-16 13:24:12 -08:00
Daniel Imms c75fd8eae4 Merge pull request #169436 from microsoft/tyriar/163554
Use const enum more in terminal and general clean up
2022-12-16 12:55:06 -08:00
Rob Lourens ede6a8b50c Enable running "copy stack trace" with executeCommand (#169338)
Fix #140239
2022-12-16 12:33:16 -08:00
Daniel Imms 459a03a7a7 const enum terminalRecorder 2022-12-16 12:19:21 -08:00
Daniel Imms 1d298461d5 const enum terminalTypeAheadAddon 2022-12-16 12:17:59 -08:00
Daniel Imms 6a73d34cb4 Inline all command line match regex 2022-12-16 12:14:34 -08:00
Daniel Imms 8989794601 const enum terminalProfileResolverService 2022-12-16 12:14:02 -08:00
Daniel Imms da0e8e2b37 Fix duplicate test warning 2022-12-16 12:12:47 -08:00
Daniel Imms db59e92eaf const enum terminalProcessManager 2022-12-16 12:11:28 -08:00
Daniel Imms bf6dbdfa13 Inline scroll bar height 2022-12-16 12:10:00 -08:00
Daniel Imms 5a780bf789 Clean up terminalActions and terminalConfigHelper 2022-12-16 12:09:05 -08:00
Daniel Imms 792588c2f4 const enum in terminal.contribution 2022-12-16 12:07:41 -08:00
Daniel Imms 2a18200d8b const enum in xtermTerminal 2022-12-16 12:06:19 -08:00
Rob Lourens f75d676e8d Make debug picker just a little wider (#169435)
Fix #169144
2022-12-16 21:06:06 +01:00
Daniel Imms 9bd5563146 Remove unused imports 2022-12-16 12:04:34 -08:00
Daniel Imms 23ec0c34b4 Clean up handling of quick fix telemetry 2022-12-16 12:04:01 -08:00
Daniel Imms b01b4de430 Use const enum in terminalLocalLinkDetector 2022-12-16 12:02:48 -08:00
Eduardo Sonnino 7af80a39cc Fixing disabled case for publisher name 2022-12-16 11:49:09 -08:00
Connor Peet 6cb23eafc7 profiling: fix oom page crash when processing a profile (#169432)
Pre-process and only build a full stack model for the topN locations we care about.

Fixes #169299
2022-12-16 14:46:43 -05:00
Nikita Randnikita-r 43a3d0a5a5 Make editor.action.*SelectionMatchFind* ignore the editor.find.seedSearchStringFromSelection setting (#165981)
* Try and fix #165977: make `editor.action.*SelectionMatchFind*` ignore
the `editor.find.seedSearchStringFromSelection` setting

* simplify SelectionMatchFindAction

Co-authored-by: nikita-r <Nikita.Retyunskiy@outlook.com>
2022-12-16 11:40:12 -08:00
David Dossett 9fa8f02f67 Fix bottom padding on quick pick (#169425)
* Fix bottom padding on quick pick

* Remote whitespace
2022-12-16 19:53:49 +01:00
SteVen Batten 93a7edeb74 fixes #169350 (#169424) 2022-12-16 19:50:31 +01:00
Rob Lourens 728855d4a5 Don't render a stack of input boxes in the same container (#169423)
Part of #167724
2022-12-16 19:47:08 +01:00
Eduardo Sonnino 168ae3a0ef Fixing Negative margin 2022-12-16 10:18:14 -08:00
Johannes Rieken c3db534b87 normalize snippet whitespace when using snippet text edits (#169418)
fixes https://github.com/microsoft/vscode/issues/169319
2022-12-16 19:09:05 +01:00
SteVen Batten 161d398c6a fixes #169326 (#169417) 2022-12-16 19:08:00 +01:00
Daniel Imms cb1113ac32 Merge pull request #168887 from jeanp413/fix-168643
Fixes editor-area terminals are not restored after quit
2022-12-16 07:48:16 -08:00
Daniel Imms be6992bf64 Merge pull request #166758 from hughlilly/double-clicking-copyedit
Copyedit: “Double-clicking” -> “Double-clicking”
2022-12-16 07:11:07 -08:00
Johannes Rieken 11c0516f96 fix https://github.com/microsoft/vscode/issues/169390 (#169399) 2022-12-16 15:20:15 +01:00