Commit graph

115570 commits

Author SHA1 Message Date
Connor Peet 2749de3808
testing: implement proposed active profiles api (#197664)
testing: implement proposed active profiles api

For https://github.com/microsoft/vscode/issues/193160
2023-11-07 10:37:37 -08:00
Johannes Rieken 273862296b
workaround layer breaker where dom-API is dependent on from common (#197662)
workaround https://github.com/microsoft/vscode/issues/197661
2023-11-07 10:34:42 -08:00
Alex Ross ce40e7ce61
Adopt Better-Less grammar (#197557)
Consider adopting a new Less grammar
Fixes #171239
2023-11-07 17:36:06 +01:00
Johannes Rieken c5203fecfb
make platform less dependent on DOM types (#197653) 2023-11-07 09:16:13 -07:00
Mohammad Reza Gharabaghi 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 a85f65be4d Improves diff editor set model performance 2023-11-07 15:45:46 +01:00
Henning Dieterichs 35be92193f Improves observable descriptions 2023-11-07 15:45:46 +01:00
Henning Dieterichs d700c43194 Observable improvements 2023-11-07 15:45:46 +01:00
Henning Dieterichs 32f793e8e9 Fixes autorun logging bug. 2023-11-07 15:41:14 +01:00
Henning Dieterichs 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 b21c877be0
Uses completion.source.addRef/removeRef 2023-11-07 14:48:37 +01:00
Marcus Revaj 75195c6058
Merge branch 'main' into partial-accept-race 2023-11-07 14:18:35 +01:00
Marcus Revaj 8d8912f1e0
# Modify to update all active completions 2023-11-07 13:45:24 +01:00
Marcus Revaj b657ad16dc
# Fix Suggest dropdown partial accept race 2023-11-07 13:22:20 +01:00
Benjamin Pasero 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 8279aab155
Dispose Emitter (#197626)
:liptick:
2023-11-07 12:43:45 +01:00
Benjamin Simmonds d2d9072c91
Fix #197607 (#197623)
fix #197607
2023-11-07 12:01:09 +01:00
Benjamin Simmonds 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 b4edfe8c8a
Merge pull request #197577 from gtritchie/aria-hide-search-icon
aria-hide search icon
2023-11-07 00:30:16 -08:00
Megan Rogge 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 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 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
Rob Lourens 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 fdf927bb60
Merge branch 'main' into aria-hide-search-icon 2023-11-06 14:19:35 -07:00
Aaron Munger fcf7d14571 remove unnecessary disposed check 2023-11-06 12:13:34 -08:00
Ronak Jain d72005bfa7
Fix tsconfig resolution for navigation (#192851)
* Fix tsconfig resolution

* Resolve based on link type
2023-11-06 11:46:09 -08:00
Megan Rogge 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 68a051f2e2
Aux window: regression: editor global stylesheet does not work (fix #197564) (#197580) 2023-11-06 20:10:52 +01:00
Matt Bierner 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 8ba75dfdc8 more strict on regex, fix special character 2023-11-06 10:59:40 -08:00
Aaron Munger 6afac1d3f7 fix stack trace linking 2023-11-06 10:59:40 -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 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
Tyler James Leonhardt 9e2e552303
Fix typo in chat code block action title (#197568)
Fixes https://github.com/microsoft/vscode-copilot-release/issues/537
2023-11-06 18:36:29 +01:00
Benjamin Pasero 9050cd7553
aux window - reduce global access to window (#197538) 2023-11-06 18:06:36 +01:00
Megan Rogge e373517c9e
Merge pull request #197381 from microsoft/merogge/do-not-cache
rm task from storage when terminated
2023-11-06 05:22:58 -08:00
Benjamin Pasero 6786b8fb9a
untitled - use ref counted lifecycle (#194371)
* wip

* cleanup

* also use ref in main

* fix one test

* adop `canDispose` for untitled as well

* untitled - ignore dirty on change on revert
2023-11-06 12:58:50 +01:00