Skip to content

Commit cda138e

Browse files
committed
Updated services.json
1 parent 0905f71 commit cda138e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

config/services.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
{
1212
"protocol": "ws",
1313
"url": "localhost",
14-
"name": "EmbASPServerExecutor",
15-
"value": "embAspServerExecutor",
16-
"path": "/EmbASPServerExecutor/home",
14+
"name": "PythonESE",
15+
"value": "PythonESE",
16+
"path": "/",
1717
"port": 8080
1818
}
1919
],
@@ -33,9 +33,9 @@
3333
{
3434
"protocol": "ws",
3535
"url": "localhost",
36-
"name": "EmbASPServerExecutor",
37-
"value": "embAspServerExecutor",
38-
"path": "/EmbASPServerExecutor/home",
36+
"name": "PythonESE",
37+
"value": "PythonESE",
38+
"path": "/",
3939
"port": 8080
4040
}
4141
],
@@ -55,9 +55,9 @@
5555
{
5656
"protocol": "ws",
5757
"url": "localhost",
58-
"name": "EmbASPServerExecutor",
59-
"value": "embAspServerExecutor",
60-
"path": "/EmbASPServerExecutor/home",
58+
"name": "PythonESE",
59+
"value": "PythonESE",
60+
"path": "/",
6161
"port": 8080
6262
}
6363
],
@@ -72,19 +72,19 @@
7272
"name": "Filter",
7373
"value": "-filter=",
7474
"word_argument": true,
75-
"description": "Missing description"
75+
"description": "Output only instances of the specified predicate(s)."
7676
},
7777
{
7878
"name": "No Facts",
7979
"value": "-nofacts",
8080
"word_argument": false,
81-
"description": "Missing description"
81+
"description": "Don't include facts as part of the output."
8282
},
8383
{
8484
"name": "Silent",
8585
"value": "-silent",
8686
"word_argument": false,
87-
"description": "Missing description"
87+
"description": "Suppress the startup banner and blank lines."
8888
},
8989
{
9090
"name": "Query",

0 commit comments

Comments
 (0)