File tree 1 file changed +2
-2
lines changed
template/.vscode/configurations/windows-docker
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
{
19
19
"type" : " shell" ,
20
20
"label" : " 1. Copy source code to docker volume" ,
21
- "command" : " docker exec -t tyra-game-compiler sh -c 'rsync -ac --delete --exclude \" .git\" --exclude \" .vscode\" --exclude \" *obj*/**\" --exclude \" *bin*/**\" /host/ /src/'"
21
+ "command" : " docker exec -t tyra-game-compiler sh -c 'rsync -ac --delete --exclude= \" .git\" --exclude= \" .vscode\" --exclude= \" *obj*/**\" --exclude= \" *bin*/**\" /host/ /src/'"
22
22
},
23
23
{
24
24
"type" : " shell" ,
34
34
{
35
35
"type" : " shell" ,
36
36
"label" : " 3. Copy binaries to host" ,
37
- "command" : " docker exec -t tyra-game-compiler sh -c 'rsync -zac --include=\" */\" --include=\" *bin*/**\" --exclude=\" *\" /src/ /host/'" ,
37
+ "command" : " docker exec -t tyra-game-compiler sh -c 'rsync -zac --include=\" */\" --include=\" *bin*/**\" --exclude=\" *\" /src/ /host/'"
38
38
},
39
39
{
40
40
"type" : " shell" ,
You can’t perform that action at this time.
0 commit comments