4.0 Alpha (Build 20220)

This commit is contained in:
2020-08-07 22:16:01 +02:00
Unverified
parent 2a9782056b
commit 2dc0508494
4 changed files with 219 additions and 64 deletions

15
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
},
]
}