-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Vale prose linter issues #1298
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
Could you please elaborate on what you mean? Does linting throw an error? |
Nope, no errors, it just doesn't lint anything (0 errors in both vscode and chrome dev tools) I instantly tried regular vs code and it worked like a charm. markdownlint, plantuml, and other extensions work just perfect |
Try relaunching the binary with verbose flag and send us the logs, thank you! |
I'll investigate this and let you know if I can get it to work. |
@nhooyr Thank you! I really appreciate your efforts. @sr229 Um, some magic just happened, I did literally (really, I did nothing) nothing besides launching code-server with --verbose, and all of a sudden Vale worked! I managed to take a screenshot as a proof for Vale Devs & you guys. After taking a screenshot I happily relaunched code-server just to find out that it stopped working again, bummer. So the issue is definitely still somewhere there. As for logs, both --verbose or --log not showing anything (is there a specific place code-server saves the logs?) |
Hey all, I maintain the VSCode vale extension and am also looking into this now, but I am not familiar with code-server, so will take some experimentation. |
I'm not sure how you feed extensions into the custom extension marketplace, or which one @omfgnuts installed, but on n first inspection I see that when I search for Vale in the Code Server marketplace, the results return a completely different and very old extension, which even shows a depreciation warning. |
Thank you for the response @ChrisChinchilla I'm gonna close this for #1299 which is the tracking issue to improve the extension scraping process. |
I've installed the latest .vsix manually, not from the built-in marketplace (as it's been specifically noted in my initial post), why close issue report? It's not yet clear how to make it work permanently, there's a solution for sure, as it worked a couple of times, we just need to find what made it functional. @nhooyr |
Sorry didn't see anything in original report about installing VSIX file… I think this is still highly likely because of browser sandboxing but will investigate again when I have time |
Reopened because of request. |
I followed the repro instructions on macOS (both via Docker and the binary) and I was able to get it working permanently (from what I can tell): (Vale
I think the best first debugging step here is to determine the output of |
It's weird that it randomly works, but can't quite get WHY :( |
Does anyone have any ideas about how to debug this issue further? |
I'm glad that it worked for macOS, but I'm not on macOS; is there any debug option I can turn on, maybe I should strace-launch code-server? |
We have version 0.9.1 of the extension in our marketplace now. I tried it out and it shows warnings/errors in the problems panel but not in the file itself. It's fixed in a PR: #1338 so hopefully we can get it merged soon and get out a new release. |
@code-asher I can't even express how grateful I am, thank you so much |
@code-asher Great thanks! I'll try to remember to test future updates with code server too… |
code-server
version: 1.41.1Description
So, I happily moved from VS Code to code-server and my primary extension (Vale) doesn't work, I suspect it's due to some sandboxing issues, but I'm not sure.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: