mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
20 lines
310 B
JSON
20 lines
310 B
JSON
{
|
|
"lspServers": {
|
|
"csharp": {
|
|
"command": "dotnet",
|
|
"args": [
|
|
"dnx",
|
|
"roslyn-language-server",
|
|
"--yes",
|
|
"--prerelease",
|
|
"--",
|
|
"--stdio",
|
|
"--autoLoadProjects"
|
|
],
|
|
"fileExtensions": {
|
|
".cs": "csharp"
|
|
}
|
|
}
|
|
}
|
|
}
|