Skip to content

Commit 3ef2e22

Browse files
pan93412elvis kahoro
andauthored
Add the Insider variant for Code (Insiders) (#165)
* Add the Insider variant for Code (Insiders) Signed-off-by: pan93412 <[email protected]> * Repharse the description --------- Signed-off-by: pan93412 <[email protected]> Co-authored-by: elvis kahoro <[email protected]>
1 parent be86b6c commit 3ef2e22

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Open a path in VS Code (Insiders)
3+
command: "code-insiders {{path}}"
4+
tags: ["code-insiders"]
5+
description: This workflow opens the current or the specified folder in VS Code.
6+
arguments:
7+
- name: path
8+
description: The file or directory for VS Code to open. The default is the current directory.
9+
default_value: "."
10+
source_url: https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line
11+
author: pan93412
12+
author_url: "https://github.com/pan93412"
13+
shells: []

0 commit comments

Comments
 (0)