Skip to content

Guide on how to setup Proto syntax and error highlight in vscode

Notifications You must be signed in to change notification settings

iambpn/vscode-proto-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

vscode-proto-setup

Guide on how to setup Proto syntax and error highlight in vscode


Steps:

  1. Install vscode extension: vsode-proto3
  2. Install protoc compiler: protoc
  3. Under .vscode folder settings.json add following: Link to StackOverflow
    "protoc": {
       // need to add this to remove import error in proto file
       "options": [
         "--proto_path=<proto folders>"
       ]
     }

About

Guide on how to setup Proto syntax and error highlight in vscode

Topics

Resources

Stars

Watchers

Forks