OmniSharp
This commit is contained in:
47
.vscode/extensions.json
vendored
Normal file
47
.vscode/extensions.json
vendored
Normal 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
50
.vscode/settings.json
vendored
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user