Skip to content
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

Extension host terminated unexpectedly. #34

Open
ghost opened this issue Aug 25, 2021 · 3 comments
Open

Extension host terminated unexpectedly. #34

ghost opened this issue Aug 25, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 25, 2021

when writing invalid syntax in a file which isnt in a folder (only in memory/tmp), it freaks out and crashes the extension host lol

@WilliamVenner
Copy link
Owner

Please provide an example

@ghost
Copy link
Author

ghost commented Aug 25, 2021

open vscode-oss without a folder, click "new file" on the explorer menu, and type some invalid gLua code

@Malivil
Copy link

Malivil commented Sep 22, 2021

I get this error for any syntax error, even for files that have been previously saved.
All I have to do is cause a syntax error.

For example, changing this: CreateConVar("ttt_roundtime_minutes", "10", FCVAR_NOTIFY)
to this: CreateConVar(ttt_roundtime_minutes", "10", FCVAR_NOTIFY)
causes the error. Notice the deleted first "

Here is a dump of the errors from my console when it happens
GLuaError.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants