Sandeep Somavarapu
e282742d2b
remove unused property ( #174236 )
2023-02-13 05:25:34 -08:00
Benjamin Pasero
14c90ae1a0
sandbox - disable files.experimental.watcherUseUtilityProcess
for now by default
2023-02-13 13:57:49 +01:00
Benjamin Pasero
585872f176
sandbox - utility process requires execArgv
2023-02-13 13:56:24 +01:00
Benjamin Pasero
955decae13
sandbox - add files.experimental.watcherUseUtilityProcess
setting
2023-02-13 13:55:40 +01:00
Henning Dieterichs
d345968334
Merge pull request #174086 from microsoft/hediet/ratty-ocelot
...
Adds monaco editor playground launch config & http server
2023-02-13 11:29:32 +01:00
SteVen Batten
f718f1ace3
handle rtl locale for layout controls on macos ( #174107 )
...
* handling rtl case on macos layout controls
* remove console log
* unused import
2023-02-11 01:34:13 +01:00
Joyce Er
7c54acb1c2
Fix repeated Continue On items in remote indicator ( #174103 )
2023-02-11 00:41:40 +01:00
Joyce Er
f0439a1e6c
Merge pull request #174093 from microsoft/dev/joyceerhl/democratic-krill
...
Recommend a curated list of remote extensions
2023-02-10 19:59:07 +00:00
Joyce Er
0e78eb04b9
Recommend a curated list of remote extensions
2023-02-10 19:34:44 +00:00
Joyce Er
06fdf95f12
🆙 distro
2023-02-10 19:34:24 +00:00
Henning Dieterichs
f4b345578d
Adds monaco editor playground launch config & http server
2023-02-10 19:18:47 +01:00
Logan Ramos
3708125b66
Explicitly call exthosttelemetry on command failure ( #173990 )
...
* Explicitly call exthosttelemetry on command failure
* Fix a bunch of tests and remove duplicates
* Revert test changes
* Switch to true private property
2023-02-10 17:44:58 +01:00
Sandeep Somavarapu
cffee30671
fix #174046 ( #174074 )
...
- ignore empty content
- be resilient while loading extensions
2023-02-10 17:06:38 +01:00
Martin Aeschlimann
eb6f14df61
Update: add command to give back the current state ( #174073 )
2023-02-10 16:49:32 +01:00
João Moreno
c7930ca55d
Revert "bump @vscode/policy-watcher ( #174063 )" ( #174072 )
...
This reverts commit 47e3135bda
.
Revert "move to @vscode/policy-watcher (#173950 )"
This reverts commit a1e73c96a4
.
2023-02-10 16:37:50 +01:00
Henning Dieterichs
d6259480f5
Fixes #173997 ( #174067 )
2023-02-10 15:29:40 +01:00
Tobias Hernstig
c612c5d163
Add shellscript filenamePatterns
for .env.*
( #173426 )
...
* Add shellscript `filenamePatterns` for `.env*`
In some cases, projects use `.env` files such as `.env.development`
or `.env.production` or similar things.
Adding this to extensions/shellscript/package.json as a
`filenamePatterns` avoids developers having to add specific
`"files.associations"` to their VS Code settings files.
Fixes #173425
* Change pattern from .env* to .env.*
2023-02-10 14:22:32 +00:00
Alex Ross
58c6383d84
Tree checkboxes don't always get API proposal check ( #174066 )
...
Fixes #174064
2023-02-10 15:18:52 +01:00
João Moreno
47e3135bda
bump @vscode/policy-watcher ( #174063 )
2023-02-10 15:17:07 +01:00
Alex Ross
b057df0539
Add localization comments for reaction tooltips ( #174062 )
...
Fixes #174001
2023-02-10 15:00:49 +01:00
Sandeep Somavarapu
027ac14631
use normal exec instead of cli ( #174060 )
2023-02-10 14:24:19 +01:00
Sandeep Somavarapu
f6fea5494f
fix #170934 ( #174049 )
2023-02-10 12:24:19 +01:00
Alex Ross
615fecd93d
Fix editor scroll for comments ( #174037 )
2023-02-10 10:16:09 +01:00
Sandeep Somavarapu
3c237e0bdc
fix #173630 ( #174032 )
2023-02-10 09:22:32 +01:00
Matt Bierner
34c620efbe
Hook up new markdown workspace header suggestion setting ( #174004 )
...
Fixes #172977
Also fixes the settingsTree matching settings ids too eagerly
2023-02-10 09:09:00 +01:00
Benjamin Pasero
a3a23328f9
Shared process lifecycle service has questionable exit processing ( fix #174018 ) ( #174020 )
2023-02-10 09:04:34 +01:00
Matt Bierner
9f0d458c21
Pick up latest TS for building VS Code ( #173999 )
2023-02-09 22:53:02 +01:00
Isidor Nikolic
8a92e2463b
Merge pull request #173988 from microsoft/minimal-cat
...
update distro
2023-02-09 20:47:06 +01:00
isidor
57fb6c19b2
update distro
2023-02-09 20:23:41 +01:00
Sandeep Somavarapu
3f629b3d66
Fix #173972 ( #173976 )
2023-02-09 10:26:45 -08:00
Megan Rogge
3ad462916f
replace last instances of accessibility buffer ( #173880 )
2023-02-09 11:39:33 -06:00
Megan Rogge
1ab804293f
register decoration after quick fixes are resolved ( #173872 )
2023-02-09 11:39:15 -06:00
Megan Rogge
2b457a3ae9
terminal.quickFixes
-> terminalQuickFixes
(#173860 )
2023-02-09 11:38:55 -06:00
Megan Rogge
a338e70218
focus terminal on escape of the help menu ( #173964 )
...
fix #173909
2023-02-09 08:53:58 -08:00
SteVen Batten
49055d2286
add am task to sdl scan ( #173954 )
2023-02-09 07:45:30 -08:00
João Moreno
a1e73c96a4
move to @vscode/policy-watcher ( #173950 )
2023-02-09 07:12:42 -08:00
Alex Ross
89c4f61de2
Alexr00/showLocalAPI ( #173798 )
...
* Propose "allowLocal" open dialog option API
Part of #131138
* Update comment
* allowUIResources API proposal
Part of #131138
* Fix scheme ordering and update doc comment
2023-02-09 09:53:24 +01:00
Sandeep Somavarapu
7f48e7c7ce
add more logging ( #173907 )
2023-02-09 09:45:33 +01:00
Matt Bierner
853b32bad2
Add more documentation to code action provider ( #173886 )
2023-02-08 20:39:03 -08:00
Tyler James Leonhardt
906d849134
Support links in InputBox prompts and validations ( #173885 )
...
Fixes https://github.com/microsoft/vscode/issues/82112
2023-02-08 15:56:14 -08:00
Matt Bierner
f3901eb836
Don't show kind
in kernel MRU quick pick ( #173754 )
...
Don't use kind in kernel MRU quick pick
For #168535
As discussed, we will stop showing the `kind` in the new MRU kernel quick pick
2023-02-08 13:40:37 -08:00
Ely Ronnen
5b79b91838
Fix #173869 marking active line for code elements too in markdown pre… ( #173870 )
...
Fix #173869 marking active line for code elements too in markdown preview
2023-02-08 20:25:54 +00:00
Damien Martin-Guillerez
646de5e063
Remove a false test ( #173787 )
...
This was introduced some time ago without justification replacing
`false || xxx` is equivalent to `xxx` if `xxx` is boolean (which it is
here).
2023-02-08 12:13:34 -08:00
Logan Ramos
4b128bfbbc
Use view service instead of panecomposite service for explorer ( #173873 )
...
Fix #173845
2023-02-08 11:58:47 -08:00
Joyce Er
4aa26d05f6
Introduce ctrl+alt+o
keybinding to open remote menu ( #173850 )
...
* Introduce `shift+r` keybinding to open remote menu
* Switch to `ctrl+alt+` (mirroring `ctrl+o` for open file/folder)
2023-02-08 11:55:31 -08:00
David Dossett
a987fee52e
Use solid foreground colors in v2 themes ( #173844 )
2023-02-08 11:46:07 -08:00
Megan Rogge
838b072617
accessibilityBuffer
-> accessibleBuffer
(#173863 )
2023-02-08 13:21:40 -06:00
Megan Rogge
edf887d889
accessible buffer polish ( #173852 )
2023-02-08 12:50:18 -06:00
Logan Ramos
c06b03b478
Disable create new file on double click with scroll by page ( #173834 )
...
Fix #173261
2023-02-08 10:47:14 -08:00
Matt Bierner
5170e1a42b
Use native path for trace directory ( #173856 )
...
Fixes #173854
On windows, we need to pass in the `c:\` style path. The normal `/` path causes TS Server to crash
2023-02-08 10:41:10 -08:00