mangayomi/.vscode/settings.json
kodjomoustapha b10c3f3a22 misc changes
- remove cronet_http & cupertino_http
- use rhttp package as default http client
- fix #198 #200 crashes on multiple downloads
- fix #162 #102 unable to download with forbidden characters in the name (as it is fixed this can cause reading problems concerning chapters downloaded before this version)
- now supports all features on all platforms such as VPNs and HTTP proxies thanks to rhttp package
2024-08-21 13:30:13 +01:00

14 lines
No EOL
326 B
JSON

{
"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"
}