mirror of
https://github.com/stonega/tsacdop
synced 2025-02-01 16:16:49 +01:00
Add launche.json
This commit is contained in:
parent
818069a18f
commit
133cbcd65f
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,7 +31,6 @@
|
||||
/lib/.env.dart
|
||||
/build/
|
||||
pubspec.lock
|
||||
.vscode
|
||||
analysis_options.yaml
|
||||
|
||||
# Web related
|
||||
|
17
.vscode/launch.json
vendored
Normal file
17
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
// 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": "Flutter",
|
||||
"request": "launch",
|
||||
"type": "dart",
|
||||
"args": [
|
||||
"--flavor",
|
||||
"play"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user