-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Standard dies after couple of minutes when writing code / Extension cannot format file #192
Comments
Switched to VSCodium and everything works fine 😕 . |
I'm reopening this issue. Even in VScodium (1.63.2 and 1.60.0) the extensions stops working after 10 - 20 min. Changing some random settings (not related to standard) in |
I don't think this issue is related to this extension. |
Other extensions works fine. Even with only standard extension enabled the problem occurs. |
When it stops working I get this output in the devtools console:
|
Thanks for your detailed report, we'll need to investigate and to know how to reproduce. |
What version of this package are you using?
1.5.0
What operating system, Node.js, and npm version?
Windows 6.1 (Build 7601: Service Pack 1) ie32
Node.js 12.21.0
npm 7.6.0
What happened?
Extension stops working after couple of minutes when writing code.
Also
Extension 'StandardJS - JavaScript Standard Style' cannot format 'file.js'
error is displayed always when I'm saving file, even when extension is working (errors are displayed and fixed on save).Also I'm getting this issue #78 .
What did you expect to happen?
Extension to work properly.
Are you willing to submit a pull request to fix this bug?
No. I am a noob.
OUTPUT panel:
VSCode version:
1.56.0-insider standalone
EDIT:
Forgot to mention that changing
"editor.maxTokenizationLineLength"
number insettings.json
after extensions death sometimes fixes this issue for a while. 😕EDIT:
Just checked VSCode devtools console output:
SO I reverted back to node
9.11.2
(details here: #124), then disabled all extensions except standard and I didn't getExtension 'StandardJS - JavaScript Standard Style' cannot format 'file.js'
error.Reloaded with standard and vscode-sftp (this extension caused problems before) enabled and got
Buffer()
deprecation warning.Reloaded again with only standard enabled and extension host crashed (I get this a lot).
SO I think this is an issue with my setup.
I'm on Windows 7 32bit and I can't update to the latest node because of this npm error:
It recognizes my os as
ie32
rather thanx86
which is ,quoting wikipedia, "the 32-bit version of the x86 instruction set architecture", so it's npm bug.SO the problem is my setup. I guess.
This thing is really getting on my nerves for some time now. 😩
The text was updated successfully, but these errors were encountered: