Redid inserrt logic and grid registry, added an test oven, and changed .vscode settings to try and get better debugging.
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -27,7 +27,7 @@
|
||||
"dotnet.enableXamlTools": false,
|
||||
"dotnet.formatting.organizeImportsOnFormat": true,
|
||||
"dotnet.preferCSharpExtension": true,
|
||||
// "dotnet.server.useOmnisharp": true, // You decide
|
||||
"dotnet.server.useOmnisharp": false, // You decide
|
||||
"dotnetAcquisitionExtension.enableTelemetry": false,
|
||||
"editor.semanticHighlighting.enabled": true,
|
||||
// C# doc comment colorization gets lost with semantic highlighting, but we
|
||||
@@ -164,7 +164,7 @@
|
||||
"omnisharp.enableEditorConfigSupport": true,
|
||||
"omnisharp.enableMsBuildLoadProjectsOnDemand": false,
|
||||
"omnisharp.maxFindSymbolsItems": 3000,
|
||||
"omnisharp.useModernNet": true,
|
||||
"omnisharp.useModernNet": false,
|
||||
// Remove these if you're happy with your terminal profiles.
|
||||
"terminal.integrated.defaultProfile.windows": "Git Bash",
|
||||
"terminal.integrated.profiles.windows": {
|
||||
|
||||
Reference in New Issue
Block a user