We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c12d24 + 3e799fe commit aac1072Copy full SHA for aac1072
tasks/linux.json
@@ -6,5 +6,12 @@
6
"description": "The command to run, including all arguments.",
7
"type": "String[1]"
8
}
9
+ },
10
+ "extensions": {
11
+ "discovery": {
12
+ "friendlyName": "Run a shell command on Linux",
13
+ "osFamily": "linux",
14
+ "type": ["host"]
15
+ }
16
17
tasks/windows.json
+ "friendlyName": "Run a shell command on Windows",
+ "osFamily": "windows",
0 commit comments