Revert "weizhi"

This reverts commit fd97dc4a83.
This commit is contained in:
2021-12-13 18:10:40 +08:00
parent fd97dc4a83
commit 31be2399b9
2 changed files with 3 additions and 13 deletions

View File

@ -17,8 +17,7 @@
"remoteCopySources": true,
"rsyncCommandArgs": "-t --delete --delete-excluded",
"remoteCopyBuildOutput": true,
"remoteCopySourcesMethod": "rsync",
"cmakeCommandArgs": "-- -j4"
"remoteCopySourcesMethod": "rsync"
},
{
"name": "x64-Debug",
@ -29,7 +28,8 @@
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ]
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": []
}
]
}