This commit is contained in:
kodjomoustapha 2024-08-21 17:14:40 +01:00
parent b975fb49fb
commit ab14296c91
2 changed files with 0 additions and 39 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": "mangayomi",
"request": "launch",
"type": "dart"
},
{
"name": "mangayomi (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "mangayomi (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}

14
.vscode/settings.json vendored
View file

@ -1,14 +0,0 @@
{
"java.configuration.updateBuildConfiguration": "automatic",
"githubPullRequests.ignoredPullRequestBranches": [
"main"
],
"rust-analyzer.linkedProjects": [
".\\rust\\Cargo.toml"
],
"files.associations": {
"*.html.erb": "erb",
"cstring": "cpp"
},
"dart.flutterSdkPath": ".fvm/versions/3.22.3"
}