File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
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.
2
5
// See https://go.microsoft.com/fwlink/?LinkId=733558
3
6
// for the documentation about the tasks.json format
4
7
"version" : " 2.0.0" ,
12
15
" config/sync-files.py" ,
13
16
" --latest"
14
17
],
18
+ "group" : " build" ,
15
19
"windows" : {
16
20
// On Windows, use whatever Python interpreter is configured for this workspace. The default is
17
21
// just `python`, so if Python is already on the path, this will find it.
You can’t perform that action at this time.
0 commit comments