This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
AspNetCore.Docs
mirror of
https://github.com/dotnet/AspNetCore.Docs.git
Watch
1
Star
0
Fork
You've already forked AspNetCore.Docs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
75d9ff8064
AspNetCore.Docs
/
.vscode
/
settings.json
7 lines
111 B
JSON
Raw
Normal View
History
Unescape
Escape
Disable auto-start of OmniSharp VS Code extension (#12728) * Disable auto-start of OmniSharp VS Code extension * React to feedback
2019-06-06 23:46:35 +08:00
{
Ensure VS Code doesn't trim significant whitespace (#14161)
2019-09-06 03:16:53 +08:00
"omnisharp.autoStart"
:
false
,
"[markdown]"
:
{
"files.trimTrailingWhitespace"
:
false
}
,
Disable auto-start of OmniSharp VS Code extension (#12728) * Disable auto-start of OmniSharp VS Code extension * React to feedback
2019-06-06 23:46:35 +08:00
}