mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
886a050992
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
23 lines
455 B
JSON
23 lines
455 B
JSON
{
|
|
"lspServers": {
|
|
"csharp": {
|
|
"command": "dnx",
|
|
"args": [
|
|
"roslyn-language-server",
|
|
"--yes",
|
|
"--prerelease",
|
|
"--",
|
|
"--stdio",
|
|
"--daemon-mode",
|
|
"--autoLoadProjects"
|
|
],
|
|
"cwd": "${PLUGIN_ROOT}",
|
|
"fileExtensions": {
|
|
".cs": "csharp",
|
|
".razor": "aspnetcorerazor",
|
|
".cshtml": "aspnetcorerazor"
|
|
},
|
|
"warmupTimeoutMs": 120000
|
|
}
|
|
}
|
|
} |