Merge pull request #1238 from prokube/tasks
Add a `tasks.json` file for better testing in VSC
This commit is contained in:
commit
62b457baaf
1
.vscode/.temp
vendored
Normal file
1
.vscode/.temp
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
TBA: tasks.json
|
21
.vscode/tasks.json
vendored
Normal file
21
.vscode/tasks.json
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"version": "2.0.0",
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"type": "lime",
|
||||||
|
"command": "test",
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "lime",
|
||||||
|
"command": "build",
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -139,8 +139,19 @@ Example
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
=======
|
||||||

|

|
||||||
|
|
||||||
|
NOTE: You will have to add a new item to `weekUnlocked`, so that the week is playable.
|
||||||
|
Locate to line 39 and add in a new boolean called True so that the week can be playable.
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
 \* *for this screenshot I removed tankman from weekCharacters as it would crash because I don't have a tankman character added*
|
 \* *for this screenshot I removed tankman from weekCharacters as it would crash because I don't have a tankman character added*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user