Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoyankulovski authored Jul 16, 2021
1 parent 0ba0647 commit 3b7f957
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"license": "MIT",
"version": "2.2.2",
"version": "2.2.3",
"main": "./lib/main.js",
"name": "ide-protoss",
"description": "ProtoSS JS and Grammar support for Atom IDE",
Expand Down Expand Up @@ -859,6 +859,14 @@
"enum": ["no", "yes"],
"description": "Output in console stdout of process object, including id and path.",
"order": 40
},
"autoOpenConsole": {
"title": "Auto Open Console",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Open console automatically in the event of stdout data stream.",
"order": 50
}
},
"order": 1000,
Expand Down

0 comments on commit 3b7f957

Please sign in to comment.