Skip to content

[VSCODE] #1

@arthurafsem-del

Description

@arthurafsem-del

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

  1. Open VS Code
  2. Open Rust file: path/to/file.rs
  3. [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 --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

  • Running raz directly from terminal works
  • Restarting VS Code fixes it temporarily
  • Disabling other extensions helps
  • Other: [describe]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions