Skip to content
This repository was archived by the owner on Jan 10, 2019. It is now read-only.

Commit 988ca3d

Browse files
committed
fixed package.json
1 parent 4c2caa4 commit 988ca3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vs-script-commands",
33
"displayName": "Script Commands",
44
"description": "Adds additional commands to Visual Studio Code that uses scripts (JavaScript) for execution.",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"publisher": "mkloubert",
77
"engines": {
88
"vscode": "^1.5.0"
@@ -176,7 +176,7 @@
176176
},
177177
"script": {
178178
"type": "string",
179-
"description": "Is invoked when a file has been created.",
179+
"description": "The path to the script to execute.",
180180
"default": "./my-command.js"
181181
},
182182
"sortOrder": {

0 commit comments

Comments
 (0)