Update 2 files

- /.vscode/launch.json
- /.vscode/settings.json
This commit is contained in:
jscampucci 2024-07-02 09:27:25 +00:00
parent fa6610ae66
commit 981a692a52
2 changed files with 0 additions and 30 deletions

25
.vscode/launch.json vendored
View File

@ -1,25 +0,0 @@
{
// 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": "notube",
"request": "launch",
"type": "dart"
},
{
"name": "notube (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "notube (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}

View File

@ -1,5 +0,0 @@
{
"dart.analysisExcludedFolders": [
"C:\\Users\\Skapdat\\Projets\\Dev\\NoTube-Flutter\\notube\\samples"
]
}