This commit is contained in:
DMK
2021-01-15 17:28:13 +03:00
parent 6947aa944d
commit 3a22d5c968
10 changed files with 52 additions and 49 deletions

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

@@ -0,0 +1,13 @@
{
// 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": "moving_hole",
"request": "launch",
"type": "dart"
}
]
}