-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Extension Issue Type
- Keybindings not working (Cmd+R, Cmd+Shift+R)
- Extension not loading/activating
- Task runner issues
- Override dialog problems
- Binary download/management issues
- Output channel issues
- Command palette integration
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):
- Works correctly
- Does nothing
- Shows error
- Triggers wrong command
Cmd+Shift+R (or Ctrl+Shift+R):
- Shows override dialog
- Does nothing
- Shows error
- Triggers wrong command
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:
- Automatic download succeeded
- Automatic download failed
- Using custom path
- Binary not found
Binary test:
# Output of running the binary directly
/path/to/raz --versionWorkspace 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
- Running
razdirectly from terminal works - Restarting VS Code fixes it temporarily
- Disabling other extensions helps
- Other: [describe]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working