Skip to content

Commit 56fe36e

Browse files
committed
map F7 to 'build as folder'
1 parent b9d5610 commit 56fe36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShell.sublime-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build_systems": [
1111
{
1212
"name": "Run",
13-
"shell_cmd": "powershell.exe -noninteractive -file $project_path/bin/Build.ps1"
13+
"shell_cmd": "powershell.exe -noninteractive -file $project_path/bin/Build-Folder.ps1"
1414
}
1515
]
1616
}

0 commit comments

Comments
 (0)