We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sync Identical Files
build
1 parent 95b55f8 commit 97565fdCopy full SHA for 97565fd
.vscode/tasks.json
@@ -1,4 +1,7 @@
1
{
2
+ // To run a task, select the `Terminal | Run Task...` menu option, and then select the task from
3
+ // the list in the dropdown, or invoke the `Tasks: Run Task` command from the command palette/
4
+ // To bind a keyboard shortcut to invoke a task, see https://code.visualstudio.com/docs/editor/tasks#_binding-keyboard-shortcuts-to-tasks.
5
// See https://go.microsoft.com/fwlink/?LinkId=733558
6
// for the documentation about the tasks.json format
7
"version": "2.0.0",
@@ -12,6 +15,7 @@
12
15
"config/sync-files.py",
13
16
"--latest"
14
17
],
18
+ "group": "build",
19
"windows": {
20
// On Windows, use whatever Python interpreter is configured for this workspace. The default is
21
// just `python`, so if Python is already on the path, this will find it.
0 commit comments