-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
enhancementSome improvement that isn't a featureSome improvement that isn't a feature
Milestone
Description
Currently we patch require
to use node_modules
but this breaks if an extension explicitly tries to look in node_modules.asar
like the bracket pair colorizer plugin:
Activating extension 'CoenraadS.bracket-pair-colorizer-2' failed: ENOENT: no such file or directory, open '/usr/lib/code-server/lib/vscode/node_modules.asar/vscode-oniguruma/release/onig.wasm'. _logMessageInConsole @ abstractExtensionService.ts:416
We should package code-server
with that directory.
Metadata
Metadata
Assignees
Labels
enhancementSome improvement that isn't a featureSome improvement that isn't a feature