Skip to content

Commit 5ebd260

Browse files
committed
Feature: Add pickCommand command
filePicker.pickCommand will prompt the user for a file (as in filePicker.pick) and then run a shell command. The file resulting from the file prompt can be substituted into the command by inserting "${file}" in the command string, similar to other variable substitutions.
1 parent 1a09030 commit 5ebd260

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"devDependencies": {
4949
"@types/node": "^8.10.66",
5050
"tslint": "^5.11.0",
51-
"typescript": "^2.6.1",
51+
"typescript": "^2.9.2",
5252
"vscode": "^1.1.21"
5353
},
5454
"dependencies": {
5555
"@types/glob": "^7.1.1",
5656
"glob": "^7.1.7"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)