vscode-proto3
vscode-proto3 copied to clipboard
`compile_on_save` option seems to be ignored leading to extension host crashes
As long as the protoc
command is available on the PATH it tries to compile my files on save even though I have "compile_on_save": false
in the extension settings. Unfortunately, since the command errors out it pops up an error on every save and regularly crashes the whole VSCode extension host. I really just want the syntax highlighting since I have a different process for compiling my proto files.
I see a recent commit adding multi-root workspace support. I'm currently using a multi-root workspace so I don't know if that could be the cause but I don't know why that would affect the compile_on_save
option. Removing protoc
from my system is the only way to make the extension work for me.
got this, i will try to fix it latter, thank you.