Skip to content

Commit

Permalink
Update displayName, description for Go extension #43978 #44626
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Feb 28, 2018
1 parent 9c1a05e commit 4996cfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/go/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "go",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
Expand Down
4 changes: 4 additions & 0 deletions extensions/go/package.nls.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"displayName": "Go Language Basics",
"description": "Provides Syntax highlighting and Bracket matching features in Go files"
}

0 comments on commit 4996cfb

Please sign in to comment.