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
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 0.3.2228
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:
// add your code here
When debugging anything on Windows using cppvspkg, the sourceMap output in Debug console failed to map to rust src:
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rust-analyzer version: 0.3.2228-standalone (fa4a40bbe8 2024-12-22)
rustc version: (eg. output of
rustc -V
)rustc 1.83.0 (90b35a623 2024-11-26)
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 0.3.2228
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:
// add your code here
When debugging anything on Windows using
cppvspkg
, thesourceMap
output inDebug
console failed to map to rust src:It should be
Manually setting it in
launch.json
works fine.The text was updated successfully, but these errors were encountered: