vscode-proto3 icon indicating copy to clipboard operation
vscode-proto3 copied to clipboard

Add config option to disable validation

Open gudvinr opened this issue 7 years ago • 2 comments

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.

gudvinr avatar Apr 27 '18 13:04 gudvinr

Thank you @gudvinr , I will take it into consideration.

zxh0 avatar May 01 '18 03:05 zxh0

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

kevinprotoss avatar Dec 18 '19 10:12 kevinprotoss