omnisharp.json 8.0.104 workbench.editor.enablePreview: false Sort Everything Thunder Client: Added collections Telemetry off
27 lines
750 B
JSON
27 lines
750 B
JSON
{
|
|
"2022-MSBuild": "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe",
|
|
"fileOptions": {
|
|
"excludeSearchPatterns": [],
|
|
"systemExcludeSearchPatterns": [
|
|
"**/node_modules/**/*",
|
|
"**/bin/**/*",
|
|
"**/obj/**/*"
|
|
]
|
|
},
|
|
"FormattingOptions": {
|
|
"enableEditorConfigSupport": true,
|
|
"OrganizeImports": true
|
|
},
|
|
"RenameOptions": {
|
|
"RenameInComments": false,
|
|
"RenameInStrings": false,
|
|
"RenameOverloads": false
|
|
},
|
|
"RoslynExtensionsOptions": {
|
|
"enableAnalyzersSupport": true
|
|
},
|
|
"sdk": {
|
|
"path": "C:/Program Files/dotnet/sdk/8.0.104/",
|
|
"version": "8.0.104"
|
|
}
|
|
} |