Skip to content

Commit 19828db

Browse files
committed
More localization
1 parent 4f20608 commit 19828db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@
17451745
"dotnet.projects.enableAutomaticRestore": {
17461746
"type": "boolean",
17471747
"default": true,
1748-
"description": "Sets whether or not automatic nuget restore is enabled if the project system detects assets are missing."
1748+
"description": "%configuration.dotnet.projects.enableAutomaticRestore%"
17491749
},
17501750
"razor.languageServer.directory": {
17511751
"type": "string",

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"configuration.dotnet.server.trace": "Sets the logging level for the language server",
3232
"configuration.dotnet.server.extensionPaths": "Override for path to language server --extension arguments",
3333
"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.",
34+
"configuration.dotnet.projects.enableAutomaticRestore": "Enables automatic NuGet restore if the extension detects assets are missing.",
3435
"configuration.dotnet.preferCSharpExtension": "Forces projects to load with the C# extension only. This can be useful when using legacy project types that are not supported by C# Dev Kit. (Requires window reload)",
3536
"configuration.dotnet.implementType.insertionBehavior": "The insertion location of properties, events, and methods When implement interface or abstract class.",
3637
"configuration.dotnet.implementType.insertionBehavior.withOtherMembersOfTheSameKind": "Place them with other members of the same kind.",

0 commit comments

Comments
 (0)