-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
code-server
version: 1.1119-vsc1.33.1- OS Version: wsl (Ubuntu 18.04.2 LTS)
Description
Set value of 'vscode.env.appRoot' to resolve with <vscode path>/resources/app
.
Some extensions use a tip to load the native node_modules of VSCode, like require(appRoot + "/node_modules.asar/<module_name>")
.
This can solve the problem with "Bracket Pair Colorizer 2" (#544)
Current value of vscode.env.appRoot
is empty, and "Bracket Pair Colorizer 2" try load the /./node_modules.asar/vscode-textmate
yujincheng08 and ZeWaka
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working