Skip to content

Instantly share code, notes, and snippets.

@solrevdev
Last active July 4, 2023 08:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
An updated omnisharp.json to try out see #omnisharp tag in raindrop.io for more info
{
"RoslynExtensionsOptions": {
"EnableAnalyzersSupport": true,
"EnableDecompilationSupport": true,
"EnableImportCompletion": true
},
"FormattingOptions": {
"EnableEditorConfigSupport": true,
"OrganizeImports": true
},
"RenameOptions": {
"RenameInComments": true,
"RenameOverloads": true,
"RenameInStrings": true
},
"FileOptions": {
"SystemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*"],
"ExcludeSearchPatterns": []
}
}
// cSpell:ignore Decompilation
// TODO: test with some projects and see if it works as expected and if so update the SeedFolder project
{
"cSpell.words": [
"accessibilities",
"ASPNET",
"Decompilation",
"dockerignore",
"dotfiles",
"editorconfig",
"Figgle",
"gitattributes",
"locproj",
"nativeproj",
"NOLOGO",
"Nuget",
"nupkg",
"omnisharp",
"OPTOUT",
"prettierignore",
"prettierrc",
"repo's",
"rohith",
"seedfolder",
"socio",
"solrevdev",
"Trello"
],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/bin": true,
"**/obj": true,
".vscode": false,
".vs": true,
".gitignore": false,
".gitattributes": false,
".prettierrc": false,
".editorconfig": false,
".dockerignore": false,
"omnisharp.json": false,
"global.json": false,
"**/lcov.info": true
},
"dotnet.defaultSolution": "solrevdev.seedfolder.sln"
}
// cSpell:ignore accessibilities, aspnet, dotfiles, figgle,lcov,locproj,nativeproj, nupkg,optout,rohith,seedfolder,socio,solrevdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment