OmniSharp

This commit is contained in:
2022-04-14 11:16:29 -07:00
parent 099d4f1ddc
commit b61046e1d4
5 changed files with 190 additions and 6 deletions

47
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,47 @@
{
"recommendations": [
"adrianwilczynski.asp-net-core-switcher",
"adrianwilczynski.namespace",
"adrianwilczynski.terminal-commands",
"aliasadidev.nugetpackagemanagergui",
"bodil.file-browser",
"codezombiech.gitignore",
"cweijan.vscode-office",
"donjayamanne.githistory",
"EditorConfig.EditorConfig",
"eg2.vscode-npm-script",
"esbenp.prettier-vscode",
"formulahendry.dotnet-test-explorer",
"GitHub.remotehub",
"GitHub.vscode-pull-request-github",
"hashhar.gitattributes",
"hediet.vscode-drawio",
"johnpapa.vscode-peacock",
"mikeburgh.xml-format",
"ms-dotnettools.blazorwasm-companion",
"ms-dotnettools.csharp",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-edgedevtools.vscode-edge-devtools",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-ssh-edit",
"ms-vscode.powershell",
"patcx.vscode-nuget-gallery",
"rangav.vscode-thunder-client",
"streetsidesoftware.code-spell-checker",
"VirtusLab.codetale",
"VisualStudioExptTeam.vscodeintellicode",
"vscode-icons-team.vscode-icons"
],
"unwantedRecommendations": [
"virtuslab.codetale",
"ms-azuretools.vscode-docker",
"christian-kohler.npm-intellisense",
"firefox-devtools.vscode-firefox-debug",
"dbaeumer.vscode-eslint",
"dbaeumer.jshint",
"felipecaputo.git-project-manager",
"eamodio.gitlens",
"hookyqr.beautify",
"davidanson.vscode-markdownlint"
]
}

50
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,50 @@
{
"cSpell.words": [
"autofetch",
"Baget",
"Blazor",
"blazorwasm",
"dotnettools",
"hexedit",
"hink",
"Infineon",
"IQSDMS",
"IRMNSPC",
"itemtype",
"LEOSQLEC",
"MESSA",
"messv",
"mikeburgh",
"msbuild",
"msbuildoverride",
"omnisharp",
"packagemanagement",
"phares",
"SPCEPIWORLD",
"srpadmin",
"vsintellicode",
"webhint"
],
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.enableEditorConfigSupport": true,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#a8dea2",
"activityBar.activeBorder": "#727bcd",
"activityBar.background": "#a8dea2",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#727bcd",
"activityBarBadge.foreground": "#15202b",
"sash.hoverBorder": "#a8dea2",
"statusBar.background": "#85d17c",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#62c456",
"statusBarItem.remoteBackground": "#85d17c",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#85d17c",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#85d17c99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#85d17c"
}