-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Bracket Pair Colorizer 2 does not colorize #544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ymmt2005 What errors are you receiving in your browser's developer console, and/or in the VSCode Output tab? |
In developer console, I can see following errors:
|
Note that even if you do manually install vscode-textmate to /node_modules.asar/ in the root of your filesystem, you get this in the console:
Interestingly: |
@ymmt2005 hey OP, give v2 a try, I think we fixed it on the latest tree. |
@sr229 Thank you, but unfortunately, the latest v2 seems not working well:
|
Should allow manual installation of bracket pair colorizer 2: #544.
I added a fix for extensions trying to load from It couldn't install the extension because it didn't exist so we'll need to add a 404 check in code-server to make that more clear because it was trying to parse the 404 page as a vsix. It seems the marketplace failed to build the extension because it has a dependency on Maybe the move is to run |
Thanks. I tried the new version. It successfully installs and starts the extension. No errors in "Log (Remote Extension Host)". It spits a log in console, though: $ ./code-server
info Server listening on http://localhost:8080
info - No authentication
info - Not serving HTTPS
Cannot write message in a disposed ProtocolWriter
d {
type: 1,
id: 489,
ack: 500,
data:
a {
buffer:
<Buffer 04 00 00 00 02 05 00 00 00 03 32 30 31 05 00 00 00 03 34 39 38 00>,
byteLength: 22 },
writtenTime: 0 } |
Also, I tried these in {
"remote.extensionKind": {
"coenraads.bracket-pair-colorizer-2": "ui"
}
} {
"remote.extensionKind": {
"coenraads.bracket-pair-colorizer-2": "workspace"
}
} |
I neglected to test inside the binary. 😲 Looks like our binary packager had an issue in some cases reading files (the error @TomFrost posted above). Should have a new pre-release up soon. You're right about BTW @TomFrost if you're still curious the build path inside Travis CI used to be |
Bracket Pair Colorizer 2 does not work on 3.6.0.
Error message in developer console:
|
I got this message:
I realized that there was no /usr/lib/code-server/lib/vscode/node_modules.asar folder. Instead there was /usr/lib/code-server/lib/vscode/node_modules and on this folder I found 'vscode-textmate'. I created a symbolic link:
It's working now! =) |
code-server
version: 1.868-vsc1.33.1Description
Bracket Pair Colorizer 2 version 0.0.28 can be installed but not colorize brackets.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: