mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-23 02:35:43 +00:00
Add vscode settings
This commit is contained in:
parent
79592e6056
commit
c366c041fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
# Folder to not ignore
|
# Folder to not ignore
|
||||||
!/main_shared/
|
!/main_shared/
|
||||||
|
!/.vscode
|
||||||
*.gsx
|
*.gsx
|
||||||
!/main_shared/maps/mp/gametypes/_callbacksetup.gsx
|
!/main_shared/maps/mp/gametypes/_callbacksetup.gsx
|
||||||
main_shared/maps/mp/gametypes/_globallogic.gsx
|
main_shared/maps/mp/gametypes/_globallogic.gsx
|
||||||
|
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"astyle.astylerc": "${workspaceRoot}/.astylerc",
|
||||||
|
"astyle.additional_languages": [
|
||||||
|
"gsc"
|
||||||
|
],
|
||||||
|
"editor.defaultFormatter": "chiehyu.vscode-astyle",
|
||||||
|
"editor.formatOnSave": true
|
||||||
|
}
|
@ -40,6 +40,9 @@ async function doDeploy() {
|
|||||||
await exec(`git clone ${repo_url} && cd ${repo_name} && git submodule update --init --recursive`)
|
await exec(`git clone ${repo_url} && cd ${repo_name} && git submodule update --init --recursive`)
|
||||||
|
|
||||||
printToConsole('Cloned!')
|
printToConsole('Cloned!')
|
||||||
|
printToConsole('Deploying...')
|
||||||
|
await exec('deploy.bat')
|
||||||
|
printToConsole('Deployed!')
|
||||||
} catch (f) {
|
} catch (f) {
|
||||||
printToConsole(f, true)
|
printToConsole(f, true)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user