Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 1f99105

Browse files
committed
Add rust.target_dir config option
1 parent 8673e52 commit 1f99105

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,15 @@
284284
],
285285
"default": null,
286286
"description": "Number of Cargo jobs to be run in parallel."
287-
}
287+
},
288+
"rust.target_dir": {
289+
"type": [
290+
"string",
291+
"null"
292+
],
293+
"default": null,
294+
"description": "When specified, it places the generated analysis files at the specified target directory. By default it is placed target/rls directory."
295+
},
288296
}
289297
}
290298
}

0 commit comments

Comments
 (0)