Alex Ross and GitHub
ae23e73ba0
Update CSS grammar ( #193333 )
2023-09-18 11:46:17 +02:00
Daniel Imms and GitHub
0b08c9ad9c
Merge pull request #193232 from NikoRaisanen/fix-bash-title-windows
...
fix: do not set this._sequence to undefined if path title not windows path
2023-09-17 22:31:07 -07:00
Megan Rogge and GitHub
0bb3e99175
Merge pull request #193273 from microsoft/merogge/focus-acc-buffer
...
get `focusAfterRun` to work
2023-09-18 00:30:45 -05:00
Rob Lourens and GitHub
f47b1f387e
Tweak hiddenWhen message
2023-09-17 20:07:56 -07:00
Jean Pierre
8d854d628c
Fixes #193313
2023-09-17 15:44:45 -05:00
meganrogge
13aed778d8
get it to work
2023-09-16 13:07:48 -05:00
meganrogge
a2ec2e5837
try to get ensurenodisposables to work for task terminal status tests
2023-09-16 13:02:21 -05:00
meganrogge
e0d1d4979c
fix #193225
2023-09-16 12:02:29 -05:00
Bryan Ricker and GitHub
fa99dace5e
fixes typo in description for terminal.integrated.environmentChangesRelaunch configuration ( #191841 )
2023-09-16 07:25:45 -07:00
Aaron Munger and GitHub
7bdc382a9b
Merge pull request #193126 from microsoft/aamunger/scrollOnExecute
...
option to scroll to the top of the next cell
2023-09-15 15:51:06 -07:00
Aaron Munger
012e79d53c
dispose test disposable
2023-09-15 15:36:03 -07:00
Aaron Munger
339fedbd3a
get actual padding value
2023-09-15 14:38:57 -07:00
Aaron Munger
9abb9c4be8
remove unused param
2023-09-15 13:15:25 -07:00
Christof Marti
5ae15d5398
Update @vscode/proxy-agent and enable new cert loading
2023-09-15 21:38:20 +02:00
Aaron Munger
8963ff84db
explicit behavior name
2023-09-15 12:23:44 -07:00
Niko Raisanen and GitHub
c0fde20dd4
Merge branch 'main' into fix-bash-title-windows
2023-09-15 12:04:00 -07:00
unknown and Noel Abrahams
257869baca
fix: do not set this._sequence to undefined if path title is not windows path
...
Co-authored-by: Noel Abrahams <NoelAbrahams@users.noreply.github.com >
2023-09-15 12:00:25 -07:00
Aaron Munger
59c811583a
update setting names, include "none" option
2023-09-15 11:15:22 -07:00
Aaron Munger and GitHub
9892b66efe
Merge pull request #193224 from microsoft/aamunger/scrollNotebooks
...
account for toolbar size when measuring initial body height
2023-09-15 11:06:34 -07:00
Aaron Munger and GitHub
93e17dbbbd
Merge branch 'main' into aamunger/scrollOnExecute
2023-09-15 10:50:05 -07:00
Aaron Munger and GitHub
c9e43572d1
Merge branch 'main' into aamunger/scrollNotebooks
2023-09-15 10:49:05 -07:00
Aaron Munger
094461dbfa
account for toolbar size when measuring initial body height
2023-09-15 10:47:34 -07:00
Aaron Munger
1a65428e5c
setting details
2023-09-15 10:45:46 -07:00
Daniel Imms and GitHub
d5d1456ba4
Merge pull request #192809 from microsoft/tyriar/79034
...
Finalize terminal/context, terminal/title/context
2023-09-15 10:35:40 -07:00
Daniel Imms
17a2b3a100
Process args in place
2023-09-15 10:21:18 -07:00
Michael Lively and GitHub
6d1812beed
Final Support for Notebook CodeActionKind ( #193121 )
...
* finalize nb CodeActionKind
* edit jsdoc + apiproposal change
* stricter doc comment
2023-09-15 09:27:21 -07:00
Raymond Zhao and GitHub
26558d58c0
Refactor Settings search ( #193146 )
2023-09-15 09:21:37 -07:00
Daniel Imms and GitHub
232c25b51d
Merge branch 'main' into tyriar/79034
2023-09-15 09:07:33 -07:00
Aiday Marlen Kyzy and GitHub
f4bf7300ad
Merge pull request #193207 from microsoft/aiday/typosDiagnosticTelemetry
...
Fixing typo in telemetry gathering diagnostic codes
2023-09-15 18:06:20 +02:00
Daniel Imms
456dd7a43b
Use an ActionRunner to transform context for term ctx menu actions
2023-09-15 09:03:54 -07:00
Andrew Wang
c35bb82f6e
Rename to 'hiddenWhen'
2023-09-15 09:01:31 -07:00
SteVen Batten and GitHub
b386cc4998
move single chat view container to workbench contribution ( #192827 )
...
* minimal change to register chat contribs at startup
* refactor and use a single view container
* undo this change
2023-09-15 08:28:03 -07:00
Daniel Imms and GitHub
90c53ba1b2
Merge branch 'main' into tyriar/79034
2023-09-15 07:46:57 -07:00
Alex Ross and GitHub
4e714a51b3
Add next/previous commenting range commands+keybindings ( #193209 )
...
Part of #192377
2023-09-15 14:55:31 +01:00
João Moreno and GitHub
f7c6e1a7a1
SCM: Adopt StorageScope.WORKSPACE and StorageTarget.USER ( #193142 )
...
* update HistoryNavigator
* update ResourceMap ctor
* scm: use workspace storage for input histories
* prepare to migrate
* wip: migration
* 💄
* delete invalid legacy scm histories
2023-09-15 15:46:24 +02:00
Aiday Marlen Kyzy
0a45b2737a
typos
2023-09-15 15:13:50 +02:00
Alexandru Dima and GitHub
b2388cebc3
Avoid using global document, global window ( #193189 )
...
* Avoid using global document, global window
* Fix problem with fake dom element
* Fix problem with tracking focus on the window
2023-09-15 14:55:21 +02:00
Benjamin Pasero and GitHub
9a9ef69e1f
voice - cleanup disposables ( #193199 )
2023-09-15 13:05:57 +01:00
Benjamin Pasero and GitHub
62226617b2
Merge pull request #193180 from microsoft/ben/voice-next
...
voice - simple vad and sliding window approach
2023-09-15 13:17:25 +02:00
Alexandru Dima and GitHub
4dad617e42
Finalize TextEditorOptions.indentSize API proposal ( #193193 )
...
Finalize TextEditorOptions.indentSize API proposal
2023-09-15 11:54:06 +01:00
Benjamin Pasero
f0a61fd8f6
voice - add a basic sliding window transcription approach based on silence detection
2023-09-15 12:40:07 +02:00
Alex Ross and GitHub
ec45a64ce2
Aria status when editor has commenting ranges ( #193187 )
...
Part of #192377
2023-09-15 11:49:52 +02:00
Benjamin Pasero
e8ea1ab584
voice - drop the need for suppressNonSpeechTokens
2023-09-15 11:32:17 +02:00
Benjamin Pasero
17c5355652
voice - still handle silence on the transcriber
2023-09-15 11:14:35 +02:00
Rob Lourens and GitHub
bc6b75eb2c
Basic 'chat agent' API ( #193152 )
...
* Very basic chat agent API/UX
* Add custom name/avatar, and restore them in persisted sessions
* Show agent subcommands on the top level
* Show editor decorations for subcommands
* Fix unit tests
* Implement unregister
* Revert slash command content widget change, still used by inline editor
* Remove content widget reference
* Fix leaked disposable
2023-09-15 10:32:30 +02:00
Alex Ross and GitHub
6d8c8453fb
Add keyboard shortcut for Add Comment ( #193118 )
...
Part of #192377
2023-09-15 09:24:30 +01:00
Benjamin Pasero
ea27cc09a8
voice - implement super simple vad
2023-09-15 10:05:34 +02:00
Andrew Wang and GitHub
a56b815d31
Merge branch 'main' into dev/waan/deemphasizeDebuggers
2023-09-14 17:30:54 -07:00
Andrew Wang
6006a39079
Add support to de-emphasize debuggers in run list
...
This PR supports hiding debuggers in VS Code similar to the when clause.
If this field is set to true, it will hide the debuggers in the list.
2023-09-14 16:20:35 -07:00
Alexandru Dima and GitHub
bccfade64a
Improve handling of extension descriptions ( #193145 )
2023-09-14 16:17:42 -07:00