Update displayName, description for Go extension #43978 #44626

This commit is contained in:
Ramya Achutha Rao 2018-02-27 17:47:57 -08:00
parent 9c1a05e26a
commit 4996cfb254
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{
"name": "go",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
"publisher": "vscode",
"engines": { "vscode": "*" },

View file

@ -0,0 +1,4 @@
{
"displayName": "Go Language Basics",
"description": "Provides Syntax highlighting and Bracket matching features in Go files"
}