Editing .gd files in VSCode closes Godot

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By PhmCngVnh

I followed the godot-tools’ configurations: editor_path: ‘E:\Godot\Godot_v3.3.3-stable_mono_win64\Godot_v3.3.3-stable_mono_win64.exe’
When I open a Godot project and choose a .gd file to edit with VSCode, it’ll be that ‘Couldn’t connect to the GDScript language server.’ and ask me to ‘Open Godot Editor’
So that’s what I do, and Godot opens normally.
In VSCode, editing the .gd file, if I add a normal comments ‘#’ and save the file, it works, the comments is also saved in Godot. But there’s no suggestion or auto-complete, and if I write anything that isn’t a comment, e.g., ‘print’, ‘extends’, Godot closes and the ‘Couldn’t connect to the GDScript language server.’ pops up.
I’ve been trying the Godot standard and mono, reinstalling godot-tools, setting everything to default and try again. Nothing works :<

I uninstalled Godot_v3.3.3-stable_win64 and installed Godot_v3.3.2-stable_win64 and now it works like a charm! Guess imma wait for v3.4.

PhmCngVnh | 2021-08-22 04:02

:bust_in_silhouette: Reply From: PhmCngVnh

So I guess one solution is to downgrade Godot.