Henning Dieterichs
655a48b67e
Introduces RangeLength
2024-03-08 16:27:50 +01:00
Henning Dieterichs
a6e2b25575
Moves Permutation class to arrays.ts
2024-03-08 16:27:50 +01:00
Benjamin Christopher Simmonds
9730949668
Fix badge position ( #207165 )
...
fix badge position
2024-03-08 15:30:33 +01:00
Benjamin Christopher Simmonds
5c6765c8f2
Fix active pane indicator issues ( #207163 )
...
fix active pane indicator issues
2024-03-08 15:09:33 +01:00
Benjamin Christopher Simmonds
27714e45c1
Include pointer size in hover bounding box computation ( #207092 )
...
Include pointer size in window/hover bounding box computation
2024-03-08 05:03:06 -08:00
Robo
c37ca48a96
chore: update node-pty@1.1.0-beta11 ( #207153 )
2024-03-08 13:48:21 +01:00
Alex Ross
59857a62e6
Add reply to the comments view context menu ( #207156 )
...
Fixes microsoft/vscode-pull-request-github#5698
2024-03-08 12:39:44 +01:00
Peng Lyu
6c19c00357
Revert "Only one subscriber for kernels for onDidChangeSelectedNotebooks ( #204417 )" ( #207132 )
...
This reverts commit 59ec734843
.
2024-03-08 05:28:31 +01:00
Rob Lourens
1c2151afda
Fix expected errors in telemetry ( #207128 )
...
* Fix #206108
* Fix #206109
2024-03-08 04:27:09 +01:00
Connor Peet
dcee2edef1
testing: additional context keys and state around test results ( #207119 )
...
For explorations with copilot later
2024-03-07 19:08:21 -08:00
Matt Bierner
091987d943
Update paste and drop proposals ( #206496 )
...
* Update paste and drop proposals
Reworks the document paste and drop API proposals. Main highlights:
- Align more with code action api
- Allow a single paste provider to return multiple edits
- Allow resolving applied edits lazily
- Switch from using ids to scoped kinds like used for code actions
* Adding paste context
* Add context
* Update test
2024-03-07 16:04:36 -08:00
Justin Chen
d6fb91c889
show contributed issues in quick access ( #206303 )
...
* show contributed issues in quick accesss
* moved some files around
* cleanup unused import
* quick access overhaul: add all extensions, filter no duplicates, contributed at bottom, add button to open extension page, add experimental setting
* fix to turn on by default
* switch to info button icon instad
* added issue file on product and marketplace
* differentiate btween insiders and stable
* some fixes for now
* address comments
* review fixes
2024-03-07 14:27:22 -08:00
meganrogge
6c6bcf374d
Merge branch 'main' into merogge/wip-inline-chat-response
2024-03-07 14:19:27 -08:00
Benjamin Christopher Simmonds
6a371bb1fc
Fix Activity Bar Icon Clickability in Fullscreen ( #207114 )
...
fixes #204688
2024-03-07 23:18:46 +01:00
meganrogge
2bad96c085
add navigation actions, rm toolbars, add to help dialog
2024-03-07 14:17:13 -08:00
Benjamin Christopher Simmonds
44f0428a89
Reorder Activity Bar Position Menu ( #207113 )
...
Activity Bar Position Menu Order
2024-03-07 23:06:14 +01:00
Megan Rogge
22ec1ea78b
Merge pull request #207112 from microsoft/merogge/lang
...
trap language for acc view codeblock
2024-03-07 13:59:20 -08:00
meganrogge
ea874924d9
trap language for acc view codeblock
2024-03-07 13:39:02 -08:00
Matt Bierner
c087be9705
Adopt module 'Preserve' for TS 5.4+ ( #206478 )
2024-03-07 13:35:56 -08:00
Megan Rogge
bc83cb0632
Merge pull request #207111 from microsoft/merogge/av
...
tweak acc view codeblock code
2024-03-07 13:31:21 -08:00
meganrogge
2356b7b15a
fix acc view actions
2024-03-07 13:15:31 -08:00
Benjamin Christopher Simmonds
5ae204d5ad
Fix Drag And Drop in Activity Bar ( #207109 )
...
fixes #206878
2024-03-07 22:06:39 +01:00
Matt Bierner
6403b4367b
Pick up latest TS for building VS Code ( #207096 )
2024-03-07 12:59:59 -08:00
Megan Rogge
5fe9008857
Merge pull request #207105 from microsoft/merogge/term-editor-focus
...
force terminal to focus when focusing terminal editor
2024-03-07 12:59:37 -08:00
meganrogge
978d141c99
get code block to render
2024-03-07 12:39:46 -08:00
meganrogge
1f0e830c2b
fix #207089
2024-03-07 12:19:21 -08:00
Benjamin Pasero
a4be57ba95
watcher - fix crash when rewatching a file recursively ( #207102 )
2024-03-07 11:57:25 -08:00
Connor Peet
b79e884dc1
Revert "Tunnel: Add unit tests for port mapping" ( #207097 )
...
delete only test
2024-03-07 11:54:38 -08:00
meganrogge
3c318f2fac
wip move inline chat response inside of widget
2024-03-07 11:31:23 -08:00
Daniel Imms
38f6b07e31
Merge pull request #207075 from microsoft/tyriar/4263
...
Don't get rid of model early, get history from it, use MutableDisposable
2024-03-07 10:26:07 -08:00
Matt Bierner
46ff95b5b1
Pick up latest stable TS release ( #207095 )
2024-03-07 19:01:56 +01:00
Megan Rogge
202f906b90
Merge pull request #206849 from microsoft/merogge/acc-view-run-code-block
...
enable chat code block actions in accessible view
2024-03-07 09:57:42 -08:00
Daniel Imms
3aa2d932e8
Merge branch 'main' into tyriar/4263
2024-03-07 09:56:15 -08:00
Benjamin Christopher Simmonds
5c90480e9b
Add border bottom to activity bar top ( #207094 )
...
add border bottom when activity bar top
2024-03-07 18:50:48 +01:00
Daniel Imms
bdd6595a8a
Merge pull request #207068 from microsoft/tyriar/keybinding
...
Replace ext suggest command with experimental inline chat keybinding
2024-03-07 09:21:20 -08:00
Daniel Imms
6636642d19
Merge pull request #207067 from microsoft/tyriar/207065
...
Spread out terminal group names for easier use by exts
2024-03-07 09:20:51 -08:00
Daniel Imms
367145c9a8
Merge pull request #207070 from microsoft/tyriar/207037
...
Ensure context keys are created on chat contribution init
2024-03-07 09:20:29 -08:00
Daniel Imms
07660182ab
Merge pull request #207078 from microsoft/tyriar/207073
...
Clean up usage of Lazy, prevent double dispose
2024-03-07 09:17:28 -08:00
Daniel Imms
c661d06a9d
Merge pull request #207069 from microsoft/tyriar/4256_2
...
Allow using terminal inline chat without focus
2024-03-07 09:16:35 -08:00
Benjamin Christopher Simmonds
ff23987823
Merge pull request #206818 from microsoft/benibenj/activityBarBottom
...
Added footer area and enabled activity bar positioning at the bottom
2024-03-07 17:20:55 +01:00
Johannes Rieken
aaaa801e8a
Joh/husky-aardvark ( #207088 )
...
* chore - pull-out input editor part of the inline chat widget
* cleanup
2024-03-07 17:19:06 +01:00
Orgad Shaneh
308c48ea0e
Tunnel: Extend port mapping lookup also for querystring (take 2)
...
When running az login, the URL has localhost in redirect_uri query
param. This should trigger automatic port mapping.
Improve localhost port mapping to cover this case as well.
This is a revised and tested version of #203908 which was reverted
in #205370 .
Fixes #203869
2024-03-07 16:41:15 +01:00
Orgad Shaneh
84e5f9a43a
Window: Factor out resolveExternalUri
...
...and add some unit tests.
2024-03-07 16:41:15 +01:00
Orgad Shaneh
757b6b2556
Tunnel: Add unit tests for port mapping
2024-03-07 16:41:15 +01:00
Krzysztof Cieślak
78f2051e25
Inline Edit - make sure we finalize accepting before requesting new edit ( #206525 )
...
* Inline Edit - make sure we finalize accepting before requesting new edit
2024-03-07 15:39:59 +00:00
BeniBenj
a01eacaac2
rename and migration
2024-03-07 15:31:54 +01:00
Alex Ross
855c3e3852
Bump distro ( #207074 )
2024-03-07 15:22:27 +01:00
Benjamin Pasero
9a7ce5b4e7
voice - implement lazy activation (Voice: figure out usage numbers (microsoft/vscode-internalbacklog#4877)) ( #207060 )
...
* voice - implement lazy activation (Voice: figure out usage numbers (microsoft/vscode-internalbacklog#4877 ))
* .
* .
2024-03-07 15:21:06 +01:00
Daniel Imms
465e40226b
Clean up usage of Lazy, prevent double dispose
...
Fixes #207073
2024-03-07 06:11:05 -08:00
Daniel Imms
e482575852
Register model
2024-03-07 06:04:15 -08:00