Commit graph

117285 commits

Author SHA1 Message Date
Ladislau Szomoru b21537c2ef
Git - enable commit signing using SSH key (#201298) 2023-12-20 14:14:39 +01:00
Benjamin Simmonds d32043d8b8
Update group context keys on reload (#201277) 2023-12-20 12:22:45 +01:00
Johannes Rieken ce2710416a
update snippet escaping explainer (#201274) 2023-12-20 11:23:33 +01:00
Benjamin Simmonds a8edb8fac9
Support Centered Layout with Maximized Group (#201229)
* support centered layout with maximize group

* fix and add tests
2023-12-20 09:15:36 +01:00
Justin Chen deebd4f30a
Allow quick fixes to be shown in aux window (#201262)
* changed from domFocus to getFocus

* removed call to getfocus
2023-12-20 07:35:57 +01:00
Connor Peet 68bc4c82c8
cli: update server prereq versions (#201261)
Fixes #201129
2023-12-20 14:27:09 +09:00
Matt Bierner 9621add460
Fix undefined getting printed (#201250)
Fixes #201244
2023-12-20 00:22:43 +01:00
Raymond Zhao b48a213e0e
fix: parse Settings editor regular expressions more thoroughly (#201248) 2023-12-19 15:00:41 -08:00
Megan Rogge b7400557d1
Merge pull request #201242 from microsoft/merogge/disp-map
use `DisposableMap`
2023-12-19 16:34:31 -06:00
meganrogge 310aaa5309
fix #199374 2023-12-19 14:59:15 -06:00
Russell Davis b80a1c72f7
Fix race condition with restoration of problems when closing a file (#183271)
Fixes #47386

This sets the `flushOnListenerRemove` option to true for the call to
Event.debounce. Without this, some `onMarkerChanged` events can get
dropped -- specifically, when an event gets fired more than 100ms after
first listening, in which case the 600ms cleanup setTimeout fires while
the 500ms debounce timeout is still pending.

Co-authored-by: Megan Rogge <merogge@microsoft.com>
2023-12-19 20:55:30 +00:00
Megan Rogge 6196ac5633
Merge pull request #201241 from microsoft/merogge/ab
check if the text will be executed before firing on did run text
2023-12-19 14:51:02 -06:00
Megan Rogge 6833579d97
Merge pull request #201240 from microsoft/merogge/link-qp
fix bug with terminal accessible view
2023-12-19 14:38:39 -06:00
meganrogge fba0b71a83
one more case 2023-12-19 14:35:01 -06:00
meganrogge 292c58a151
improve name 2023-12-19 14:34:03 -06:00
meganrogge e5b980d17d
fix #199589 2023-12-19 14:31:53 -06:00
meganrogge 3bdc3097f1
fix #196644 2023-12-19 14:22:51 -06:00
Daniel Imms de809ac070
Merge pull request #201234 from microsoft/tyriar/200413
Allow pasting terminal text as single line
2023-12-19 11:34:07 -08:00
Robo 972172bc98
fix: for message event data can be null (#201237) 2023-12-19 20:26:50 +01:00
Daniel Imms 10800648a5
Move clipboard test to use prompt, not confirm 2023-12-19 11:16:22 -08:00
Megan Rogge 8ee37dc19a
Merge pull request #201082 from susiwen8/fix-201081
fix: `install` in `npm script` shouldn't be opened
2023-12-19 13:12:54 -06:00
Daniel Imms 1324426117
Merge pull request #201235 from microsoft/tyriar/201184
Don't clobber BASH_REMATCH in SI
2023-12-19 10:22:51 -08:00
Johannes Rieken 0603a4682b
allow strategies to control whole range deco, let live not render it (#201224) 2023-12-19 19:20:27 +01:00
Daniel Imms ea5793254a
Don't clobber BASH_REMATCH in SI
Fixes #201184
2023-12-19 10:07:59 -08:00
Daniel Imms bef5224016
Fix replace throwing 2023-12-19 10:00:02 -08:00
Daniel Imms 2db9790a9c
Allow pasting terminal text as single line
Fixes #200413
2023-12-19 09:58:38 -08:00
Daniel Imms 7f21faa423
Merge pull request #201227 from microsoft/tyriar/200428
Update xterm
2023-12-19 09:45:35 -08:00
Daniel Imms 23aa0ceb42
Update xterm
Fixes #200428
2023-12-19 09:20:30 -08:00
Daniel Imms a276ee63cc
Merge pull request #201157 from microsoft/tyriar/180257
Use safer pasted input chunking algorithm
2023-12-19 08:58:47 -08:00
Johannes Rieken 595e7d4275
fix https://github.com/microsoft/vscode/issues/201197 (#201221) 2023-12-19 17:55:40 +01:00
Daniel Imms 0e6e556c08
More chunkInput into common 2023-12-19 08:42:32 -08: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
Daniel Imms 99f246d784
Update terminalProcess.ts 2023-12-19 05:31:15 -08:00
susiwen8 f78d488f80 fix: task name end with space 2023-12-19 20:33:30 +08: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