We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696bee3 commit fd58459Copy full SHA for fd58459
.vscode/launch.json
@@ -78,7 +78,7 @@
78
"request": "launch",
79
"runtimeExecutable": "${execPath}",
80
"args": [
81
- "--disable-extension", "matklad.rust-analyzer",
+ "--disable-extension", "rust-lang.rust-analyzer",
82
"--extensionDevelopmentPath=${workspaceFolder}/editors/code"
83
],
84
"outFiles": [
0 commit comments