Commit b5b0b4ac authored by justcoding121's avatar justcoding121

ominisharp exlude docs proj from building

parent 99dbaeeb
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"args": [], "args": [],
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"stopAtEntry": false, "stopAtEntry": false,
"console": "internalConsole", "console": "integratedTerminal",
"preLaunchTask": "build-basic-example-netcore" "preLaunchTask": "build-basic-example-netcore"
}, },
{ {
......
...@@ -9,6 +9,20 @@ ...@@ -9,6 +9,20 @@
"**/bin": true, "**/bin": true,
"**/obj": true, "**/obj": true,
"**/*.DotSettings": true, "**/*.DotSettings": true,
"**/*.sln": true, "**/*.sln": true
},
"search.exclude": {
// The following will hide the js and map files in the editor
"files.exclude": {
"**/.build": true,
"**/.nuget": true,
"**/.vs": true,
"**/docs": true,
"**/packages": true,
"**/bin": true,
"**/obj": true,
"**/*.DotSettings": true,
"**/*.sln": true
}
} }
} }
\ No newline at end of file
{
"fileOptions": {
"excludeSearchPatterns": [
"**/*.Docs.csproj"
]
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment