Skip to content

Commit 22667d0

Browse files
pan93412elvis kahoro
andauthored
Add workflows for Code (Insiders) (#164)
* Add workflows for Code (Insiders) It is basically the variant of `specs/code` – it changes all the `code` to `code-insiders`, while noting “Insiders” in the workflow name. Signed-off-by: pan93412 <[email protected]> * Remove unnecessary default_value --------- Signed-off-by: pan93412 <[email protected]> Co-authored-by: elvis kahoro <[email protected]>
1 parent 3ef2e22 commit 22667d0

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Compare two files in VS Code (Insiders)
3+
command: "code-insiders -d {{file1}} {{file2}}"
4+
tags: ["code-insiders"]
5+
description: Compare two files using code.
6+
arguments:
7+
- name: file1
8+
description: The first file that you want to compare.
9+
- name: file2
10+
description: The second file that you want to compare.
11+
source_url: "https://stackoverflow.com/questions/30139597/visual-studio-code-is-there-a-compare-feature-like-that-plugin-for-notepad"
12+
author: wisbucky
13+
author_url: "https://stackoverflow.com/users/1081043/wisbucky"
14+
shells: []
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Open a file or directory in the currently open VS Code (Insiders) window
3+
command: "code-insiders -r {{file_or_directory}}"
4+
tags: ["code-insiders"]
5+
description: Use -r or --reuse-window command line option to attach the currently open VS Code window.
6+
arguments:
7+
- name: file_or_directory
8+
description: The file or directory that you want to open.
9+
default_value: ~
10+
source_url: "https://stackoverflow.com/questions/41377489/how-to-open-a-file-from-the-integrated-terminal-in-visual-studio-code"
11+
author: zloy-zhake
12+
author_url: "https://stackoverflow.com/users/2807320/zloy-zhake"
13+
shells: []

0 commit comments

Comments
 (0)