mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
-
This commit is contained in:
parent
b975fb49fb
commit
ab14296c91
2 changed files with 0 additions and 39 deletions
25
.vscode/launch.json
vendored
25
.vscode/launch.json
vendored
|
|
@ -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
14
.vscode/settings.json
vendored
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue