mangayomi/.vscode/settings.json
kodjomoustapha e0b770d2a8 Upgrade
2024-02-06 17:27:34 +01:00

13 lines
No EOL
314 B
JSON

{
"java.configuration.updateBuildConfiguration": "automatic",
"githubPullRequests.ignoredPullRequestBranches": [
"main"
],
"rust-analyzer.linkedProjects": [
".\\native\\hub\\Cargo.toml"
],
"files.associations": {
"*.html.erb": "erb",
"cstring": "cpp"
}
}