You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: package.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,15 @@
284
284
],
285
285
"default": null,
286
286
"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."
0 commit comments