mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Fix runnable cwd on Windows
This commit is contained in:
parent
2d66f6df25
commit
9dc38214c0
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export class Cargo {
|
|||
artifacts.push({
|
||||
fileName: message.executable,
|
||||
name: message.target.name,
|
||||
workspace: message.manifest_path.replace(/\/Cargo\.toml$/, ""),
|
||||
workspace: path.dirname(message.manifest_path),
|
||||
kind: message.target.kind[0],
|
||||
isTest: message.profile.test,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue