You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described here (https://github.com/zxh0/vscode-proto3#code-formatting), I could apply code-format configuration very well. (and, thank you :)) But, VSCode notifies me that clang-format.style is an unknown configuration.
Also please add clang-format settings (as shown above) in the extension documentation and in your .vscode/example file.
I was not able to find how to do it, Google sends me here.
As described here (https://github.com/zxh0/vscode-proto3#code-formatting), I could apply code-format configuration very well. (and, thank you :)) But, VSCode notifies me that
clang-format.style
is an unknown configuration.Here's the settings that I applied:
I think
clang-format.style
key should be added here.vscode-proto3/package.json
Lines 73 to 98 in f808059
The text was updated successfully, but these errors were encountered: