2024-02-11 17:28:50 +01:00
|
|
|
{
|
2024-04-04 23:05:34 +02:00
|
|
|
// "explorer.excludeGitIgnore": true,
|
|
|
|
"files.exclude": {
|
|
|
|
".direnv": true,
|
|
|
|
".vscode/obj": true,
|
|
|
|
"*/Assemblies/": true
|
|
|
|
},
|
|
|
|
"files.readonlyInclude": {
|
|
|
|
"log/rimworld.log": true,
|
|
|
|
"About/About.xml": true
|
|
|
|
},
|
|
|
|
"omnisharp.organizeImportsOnFormat": true,
|
|
|
|
"dotnet.inlayHints.enableInlayHintsForParameters": true,
|
|
|
|
"dotnet.inlayHints.enableInlayHintsForLiteralParameters": true,
|
|
|
|
"dotnet.inlayHints.enableInlayHintsForIndexerParameters": true,
|
|
|
|
"dotnet.inlayHints.enableInlayHintsForObjectCreationParameters": true,
|
|
|
|
"dotnet.inlayHints.enableInlayHintsForOtherParameters": true,
|
|
|
|
"dotnet.inlayHints.suppressInlayHintsForParametersThatDifferOnlyBySuffix": true,
|
|
|
|
"dotnet.inlayHints.suppressInlayHintsForParametersThatMatchMethodIntent": true,
|
|
|
|
"dotnet.inlayHints.suppressInlayHintsForParametersThatMatchArgumentName": true,
|
|
|
|
"csharp.inlayHints.enableInlayHintsForTypes": true,
|
|
|
|
"csharp.inlayHints.enableInlayHintsForImplicitVariableTypes": true,
|
|
|
|
"csharp.inlayHints.enableInlayHintsForLambdaParameterTypes": true,
|
|
|
|
"csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": true,
|
|
|
|
"csharp.suppressDotnetInstallWarning": true,
|
|
|
|
"csharp.suppressDotnetRestoreNotification": true,
|
|
|
|
"dotnet.server.useOmnisharp": true,
|
|
|
|
"omnisharp.enableLspDriver": false,
|
|
|
|
"[xml]": {
|
|
|
|
"editor.quickSuggestions": {
|
|
|
|
"other": "on",
|
|
|
|
"comments": "off",
|
|
|
|
"strings": "off"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"[jsonc]": {
|
|
|
|
"editor.quickSuggestions": {
|
|
|
|
"strings": true
|
2024-02-11 17:28:50 +01:00
|
|
|
},
|
2024-04-04 23:05:34 +02:00
|
|
|
"editor.suggest.insertMode": "replace",
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
}
|
|
|
|
}
|