Skip to content

Commit ebc140e

Browse files
committed
Auto merge of rust-lang#13000 - shoffmeister:patch-1, r=lnicola
Take into account renamed extension id when launching
2 parents 010f68c + fd58459 commit ebc140e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"request": "launch",
7979
"runtimeExecutable": "${execPath}",
8080
"args": [
81-
"--disable-extension", "matklad.rust-analyzer",
81+
"--disable-extension", "rust-lang.rust-analyzer",
8282
"--extensionDevelopmentPath=${workspaceFolder}/editors/code"
8383
],
8484
"outFiles": [

0 commit comments

Comments
 (0)