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.
I just installed the RLS extension and opened up a brand new project: cargo new asdf --bin. Then opened up VSCode and ran "Rust: Find Implementations" which produced this error. There's no other error information in the UI.
In the dev console I see an error which may or may not be related:
Error: command 'rls.findImpls' already exists
at e.registerCommand (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/node/extensionHostProcess.js:451:595)
at Object.registerTextEditorCommand (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/node/extensionHostProcess.js:603:190)
at ClientWorkspace.registerCommands (/Users/skainswo/.vscode-insiders/extensions/rust-lang.rust-0.4.10/out/src/extension.js:173:55)
at ClientWorkspace.<anonymous> (/Users/skainswo/.vscode-insiders/extensions/rust-lang.rust-0.4.10/out/src/extension.js:165:18)
at Generator.next (<anonymous>)
at /Users/skainswo/.vscode-insiders/extensions/rust-lang.rust-0.4.10/out/src/extension.js:16:71
at new Promise (<anonymous>)
at __awaiter (/Users/skainswo/.vscode-insiders/extensions/rust-lang.rust-0.4.10/out/src/extension.js:12:12)
at ClientWorkspace.start (/Users/skainswo/.vscode-insiders/extensions/rust-lang.rust-0.4.10/out/src/extension.js:131:16)
at ClientWorkspace.<anonymous> (/Users/skainswo/.vscode-insiders/extensions/rust-lang.rust-0.4.10/out/src/extension.js:205:25)
at Generator.next (<anonymous>)
at fulfilled (/Users/skainswo/.vscode-insiders/extensions/rust-lang.rust-0.4.10/out/src/extension.js:13:58)
at <anonymous>
t.onDidNotificationChange @ notificationsAlerts.ts:40
I'm using Version 1.28.0-insider (1.28.0-insider) (431ef9da3cf88a7e164f9d33bf62695e07c6c2a9) and extension version v0.4.10.
The text was updated successfully, but these errors were encountered:
I just installed the RLS extension and opened up a brand new project:
cargo new asdf --bin
. Then opened up VSCode and ran "Rust: Find Implementations" which produced this error. There's no other error information in the UI.In the dev console I see an error which may or may not be related:
I'm using Version 1.28.0-insider (1.28.0-insider) (431ef9da3cf88a7e164f9d33bf62695e07c6c2a9) and extension version v0.4.10.
The text was updated successfully, but these errors were encountered: