Skip to content

[Visual Studio Code] Open With… menu not showing Terminal app #9429

@tmwrnr

Description

@tmwrnr

Extension

https://www.raycast.com/thomas/visual-studio-code

Description

When I search for recent projects and use the Open With action, I expect to be able to open a directory with the standard Terminal app. However, the Terminal app is not displayed. I am able to select other Terminal apps instead.

SCR-20231125-kqmb

I couldn't fix this myself because the Raycast internal Action.OpenWith component is being used.

<Action.OpenWith path={path} shortcut={{ modifiers: ["cmd"], key: "o" }} />

Steps To Reproduce

  1. Open Search Recent Projects command
  2. Search a directory
  3. Press ⌘ + O
  4. Search Terminal

Current Behaviour

Unable to open a directory with the Terminal app

Expected Behaviour

Open directory with Terminal app

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingextensionIssues related to one of the extensions in the Storeextension: visual-studio-codeIssues related to the visual-studio-code extension

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions