Skip to content

Commit

Permalink
#43978 Add details to editing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Feb 19, 2018
1 parent eed7399 commit eb789c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extensions/configuration-editing/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "configuration-editing",
"displayName": "Configuration Editing",
"description": "Provides capabilities (advanced intelli-sense, auto-fixing) in configuration files like settings, launch and extension recommendation files",
"version": "0.0.1",
"publisher": "vscode",
"engines": {
Expand Down Expand Up @@ -81,4 +83,4 @@
"devDependencies": {
"@types/node": "7.0.4"
}
}
}
2 changes: 2 additions & 0 deletions extensions/extension-editing/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "extension-editing",
"displayName": "Package File Editing",
"description": "Provides intelli-sense for VS Code extension points and linting capabilities in Package json files",
"version": "0.0.1",
"publisher": "vscode",
"engines": {
Expand Down

0 comments on commit eb789c5

Please sign in to comment.