Skip to content

Right-click a .skein file to run it #3

Description

@hlship

Add a context menu entry (Explorer right-click, and/or editor title bar) on *.skein files to run that specific skein directly - equivalent to Dialog IDE: Run Skein... but without going through the QuickPick, since the user already picked the file by right-clicking it.

Likely a contributes.menus entry (explorer/context, scoped via resourceExtname == .skein) wired to a small variant of runLoadedSession() in src/extension.ts that takes the clicked file's path/project root directly instead of resolving via the workspace root + listSkeinFiles picker.

Follow-up to the run-configuration commands added in df8a60e (Dialog IDE: Run Default Skein / Run Skein... / New Skein... / Stop Skein).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions