Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kralicky authored Jul 12, 2023
1 parent a52b72e commit 0cd4b9e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,16 @@ Features in progress:
- [x] VSCode
- [ ] Neovim

Built using modified versions of bufbuild/protocompile, jhump/protoreflect, and golang/tools.
# Installing

1. Clone this repo
2. `go install ./protols`
3. Install `vsce` if you don't have it: `npm install --global @vscode/vsce`
4. cd to editors/vscode, then run `vsce package`
5. Install the vsix plugin

# Special Thanks

This project is derived from [bufbuild/protocompile](https://github.com/bufbuild/protocompile) and [jhump/protoreflect](https://github.com/jhump/protoreflect). Thanks to the buf developers for their fantastic work.

Many of the components of [gopls](https://github.com/golang/tools/tree/master/gopls) are used to build the language server. A fork of golang/tools is maintained [here](https://github.com/kralicky/tools).

0 comments on commit 0cd4b9e

Please sign in to comment.