aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2018-10-01 13:52:45 -0700
committerGitHub <noreply@github.com>2018-10-01 13:52:45 -0700
commit4265a1d36c0c646e393acaf57defbcc3d8d38e48 (patch)
treeda8b0df8bb8ace4739b58b6d05a2b2c3484517da
parent887f5e5f395e7441fcf41704b5f6412e0510803f (diff)
parentbac4c8ec5665fcd68ddfc7782bc6dca8cb274256 (diff)
downloadprotobuf-4265a1d36c0c646e393acaf57defbcc3d8d38e48.tar.gz
protobuf-4265a1d36c0c646e393acaf57defbcc3d8d38e48.tar.bz2
protobuf-4265a1d36c0c646e393acaf57defbcc3d8d38e48.zip
Merge pull request #5210 from jstandish/patch-1
Added VSCode extension link
-rw-r--r--docs/third_party.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/third_party.md b/docs/third_party.md
index f710b51a..8e383343 100644
--- a/docs/third_party.md
+++ b/docs/third_party.md
@@ -163,6 +163,7 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d
* [Multi-platform executable JAR and Java API for protoc](https://github.com/os72/protoc-jar)
* [Python scripts to convert between Protocol Buffers and JSON](https://github.com/NextTuesday/py-pb-converters)
* [Visual Studio Language Service support for Protocol Buffers](http://visualstudiogallery.msdn.microsoft.com/4bc0f38c-b058-4e05-ae38-155e053c19c5)
+* [Visual Studio Code Support for Protocol Buffers](https://marketplace.visualstudio.com/items?itemName=zxh404.vscode-proto3)
* [C++ library for serialization/de-serialization between Protocol Buffers and JSON.](https://github.com/yinqiwen/pbjson)
* [ProtoBuf with Java EE7 Expression Language 3.0; pure Java ProtoBuf Parser and Builder.](https://github.com/protobufel/protobuf-el)
* [Notepad++ Syntax Highlighting for .proto files](https://github.com/chai2010/notepadplus-protobuf)