Extension Issue Type
Steps to Reproduce
- Open VS Code
- Open Rust file:
path/to/file.rs
- [Specific steps that cause the issue]
VS Code Output
RAZ Output Channel
[Paste RAZ output channel content]
Tasks Output
* Executing task: [command]
[Paste complete task output]
Extension Host Log
[Paste any relevant error messages]
Keyboard Shortcuts
Cmd+R (or Ctrl+R):
Cmd+Shift+R (or Ctrl+Shift+R):
Extension Settings
{
"raz.showOutput": true/false,
"raz.useTaskRunner": true/false,
"raz.path": "/custom/path/to/raz" // if set
}
Environment
- OS: [e.g., macOS 14.5, Ubuntu 22.04, Windows 11]
- VS Code Version: [e.g., 1.85.0]
- RAZ Extension Version: [Check Extensions panel]
- RAZ Binary Version: [If installed, run
raz --version]
Binary Management
Binary location: [e.g., ~/.vscode/extensions/raz/bin/raz]
Download status:
Binary test:
# Output of running the binary directly
/path/to/raz --version
Workspace Information
- Workspace type: [Single folder, Multi-root, No folder]
- Rust project type: [Cargo workspace, package, single file]
- Other extensions: [List any Rust or task-related extensions]
Additional Context
File being executed
File path: /path/to/file.rs
File content (if small):
[paste relevant source code]
Extension logs
[paste any extension-specific logs]
Workarounds
Extension Issue Type
Steps to Reproduce
path/to/file.rsVS Code Output
RAZ Output Channel
Tasks Output
Extension Host Log
Keyboard Shortcuts
Cmd+R (or Ctrl+R):
Cmd+Shift+R (or Ctrl+Shift+R):
Extension Settings
{ "raz.showOutput": true/false, "raz.useTaskRunner": true/false, "raz.path": "/custom/path/to/raz" // if set }Environment
raz --version]Binary Management
Binary location: [e.g., ~/.vscode/extensions/raz/bin/raz]
Download status:
Binary test:
# Output of running the binary directly /path/to/raz --versionWorkspace Information
Additional Context
File being executed
File path:
/path/to/file.rsFile content (if small):
Extension logs
Workarounds
razdirectly from terminal works