Skip to content

Commit 1edab1f

Browse files
authored
Add completion for razor components in settings (#8680)
2 parents 144da8b + 848e3a1 commit 1edab1f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,14 @@
14391439
"roslynCopilot": {
14401440
"description": "%configuration.dotnet.server.componentPaths.roslynCopilot%",
14411441
"type": "string"
1442+
},
1443+
"razorExtension": {
1444+
"description": "%configuration.dotnet.server.componentPaths.razorExtension%",
1445+
"type": "string"
1446+
},
1447+
"razorDevKit": {
1448+
"description": "%configuration.dotnet.server.componentPaths.razorDevKit%",
1449+
"type": "string"
14421450
}
14431451
},
14441452
"default": {}

package.nls.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"configuration.dotnet.server.componentPaths.roslynDevKit": "Overrides the folder path for the .roslynDevKit component of the language server",
3333
"configuration.dotnet.server.componentPaths.xamlTools": "Overrides the folder path for the .xamlTools component of the language server",
3434
"configuration.dotnet.server.componentPaths.roslynCopilot": "Overrides the folder path for the .roslynCopilot component of the language server",
35+
"configuration.dotnet.server.componentPaths.razorExtension": "Overrides the folder path for the Razor extension component of the language server",
36+
"configuration.dotnet.server.componentPaths.razorDevKit": "Overrides the folder path for the Razor Dev Kit component of the language server",
3537
"configuration.dotnet.server.startTimeout": "Specifies a timeout (in ms) for the client to successfully start and connect to the language server.",
3638
"configuration.dotnet.server.waitForDebugger": "Passes the --debug flag when launching the server to allow a debugger to be attached. (Previously `omnisharp.waitForDebugger`)",
3739
"configuration.dotnet.server.extensionPaths": "Override for path to language server --extension arguments",

0 commit comments

Comments
 (0)