diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 59c0a000..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -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" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 49f672fc..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -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" -} \ No newline at end of file