Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 0730610a84..8d272246f0 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -333,14 +333,6 @@ { "title": "general", "properties": { - "rust-analyzer.cargoRunner": { - "type": [ - "null", - "string" - ], - "default": null, - "description": "Custom cargo runner extension ID." - }, "rust-analyzer.restartServerOnConfigChange": { "markdownDescription": "Whether to restart the server automatically when certain settings that require a restart are changed.", "default": false, |