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
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rust-analyzer version: 0.3.2188-standalone (ba56d9b 2024-11-17) [c:\Users\matth.vscode\extensions\rust-lang.rust-analyzer-0.3.2188-win32-x64\server\rust-analyzer.exe] rustc version: (eg. output of rustc -V)
rustc 1.82.0 (f6e511eec 2024-10-15) editor or extension: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable)
VSCode relevant settings: (eg. client settings, or environment variables like CARGO, RUSTC, RUSTUP_HOME or CARGO_HOME)
... repository link (if public, optional): (eg. rust-analyzer)
... code snippet to reproduce: Could not find LLDB data formatters in your Rust toolchain, and after installing it, the same message appears again
The text was updated successfully, but these errors were encountered:
it starts the debug, and another message shows, This version of LLDB has no plugin for the language "rust". Inspection of frame variables will be limited.
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rust-analyzer version: 0.3.2188-standalone (ba56d9b 2024-11-17) [c:\Users\matth.vscode\extensions\rust-lang.rust-analyzer-0.3.2188-win32-x64\server\rust-analyzer.exe]
rustc version: (eg. output of
rustc -V
)rustc 1.82.0 (f6e511eec 2024-10-15)
editor or extension: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable)
VSCode
relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTC
,RUSTUP_HOME
orCARGO_HOME
)...
repository link (if public, optional): (eg. rust-analyzer)
...
code snippet to reproduce:
Could not find LLDB data formatters in your Rust toolchain
, and after installing it, the same message appears againThe text was updated successfully, but these errors were encountered: