formulahendry / formulahendry/vscode-code-runner
[Bug] Runner doesn't work with multiple drives (for RUST)
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version:
1.68.1
30d9c6cd9483b2cc586687151bcbcd635f373630
x64
- OS Version: Windows 10
- Code Runner Version: 0.11.8
**Describe the bug**
Description of what the bug is.
Running rust with multiple disks doesn't work. The terminal is opened on the C: drive and it does `cd "d:/path/to/file"` but it needs to run `D:` first.
**To Reproduce**
Steps to reproduce the behavior:
1. Put a rust program onto a disk that is not the main disk
2. Try to run it
**Actual behavior**
It says file not found since the cd command is ignored
**Expected behavior**
Runs `D:` then the rest of the commands
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.