vscode-proto3
vscode-proto3 copied to clipboard
Add config option to disable validation
I'm personally not agreed that forcing validation is good.
It should be optional and disabled by default since setup of proto_path is mandatory.
Or at least default path can be set by extension itself to path of .proto file that currently opened.
Thank you @gudvinr , I will take it into consideration.
Hi,
I have a problem currently with online IDE gitpod. Since no protoc is available there, our team will always get the validation error during save if the extension is activated by .gitpod.yml.
Need a way to work around.
Best regards, Kevin