mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 06:15:43 +00:00
Added vscode settings
This commit is contained in:
parent
f7016cd704
commit
f8a2f020f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
# Files to not ignore
|
# Files to not ignore
|
||||||
|
!/.vscode
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
!/z_devserver.bat
|
!/z_devserver.bat
|
||||||
!/z_dev.bat
|
!/z_dev.bat
|
||||||
|
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