forked from getgauge/gauge-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ts.json
39 lines (39 loc) · 761 Bytes
/
ts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"description": "typescript support for gauge",
"gaugeVersionSupport": {
"maximum": "",
"minimum": "1.0.7"
},
"id": "ts",
"init": {
"darwin": [
"./launcher.js",
"--init"
],
"linux": [
"./launcher.js",
"--init"
],
"windows": [
"launcher.bat",
"--init"
]
},
"lspLangId": "typescript",
"run": {
"darwin": [
"./launcher.js",
"--start"
],
"linux": [
"./launcher.js",
"--start"
],
"windows": [
"launcher.bat",
"--start"
]
},
"version": "0.1.1",
"gRPCSupport": true
}