29 lines
No EOL
622 B
JSON
29 lines
No EOL
622 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "prepareRunClientCompile",
|
|
"type": "shell",
|
|
"command": "./gradlew prepareRunClientCompile",
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
}
|
|
},
|
|
{
|
|
"label": "prepareRunDataCompile",
|
|
"type": "shell",
|
|
"command": "./gradlew prepareRunDataCompile",
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
}
|
|
},
|
|
{
|
|
"label": "prepareRunServerCompile",
|
|
"type": "shell",
|
|
"command": "./gradlew prepareRunServerCompile",
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
}
|
|
}
|
|
]
|
|
} |