Commit Graph

103165 Commits

Author SHA1 Message Date
Connor Peet
a315da7910 cli: fix service failing to install on older systemd (#167672)
Fixes https://github.com/microsoft/vscode/issues/167671

In newer systemd, enablement is apparently implicit with 'link', but it must be called for older setups.
2022-11-30 00:34:05 +00:00
Logan Ramos
8d585dbf89 Fix incorrect machine id (#167653) 2022-11-29 15:42:58 -08:00
Sandeep Somavarapu
89b0690e70 Fix #167566 (#167640)
* Fix #167566

* fix tests
2022-11-29 23:27:37 +00:00
Sandeep Somavarapu
a45d1b4164 Fix #167513 (#167648) 2022-11-29 23:11:29 +00:00
Matt Bierner
bf8e26d144 Fix extension private prop mangling when compiling all extensions (#167626)
Fix extension private prop mangling when compiling all projects

#167269

Re-applies previous commit with a fix for html's custom webpack logic
2022-11-29 14:20:23 -08:00
Joyce Er
4357b1c4d3 Surface 1-step vscode.dev Continue On option (#167636) 2022-11-29 22:16:39 +00:00
Connor Peet
2348f22d01 server: allow underscores in connection token (#167635)
Underscores are URL and path safe. Allowing them lets connection tokens
be generated by standard base64 URL encoding without additional escaping
or replacements.

Fixes #167631
2022-11-29 22:09:06 +00:00
Matt Bierner
ce934ff443 Also run cleanNodeModules on extensions/node_modules (#167476)
Also run cleanNodeModules on extensions/node_modules

Fixes #166652
2022-11-29 12:15:09 -08:00
Megan Rogge
f3d79ea766 reference var in zsh not string (#167618)
fix #167575
2022-11-29 20:07:07 +00:00
Raymond Zhao
096f4de76e Use includes instead of indexOf (#167608)
Tests microsoft/vscode-pull-request-github#4257
2022-11-29 11:24:18 -08:00
Matt Bierner
7b20bd008e Show default string value as code in setting description markdown (#167603)
Show default string value as code in setting description

From testing #167471
2022-11-29 19:00:37 +00:00
Connor Peet
510f84046f debug: bump js-debug (#167574) 2022-11-29 17:41:37 +00:00
Matt Bierner
8b9891739b Revert "Fix extension private prop mangling when compiling all projec… (#167490)
Revert "Fix extension private prop mangling when compiling all projects (#167464)"

This reverts commit 725330a7cd.
2022-11-29 07:42:07 +01:00
Matt Bierner
3e7637064d Use more generic button title for jsconfig create/open (#167482)
For #166808
2022-11-29 00:39:56 +00:00
Matt Bierner
725330a7cd Fix extension private prop mangling when compiling all projects (#167464)
#167269
2022-11-28 16:32:18 -08:00
Matt Bierner
cf01f3bb99 Update TS grammars (#167479)
Pulls in support for TS accessor syntax
2022-11-28 16:30:49 -08:00
Matt Bierner
633eec65c9 Handle string.replace with variable case (#167480)
Handle string.replace case

For #167239
2022-11-28 16:29:56 -08:00
Matt Bierner
afd71d8f10 Be more selective about which typescript d.ts files we include (#167477)
Be more selective about which d.ts files we include
2022-11-28 16:27:03 -08:00
Matt Bierner
9bd4e65cf2 Include document uri in notebook renderer log (#167452)
This is makes the log easier to understand
2022-11-28 16:22:45 -08:00
Megan Rogge
b0a03e52d4 improve & simplify quick fix info (#167473) 2022-11-29 00:07:44 +00:00
Megan Rogge
ab7ccc9e87 handle URI or string in quick fix opener action (#167469)
fix #167463
2022-11-28 22:56:06 +00:00
Megan Rogge
a3b49d6ddd remove preview from tooltip for terminal (#167460) 2022-11-28 22:44:13 +00:00
David Dossett
971065d842 Update codicons (#167466)
* Update codicons

* Register icon
2022-11-28 22:18:59 +00:00
Martin Aeschlimann
c718260676 update distro (#167465) 2022-11-28 22:07:46 +00:00
Raymond Zhao
cd17786cb7 Revert "Add list of strings option to editor.fontFamily (#164289)" (#167462)
This reverts commit 2212e363b3.
Fixes #167132
2022-11-28 14:00:16 -08:00
Daniel Imms
f9928a1846 Merge pull request #167437 from microsoft/tyriar/166031
Lazily attach the linedataeventaddon
2022-11-28 13:52:00 -08:00
Raymond Zhao
90e3aea0f2 Add keydown handler for rendered markdown strings (#166999)
Ref #163086
Ref #159088
2022-11-28 13:51:32 -08:00
Matt Bierner
14cd3149a8 Always require passing in explicit instantiation for editor contribution (#167458)
Always require passing in explicit instantiation for editor contributions
2022-11-28 21:46:37 +00:00
Alexandru Dima
068357dfeb Use a better check for determining if an extension is a theme extension (#167457) 2022-11-28 21:39:12 +00:00
Logan Ramos
a3bde69a35 Allow machne id generation in main process (#167449) 2022-11-28 13:25:19 -08:00
Megan Rogge
7894744484 add command to show terminal quick fixes (#167438)
* fix #167416

* move parts to showMenu
2022-11-28 15:15:17 -06:00
Jean Pierre
3a88ca8513 Fixes terminal find widget not showing result count (#166902)
Fixes #166901

Co-authored-by: Megan Rogge <merogge@microsoft.com>
2022-11-28 21:15:03 +00:00
Martin Aeschlimann
fe8043aa45 update ThirdPartyNotices for 1.74 (#167453) 2022-11-28 21:06:12 +00:00
MonadChains
3265643080 Fix custom zsh_history ignored (#166813) 2022-11-28 14:59:06 -06:00
Matt Bierner
3b29d21a83 Dynamically register markdown completions and document highlights (#167451)
Fixes #165920
2022-11-28 20:56:55 +00:00
Raymond Zhao
488651b1b7 Show the new extensions button less often (#167019)
Fixes #153585
2022-11-28 12:43:56 -08:00
Raymond Zhao
6e8c7df374 Fix visibility of Setting editor variables (#167016) 2022-11-28 12:43:06 -08:00
Matt Bierner
f395b6a8f2 Fix code action navigation (#167447)
Fixes #166997
Fixes #166996

This disables the default list keybindings so that we instead use our custom commands

It also adds a `getPrototypeOf` implementation to proxy services, which fixes `instanceof` checks on services (we were using these in the action widget commands)
2022-11-28 20:03:11 +00:00
Sandeep Somavarapu
ed47a8472d fix #160133 (#167446) 2022-11-28 20:02:25 +00:00
Joyce Er
d5132b8372 Update Edit Sessions references in views (#167445) 2022-11-28 20:00:28 +00:00
Matt Bierner
d0ba50c98c Make sure we register code action list (#167442) 2022-11-28 19:43:03 +00:00
SteVen Batten
85d939cc67 wco and fullscreen fix (#167441)
fixes #167183
2022-11-28 19:34:13 +00:00
Martin Aeschlimann
08c4ffadd6 recommend remote extension (#167419)
* recommend remote extension

* some fixes
2022-11-28 20:29:32 +01:00
Joyce Er
a127b73dae Fix opening Continue On option documentation links (#167435) 2022-11-28 19:15:29 +00:00
Daniel Imms
38ddde8782 Lazily attach the linedataeventaddon
Fixes #166031
2022-11-28 11:02:12 -08:00
Raymond Zhao
dbe96ecc1e Fix hover tabbing behaviour (#166657)
Ref #159088

* Focus back to last focused element when tabbing out of hover
* Add focus trap (tab loop) while focused on the hover
2022-11-28 10:33:19 -08:00
Daniel Imms
4bc59a5ec1 Merge pull request #165635 from rwe/fix-deserialize-message
shellIntegrationAddon: fix broken `deserializeMessage()` implementation + add tests
2022-11-28 10:27:37 -08:00
Raymond Zhao
bacf5eb344 Use replacement functions (#167431)
Ref #167239
2022-11-28 10:25:01 -08:00
Josh Abernathy
c53f2bdb3d Add properties for parallel lifecycle scripts to devcontainer schema (#166973) 2022-11-28 19:03:20 +01:00
Henning Dieterichs
1fae59815f Fixes #166023 (#167420)
* Fixes #166023

* Fixes test.
2022-11-28 09:57:54 -08:00