meganrogge
131ef21c5e
rm command executed windows barrier
2023-10-10 15:14:59 -07:00
Daniel Imms
7df7f68172
Revert "barrier"
...
This reverts commit 33f27015d0 .
2023-10-10 14:55:51 -07:00
Daniel Imms
7c5ca84e21
Revert "use resolve"
...
This reverts commit 9f0fb80286 .
2023-10-10 14:53:45 -07:00
Megan Rogge
9f0fb80286
use resolve
2023-10-10 14:42:10 -07:00
Sandeep Somavarapu and GitHub
2b94b13f62
polish global actions badge ( #195302 )
2023-10-10 14:38:44 -07:00
Raymond Zhao and GitHub
32ddc9b714
Add steps to SDL pipeline ( #195304 )
...
* Add recommended publish logs task
* Add PS script analyzer
2023-10-10 14:37:56 -07:00
Megan Rogge
33f27015d0
barrier
2023-10-10 14:37:07 -07:00
Joaquín Ruales and GitHub
52d845ac5c
Clarify description for viewId argument in vscode.openWith command ( #145270 )
...
* Update extHostApiCommands.ts
* Update extHostApiCommands.ts
* Update extHostApiCommands.ts
* Update extHostApiCommands.ts
2023-10-10 23:16:18 +02:00
meganrogge
389a62b9a6
use barrier
2023-10-10 12:30:00 -07:00
aamunger and Aaron Munger
6598802128
do not shrink cell if still executing
2023-10-10 12:11:49 -07:00
Benjamin Pasero and GitHub
5663662d68
Uncaught TypeError: Cannot use 'in' operator to search for 'text' in undefined ( fix #195290 ) ( #195291 )
2023-10-10 21:05:27 +02:00
Benjamin Pasero and GitHub
0e2c2cac00
aux window - apply zoom via webFrame on preload slim ( #195289 )
2023-10-10 11:58:34 -07:00
meganrogge
c226386802
rm log
2023-10-10 11:47:16 -07:00
Megan Rogge
173c8faf3b
fix #195195
2023-10-10 11:45:59 -07:00
meganrogge
c34767cea6
add command started / command executed barriers
2023-10-10 11:36:27 -07:00
meganrogge
f025f61e7e
move promise awaiting into now async function
2023-10-10 11:25:15 -07:00
meganrogge
b29602f2f5
polish
2023-10-10 11:23:02 -07:00
Sandeep Somavarapu and GitHub
97bb5d12c1
polish activity bar actions ( #195273 )
...
* polish activity bar actions
* more polish
* fix compile error
* fix css
2023-10-10 11:16:16 -07:00
Sandeep Somavarapu and GitHub
6f9f55b025
Merge pull request #195268 from microsoft/sandy081/outdoor-deer
...
fix icon focus and hover styles
2023-10-10 20:13:39 +02:00
Sandeep Somavarapu and GitHub
2f51809ca3
Fix extensions smoke test ( #195264 )
...
#193046
- add waitForWorkbenchRestored method to driver
- move driver to workbench
- wait for workbench to restore if command is not found
2023-10-10 20:11:30 +02:00
Sandeep Somavarapu and GitHub
7a10a0e89b
do not show no results in icon select box ( #195269 )
2023-10-10 19:50:00 +02:00
Raymond Zhao and GitHub
b63441dbc9
Hide ToC during search if requested ( #194821 )
...
Fixes #194812
2023-10-10 09:49:00 -07:00
Megan Rogge
e536224122
Merge branch 'main' into megtyr/windows_command_start
2023-10-10 09:31:06 -07:00
Sandeep Somavarapu
c202bce651
fix icon focus and hover styles
2023-10-10 18:07:13 +02:00
Alex Ross and GitHub
42a991cd43
Various continue on comments fixes ( #195260 )
...
* Various continue on comments fixes
Part of #194288
* Fix continue-on reply being restored before root comment
Fix duplicate continue-on comments
* Include monaco.d.ts changes
2023-10-10 18:07:08 +02:00
Connor Peet and GitHub
5f83ca061a
cli: fix exec server not reading all stdin with immediate close ( #195257 )
...
Fixes https://github.com/microsoft/vscode-remote-tunnels/issues/691
2023-10-10 17:39:53 +02:00
Sandeep Somavarapu and GitHub
682703838f
Merge pull request #195078 from jiawei-hong/styles/extensions-action-label-border-right-width
...
styles: only needs to be set border-right-width is none if it is not …
2023-10-10 17:39:28 +02:00
Sandeep Somavarapu and GitHub
d2daf2f983
show progress badge as overlay ( #195252 )
...
#195130 show progress badge as overlay
2023-10-10 17:38:00 +02:00
James Yang and GitHub
62d1092030
fix: dom.test.ts typo ( #195249 )
2023-10-10 17:22:26 +02:00
Daniel Imms
e590e5dfad
Merge remote-tracking branch 'origin/main' into tyriar/float_1
2023-10-10 08:00:19 -07:00
Sandeep Somavarapu and GitHub
aa835c938d
fix compact menu in activity bar ( #195245 )
2023-10-10 15:12:10 +02:00
Johannes Rieken and GitHub
4adf8cfbb4
revert SVG masking for menu item icons ( #195232 )
...
https://github.com/microsoft/vscode/issues/194710
2023-10-10 15:11:37 +02:00
Benjamin Pasero and GitHub
31a16529b6
editor - reduce flicker on reload with empty group ( #195231 )
2023-10-10 12:19:36 +02:00
Sandeep Somavarapu and GitHub
1c20187fd6
polishing composite bar ( #195224 )
2023-10-10 11:03:45 +02:00
Benjamin Pasero and GitHub
29b69437ab
watcher - correlate events to their requesting source ( #194776 )
...
* watcher - emit `URI` instead of `string` for faster `fsPath` compute (for #194341 )
* wip
* more
* adopt
* some cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* implement correlation
* cleanup
* add correlation
* undo, leave for later
* tests
* tests
* tests
* tests
* tests
* log cId
* simpler correlation id
* 💄
* tests
* runs
* skip normalization
* fix tests
* tests
* fix tests
* add `createWatcher` API
* partition events in ext host
* allow custom excludes
* remove disk file change
* 💄
* 💄
* 💄
* wire in
* wire in
2023-10-10 10:27:18 +02:00
Benjamin Pasero and GitHub
8988b0fd43
aux window - add layout method ( #195221 )
...
* aux window - add `layout` method
* 💄
2023-10-10 10:11:55 +02:00
BeniBenj
6a0b43656e
💄
2023-10-10 10:00:26 +02:00
BeniBenj
5c9a261b6a
💄
2023-10-10 09:48:04 +02:00
BeniBenj
30871cbe2d
💄
2023-10-10 09:25:49 +02:00
Benjamin Pasero and GitHub
35ec11e41c
aux window - dispose from higher component ( #195217 )
...
cc @Tyriar
2023-10-10 07:59:49 +02:00
eb4f3c149f
fix: to #157015 fix view label command localized ( #193544 )
...
* fix: to #157015 fix view label command localized
* chore: save
* Fixes #157015
* Fixes #157015
* Fixes #157015
* Fixes #157015
* Fixes #157015
* Fixes #157015
* fix: use nls.localize2 to simplified code
* fix: use nls.localize2 to simplified code
* fix: use nls.localize2 to simplified code
---------
Co-authored-by: Johannes Rieken <johannes.rieken@gmail.com >
Co-authored-by: Isidor Nikolic <inikolic@microsoft.com >
Co-authored-by: Megan Rogge <merogge@microsoft.com >
Co-authored-by: Ulugbek Abdullaev <ulugbekna@gmail.com >
2023-10-10 03:11:40 +00:00
Connor Peet and GitHub
0b8e1cc053
testing: fix link color in testing error messages ( #195203 )
...
For https://github.com/microsoft/vscode-python/issues/22175
2023-10-09 17:42:01 -07:00
meganrogge
e460c1b88c
format doc
2023-10-09 17:04:18 -07:00
Megan Rogge
d1f9ee4278
fix bug
2023-10-09 16:48:02 -07:00
meganrogge
b09fb00ca3
add another log
2023-10-09 16:36:02 -07:00
meganrogge
c1e642f158
get rid of const
2023-10-09 16:33:27 -07:00
meganrogge
1663491d9e
add log
2023-10-09 16:31:40 -07:00
meganrogge
5f5d2fdf82
simplify further
2023-10-09 16:27:44 -07:00
meganrogge
e4576b2786
use functions
2023-10-09 16:25:32 -07:00
Justin Chen and GitHub
c146d5e4d8
Allows Arrays in Setting for Code Actions on Save ( #194870 )
...
* allow arrays in settings
* cleanup
* added specification for array and object
* added additional properties for intellisense
* added better logic
* fixes issue with overwritten code actions (when multiple of same subset)
* code cleanup
* last bit of code cleanup
1 am brain go brrrrr
* reverting last couple changes. adding 1 bit of code that fixes everything
* code cleanup
late night coding >>>>
* resolving merge conflicts
merge conflicts from main?
* resolving merge conflicts part 2
2023-10-09 16:21:42 -07:00