Skip to content

Commit

Permalink
main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahira100 committed Jan 7, 2024
2 parents 7fe49b2 + e5f1853 commit ba28035
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
// 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": "smartchessboard",
"cwd": "code\\smartchessboard",
"request": "launch",
"type": "dart"
},
{
"name": "smartchessboard (profile mode)",
"cwd": "code\\smartchessboard",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "smartchessboard (release mode)",
"cwd": "code\\smartchessboard",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}

0 comments on commit ba28035

Please sign in to comment.