Skip to content

Commit

Permalink
chore: update VSCode import-organization setting (#131)
Browse files Browse the repository at this point in the history
Changed the name of the C# extension's setting for organizing imports to
reflect updates.
  • Loading branch information
wlsnmrk authored Feb 8, 2025
1 parent ae9a7d1 commit 203123f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
"omnisharp.enableMsBuildLoadProjectsOnDemand": false,
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.maxFindSymbolsItems": 3000,
"omnisharp.organizeImportsOnFormat": true,
"omnisharp.useModernNet": true,
// Remove these if you're happy with your terminal profiles.
"terminal.integrated.defaultProfile.windows": "Git Bash",
Expand All @@ -162,5 +161,6 @@
"source": "PowerShell"
}
},
"dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true
"dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true,
"dotnet.formatting.organizeImportsOnFormat": true
}

0 comments on commit 203123f

Please sign in to comment.