Henning Dieterichs and Ladislau Szomoru
090fd2c772
Implements first iteration of multi diff editors.
...
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com >
2023-11-07 16:51:38 +01:00
Mohammad Reza Gharabaghi and GitHub
93351c7436
Update theme-defaults ( #197449 )
...
* Update dark_vs.json
* Update light_modern.json
* Update light_vs.json
* Update hc_black.json
2023-11-07 16:49:05 +01:00
Henning Dieterichs and Henning Dieterichs
a85f65be4d
Improves diff editor set model performance
2023-11-07 15:45:46 +01:00
Henning Dieterichs and Henning Dieterichs
35be92193f
Improves observable descriptions
2023-11-07 15:45:46 +01:00
Henning Dieterichs and Henning Dieterichs
d700c43194
Observable improvements
2023-11-07 15:45:46 +01:00
Henning Dieterichs and Henning Dieterichs
32f793e8e9
Fixes autorun logging bug.
2023-11-07 15:41:14 +01:00
Aiday Marlen Kyzy
716e1653a0
wip
2023-11-07 15:41:01 +01:00
Henning Dieterichs and GitHub
e456d35d5c
Merge pull request #197633 from marrej/partial-accept-race
...
# Fix Suggest dropdown/inline completion partial accept (via next token/line) race
2023-11-07 15:02:59 +01:00
Henning Dieterichs and GitHub
b21c877be0
Uses completion.source.addRef/removeRef
2023-11-07 14:48:37 +01:00
Marcus Revaj and GitHub
75195c6058
Merge branch 'main' into partial-accept-race
2023-11-07 14:18:35 +01:00
Marcus Revaj and GitHub
8d8912f1e0
# Modify to update all active completions
2023-11-07 13:45:24 +01:00
Marcus Revaj and GitHub
b657ad16dc
# Fix Suggest dropdown partial accept race
2023-11-07 13:22:20 +01:00
Benjamin Pasero and GitHub
3453c4f9f0
aux window - avoid/flag more globals ( #197614 )
...
* aux window - avoid/flag more globals
* fix access from worker
* allow `queueMicrotask`
* more adoptions
* fix build
* avoid $globalThis
2023-11-07 12:52:20 +01:00
Benjamin Simmonds and GitHub
8279aab155
Dispose Emitter ( #197626 )
...
:liptick:
2023-11-07 12:43:45 +01:00
Benjamin Simmonds and GitHub
d2d9072c91
Fix #197607 ( #197623 )
...
fix #197607
2023-11-07 12:01:09 +01:00
Benjamin Simmonds and GitHub
d576523abb
Updated Editor Actions Location Settings and UI Changes ( #197547 )
...
* Updated editor actions location settings and related UI changes
* ShowEditorActions
2023-11-07 10:44:51 +01:00
Megan Rogge and GitHub
b4edfe8c8a
Merge pull request #197577 from gtritchie/aria-hide-search-icon
...
aria-hide search icon
2023-11-07 00:30:16 -08:00
Cody Beyer
8e8d183e18
adding azure open-ai package for js
2023-11-06 16:49:36 -08:00
Megan Rogge and GitHub
c97d74fba0
Merge pull request #197575 from microsoft/merogge/command-finished
...
add pre command finished listener when command execution doesn't happen
2023-11-06 16:20:39 -08:00
Rob Lourens and GitHub
83d2372a98
Sort chat variables to below slash commands ( #197596 )
...
Fix microsoft/vscode-copilot#2495
2023-11-07 00:20:34 +01:00
meganrogge
bc36e07d8a
add comment
2023-11-06 14:33:22 -08:00
meganrogge
56f2a042c6
revert change
2023-11-06 14:13:13 -08:00
Megan Rogge and GitHub
db362a174d
Update .vscode/settings.json
2023-11-06 14:11:53 -08:00
meganrogge
ff44f70403
fake fire command executed
2023-11-06 14:11:09 -08:00
Daniel Imms
cf5656a4c6
Hide sticky scroll in some cases
2023-11-06 14:09:48 -08:00
Rob Lourens and GitHub
20b330daf7
Merge pull request #196768 from WardenGnaw/dev/waan/showDynamicConfigurationsNoContext
...
Show Dynamic Configuration Providers with No Context (file opened)
2023-11-06 14:47:37 -07:00
meganrogge
fc6e61a5a7
revert isWindowsPty
2023-11-06 13:44:03 -08:00
Gary and GitHub
fdf927bb60
Merge branch 'main' into aria-hide-search-icon
2023-11-06 14:19:35 -07:00
Daniel Imms
3cfbb33383
Fix most sticky scroll bg styles
2023-11-06 12:49:52 -08:00
Aaron Munger and Aaron Munger
fcf7d14571
remove unnecessary disposed check
2023-11-06 12:13:34 -08:00
Ronak Jain and GitHub
d72005bfa7
Fix tsconfig resolution for navigation ( #192851 )
...
* Fix tsconfig resolution
* Resolve based on link type
2023-11-06 11:46:09 -08:00
Hamir Mahal
26f93898b4
feat: allow users to create new keyboard shortcuts
...
This allows keyboard shortcuts for
1. copying the last command and
2. copying the last command **and** its output
Previously, it was only possible for users to copy the last command's
output, without copying the last command itself.
2023-11-06 11:24:53 -08:00
Megan Rogge and GitHub
9527021b45
Merge pull request #197581 from microsoft/merogge/simple-bug
...
allow taking notification action on first / default
2023-11-06 11:17:28 -08:00
Benjamin Pasero and GitHub
68a051f2e2
Aux window: regression: editor global stylesheet does not work ( fix #197564 ) ( #197580 )
2023-11-06 20:10:52 +01:00
Daniel Imms
275a1a5fbc
React to scroll events
2023-11-06 11:06:35 -08:00
Matt Bierner and GitHub
c57992a973
Always run code lens implementations on semantic server ( #197578 )
...
Fixes #197286
Already fixed this for references code lens. Just porting it to impl code lens now too
2023-11-06 20:05:00 +01:00
Aaron Munger and Aaron Munger
8ba75dfdc8
more strict on regex, fix special character
2023-11-06 10:59:40 -08:00
Aaron Munger and Aaron Munger
6afac1d3f7
fix stack trace linking
2023-11-06 10:59:40 -08:00
Daniel Imms
38395b289d
Impl click to scroll, reuse from mark nav
2023-11-06 10:58:33 -08:00
meganrogge
93541397f5
fix #197388
2023-11-06 10:54:16 -08:00
Gary Ritchie
82a5746544
Merge branch 'main' into aria-hide-search-icon
2023-11-06 11:47:30 -07:00
meganrogge
fa69fb5171
rm one condition
2023-11-06 10:44:38 -08:00
meganrogge
22054c0fea
tweak conditions
2023-11-06 10:44:14 -08:00
Megan Rogge
f73d54d32f
rm accessibility service check
2023-11-06 10:41:51 -08:00
Gary Ritchie
4618e70023
aria-hide search icon
2023-11-06 11:38:32 -07:00
meganrogge
3c96837d48
add pre command finished listener
2023-11-06 10:33:49 -08:00
Megan Rogge and GitHub
e0e31d3b61
Merge pull request #197571 from microsoft/merogge/onClose
...
immediately call `onClose` of provider when accessible view is hidden
2023-11-06 10:20:04 -08:00
meganrogge
770d3c13d4
streamline
2023-11-06 10:14:48 -08:00
meganrogge
fc3eb50946
fix #197413
2023-11-06 10:04:28 -08:00
meganrogge
aa492a64c2
add command finished listener for windows/screen reader
2023-11-06 09:55:05 -08:00