Skip to content

Commit 97565fd

Browse files
committed
Add Sync Identical Files tasks to build group
1 parent 95b55f8 commit 97565fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/tasks.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
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.
25
// See https://go.microsoft.com/fwlink/?LinkId=733558
36
// for the documentation about the tasks.json format
47
"version": "2.0.0",
@@ -12,6 +15,7 @@
1215
"config/sync-files.py",
1316
"--latest"
1417
],
18+
"group": "build",
1519
"windows": {
1620
// On Windows, use whatever Python interpreter is configured for this workspace. The default is
1721
// just `python`, so if Python is already on the path, this will find it.

0 commit comments

Comments
 (0)