Commit Graph

117250 Commits

Author SHA1 Message Date
Johannes Rieken
595e7d4275 fix https://github.com/microsoft/vscode/issues/201197 (#201221) 2023-12-19 17:55:40 +01:00
Keerthi Vasan S A
48996f7724 Workbench actions for Tree Fuzzy Search Toggle (#175137)
* Workbench actions for Explorer Fuzzy Search Toggle

* Update src/vs/workbench/browser/actions/explorerActions.ts

Contiguous Spelled wrong

Co-authored-by: John Murray <johnm@georgejames.com>

* Update src/vs/workbench/browser/actions/explorerActions.ts

Co-authored-by: John Murray <johnm@georgejames.com>

* Update src/vs/workbench/browser/actions/explorerActions.ts

Co-authored-by: John Murray <johnm@georgejames.com>

* Fixed Contiguous Switching in all occurrences

* workbench fuzzy toggle actions moved to listCommand

* cleanup

---------

Co-authored-by: John Murray <johnm@georgejames.com>
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2023-12-19 16:06:09 +00:00
John Murray
7e2a93ab5d Implement keyboard navigation between list find/filter matches (#180078)
* Implement keyboard navigation between list filter matches

* support alt navigation to navigate to any list element

---------

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2023-12-19 16:05:16 +00:00
Johannes Rieken
bd2ec9f549 use .cpuprofile.json suffix (#201219) 2023-12-19 16:56:12 +01:00
Johannes Rieken
48a9149e6a Joh/overall-swordtail (#201218)
* don't grow wholeRange but accept it as given, pass tracked wholeRange when making a request

* fix it
2023-12-19 16:51:10 +01:00
Benjamin Pasero
d9c9c881f7 showTextDocument steals window focus (fix #201053) (#201213) 2023-12-19 16:06:04 +01:00
Martin Aeschlimann
56b0088dce update vscode-test-web (#201187)
* update vscode-test-web

* add @playwright/browser-chromium

* add skipLibCheck

* add skipLibCheck

* use esnext

* cleanup
2023-12-19 16:03:03 +01:00
Alex Ross
d7dbed74ba Don't throw if we can't dispose (#201210)
Fixes #201196
2023-12-19 15:48:49 +01:00
Johannes Rieken
0bd31a85e4 Add inline chat toolbar for close and configure (#201200)
* add input widget toolbar, add close action

* * make "finish on typing" configurable and turn it off by default
* add configure action to widget toolbar

* fix tests
2023-12-19 15:19:11 +01:00
Benjamin Pasero
d3ba5e7a30 notifications - offer a command and picker to manage DND per source (#201202)
* notifications - offer a command and picker to manage DND per source

* .
2023-12-19 13:31:59 +01:00
Alex Ross
8183b754f6 Add a setting to disable proc forwarding fallback (#200838)
* Add a setting to disable proc forarding fallback
Fixes #200795

* Restart port listener if fallback setting changes
2023-12-19 13:07:08 +01:00
Benjamin Pasero
7cabff929c notifications - remove source when extension uninstalled (#201194) 2023-12-19 12:36:29 +01:00
Johannes Rieken
401d89f2cb Make sure inlay hints have limits (#201190)
https://github.com/microsoft/vscode/issues/199610
2023-12-19 11:50:20 +01:00
Benjamin Pasero
cd30a6ad3d notifications - cleanup 2023-12-19 11:12:03 +01:00
Benjamin Pasero
3d5ac78ac2 notifications - cleanup 2023-12-19 11:12:03 +01:00
Benjamin Pasero
625a1b9d5c notifications - cleanup 2023-12-19 11:12:03 +01:00
Benjamin Pasero
0a374faa45 notifications - make methods simpler 2023-12-19 11:12:03 +01:00
Benjamin Pasero
3752cc575f notifications - keep center open when disabling DND mode 2023-12-19 11:12:03 +01:00
Benjamin Pasero
d091cae7a2 notifications - allow to filter by source also on notification 2023-12-19 11:12:03 +01:00
Benjamin Pasero
698ee88421 notifications - allow to filter by source 2023-12-19 11:12:03 +01:00
Benjamin Pasero
437e432727 notifications - add service method to get all sources 2023-12-19 11:12:03 +01:00
Benjamin Pasero
0ff10eb8f3 notifications - add service methods to DND per source 2023-12-19 11:12:03 +01:00
Benjamin Pasero
968af29545 notifications - add filter by source ID capability to model 2023-12-19 11:12:03 +01:00
Benjamin Pasero
51c237aee7 notifications - cleanup DND mode 2023-12-19 11:12:03 +01:00
Ladislau Szomoru
5beb0d33ba SCM - do not show incoming/outgoing if we cannot determine base branch (#201189) 2023-12-19 11:02:14 +01:00
Johannes Rieken
43fe3c9456 update changes count as hunks get accepted or rejected (#201188) 2023-12-19 10:47:21 +01:00
Alex Ross
2f3b5d835c Render checkboxes in markdown (#200846)
Fixes microsoft/vscode-pull-request-github#5310
2023-12-19 10:41:37 +01:00
Ladislau Szomoru
14f6a2a10f SCM - extract scm input editor options (#201186) 2023-12-19 09:49:20 +01:00
Johannes Rieken
429537adb9 update suffix of profiles that the renderer auto profiler creates (#201185) 2023-12-19 09:34:16 +01:00
Johannes Rieken
b904dfa6a6 Merge pull request #201122 from ksg97031/main
docs: Fix typos in description of multiple argument for Go To commands
2023-12-19 09:32:55 +01:00
Connor Peet
a017b12b9c testing: improve display of many tests in gutter context menu (#201171)
* testing: improve display of many tests in gutter context menu

Fixes #186515

* ci happy
2023-12-18 20:29:36 -08:00
Connor Peet
294eda9b7b testing: allow run all tests in a file/folder from the explorer pane context menu (#201169)
Fixes #162728
2023-12-18 18:06:30 -08:00
Connor Peet
262c32146f testing: allow alternate debug/run action in gutter with alt key (#201172)
Fixes #133007
2023-12-19 01:17:37 +01:00
Justin Chen
65eeea13f8 update classifier.json for github labels (#201170)
* update classifier.json for github labels

* Update .github/classifier.json

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>

---------

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
2023-12-19 01:12:01 +01:00
Megan Rogge
09623a546e Merge pull request #201163 from microsoft/merogge/scroll
enable `Scroll to top` and `Scroll to bottom` in terminal accessible view
2023-12-18 17:26:38 -06:00
meganrogge
d0da87b246 revert more changes 2023-12-18 17:12:12 -06:00
Joyce Er
10bfa02cd0 fix: chat tree data should be explicit about node type (#201168) 2023-12-19 00:03:56 +01:00
Ladislau Szomoru
9098f756e8 Git - add missing error handler (#201160) 2023-12-18 14:43:44 -08:00
Connor Peet
e7f0e028aa testing: apply filter to inline run/debug actions (#201165)
Fixes #173017
2023-12-18 14:37:06 -08:00
meganrogge
cadb564026 revert more 2023-12-18 16:07:24 -06:00
meganrogge
fc4b70e633 revert change 2023-12-18 16:06:29 -06:00
meganrogge
0fcede4011 use normal weight 2023-12-18 16:03:03 -06:00
meganrogge
08fe29f652 implement in diff't place 2023-12-18 16:02:00 -06:00
Daniel Imms
69f762abb6 Merge pull request #201158 from microsoft/tyriar/199402
Stop empty sticky scrolls showing on Windows
2023-12-18 13:35:49 -08:00
meganrogge
2e6f69bdf7 use better expression 2023-12-18 15:33:00 -06:00
meganrogge
c50cf3cd4c fix #199103 2023-12-18 15:26:41 -06:00
Daniel Imms
6fb7d0ae59 Stop empty sticky scrolls showing on Windows
Fixes #199402
2023-12-18 12:56:36 -08:00
Daniel Imms
2fc019499e Merge pull request #201155 from microsoft/tyriar/199593
Disable command guide for large commands
2023-12-18 12:38:12 -08:00
Daniel Imms
0150b8d54f Disable command guide for large commands
This can come back after xtermjs/xterm.js#4911 is handled.

Fixes #199593
2023-12-18 12:23:05 -08:00
Connor Peet
d03d2fbb14 tunnels: fix shutting down externally-started tunnel (#201152)
Fixes https://github.com/microsoft/basis-planning/issues/1057
2023-12-18 11:46:51 -08:00