mirror of
https://github.com/stonega/tsacdop
synced 2025-03-07 04:37:48 +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
|
/lib/.env.dart
|
||||||
/build/
|
/build/
|
||||||
pubspec.lock
|
pubspec.lock
|
||||||
.vscode
|
|
||||||
analysis_options.yaml
|
analysis_options.yaml
|
||||||
|
|
||||||
# Web related
|
# 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