Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoyankulovski authored Apr 6, 2021
1 parent 3f85457 commit d8aae0c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"license": "MIT",
"version": "1.24.1",
"version": "1.24.2",
"main": "./lib/main.js",
"name": "ide-protoss",
"description": "ProtoSS JS and Grammar support for Atom IDE",
Expand Down Expand Up @@ -787,6 +787,22 @@
"default": "node",
"description": "Change Node.js Executable.",
"order": 10
},
"killSignal": {
"title": "Process Kill Signal",
"type": "string",
"default": "SIGTERM",
"enum": ["SIGTERM", "SIGINT"],
"description": "Change Termination Signal.",
"order": 20
},
"processCreate": {
"title": "Process Create Method",
"type": "string",
"default": "exec",
"enum": ["exec", "file", "fork", "spawn"],
"description": "Change Process Creation.",
"order": 30
}
},
"order": 1000,
Expand Down

0 comments on commit d8aae0c

Please sign in to comment.