Skip to content

Commit

Permalink
Take into account renamed extension id when launching
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Hoffmeister <[email protected]>
  • Loading branch information
shoffmeister committed Aug 12, 2022
1 parent 696bee3 commit fd58459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 78,7 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--disable-extension", "matklad.rust-analyzer",
"--disable-extension", "rust-lang.rust-analyzer",
"--extensionDevelopmentPath=${workspaceFolder}/editors/code"
],
"outFiles": [
Expand Down

0 comments on commit fd58459

Please sign in to comment.