Skip to content

Commit dc8c44c

Browse files
DaanDeMeyerjacobdufault
authored andcommitted
Change cquery.launch.command default value and description (assume cquery is in the PATH)
1 parent 055cc0c commit dc8c44c

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
@@ -153,8 +153,8 @@
153153
"properties": {
154154
"cquery.launch.command": {
155155
"type": "string",
156-
"default": "release/bin/cquery",
157-
"description": "Command to start the cquery binary (on Linux release/bin/cquery, on Windows bin/indexer.exe)"
156+
"default": "cquery",
157+
"description": "Path to the cquery binary (default assumes the binary is in the PATH)"
158158
},
159159
"cquery.launch.args": {
160160
"type": "array",

0 commit comments

Comments
 (0)