Skip to content

Commit 940f389

Browse files
committed
microsoft#43978 add details
1 parent d321ced commit 940f389

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

extensions/cpp/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"name": "cpp",
3+
"displayName": "%displayName%",
4+
"description": "%description%",
35
"version": "0.1.0",
46
"publisher": "vscode",
57
"engines": { "vscode": "*" },

extensions/cpp/package.nls.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"displayName": "C/C++ Language Features",
3+
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in C/C++ files"
4+
}

extensions/log/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"name": "log",
3+
"displayName": "%displayName%",
4+
"description": "%description%",
35
"version": "0.1.0",
46
"publisher": "vscode",
57
"engines": {

extensions/log/package.nls.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"displayName": "Log",
3+
"description": "Provides Syntax highlighting for files with .log extension"
4+
}

0 commit comments

Comments
 (0)