Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Insider variant for Code (Insiders) #165

Merged
merged 6 commits into from
Sep 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions specs/code-insiders/open_a_path_in_vs_code_insiders.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Open a path in VS Code (Insiders)
command: "code-insiders {{path}}"
tags: ["code-insiders"]
description: This workflow opens the current or the specified folder in VS Code.
arguments:
- name: path
description: The file or directory for VS Code to open. The default is the current directory.
default_value: "."
source_url: https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line
author: pan93412
author_url: "https://github.com/pan93412"
shells: []
Loading