Skip to content

Commit abf89d9

Browse files
Copilot333fred
andcommitted
Fix typo: 'expensive' -> 'expense' in useServerGC description
Co-authored-by: 333fred <2371880+333fred@users.noreply.github.com>
1 parent d1732af commit abf89d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"configuration.dotnet.server.crashDumpPath": "Sets a folder path where crash dumps are written to if the language server crashes. Must be writeable by the user. (Requires window reload)",
4545
"configuration.dotnet.server.suppressLspErrorToasts": "Suppresses error toasts from showing up if the server encounters a recoverable error.",
4646
"configuration.dotnet.server.suppressMiscellaneousFilesToasts": "Suppress warning toasts from showing up if the active document is outside the open workspace.",
47-
"configuration.dotnet.server.useServerGC": "Configure the language server to use .NET server garbage collection. Server garbage collection generally provides better performance at the expensive of higher memory consumption. (Requires window reload)",
47+
"configuration.dotnet.server.useServerGC": "Configure the language server to use .NET server garbage collection. Server garbage collection generally provides better performance at the expense of higher memory consumption. (Requires window reload)",
4848
"configuration.dotnet.server.environmentVariables": "Custom environment variables to pass to the language server process. Specify as key-value pairs, for example: { \"DOTNET_GCName\": \"libclrgc.dylib\" }. (Requires window reload)",
4949
"configuration.dotnet.enableXamlTools": "Enables XAML tools when using C# Dev Kit. (Requires window reload)",
5050
"configuration.dotnet.projects.enableAutomaticRestore": "Enables automatic NuGet restore if the extension detects assets are missing.",

0 commit comments

Comments
 (0)