-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.nls.json
31 lines (27 loc) · 2.53 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"extension.displayName": "DotRush",
"command.title.restartServer": "Restart server",
"command.title.setStartupProject": "Set as Startup Project",
"command.title.pickProjectOrSolutionFiles": "Pick Project or Solution files",
"command.title.buildWorkspace": "Build Workspace",
"command.title.build": "Build",
"command.title.restore": "Restore",
"command.title.clean": "Clean",
"view.title.createProjectTemplate": "[Open a folder](command:vscode.openFolder) that contains a .NET project or create a new project.\n[Create New Project](command:dotrush.createProjectTemplate)",
"configuration.description.roslyn.workspaceProperties": "Additional MSBuild properties to pass to the workspace (e.g. Configuration=Debug).",
"configuration.description.roslyn.enableAnalyzers": "Enable Roslyn analyzers (may affect performance).",
"configuration.description.roslyn.skipUnrecognizedProjects": "Determines if unrecognized projects are skipped when projects are opened.",
"configuration.description.roslyn.loadMetadataForReferencedProjects": "Determines if metadata from existing output assemblies is loaded instead of opening referenced projects.",
"configuration.description.roslyn.showItemsFromUnimportedNamespaces": "Determines if items from unimported namespaces are shown in completion lists.",
"configuration.description.roslyn.restoreProjectsBeforeLoading": "Determines if projects are restored before they are loaded.",
"configuration.description.roslyn.compileProjectsAfterLoading": "Determines if projects are compiled after they are loaded.",
"configuration.description.roslyn.projectOrSolutionFiles": "Paths to project or solution files to load.",
"configuration.description.roslyn.useMultitargetDiagnostics": "Determines if projects from all target frameworks are diagnosed.",
"configuration.description.roslyn.applyWorkspaceChanges": "Determines if changes made to the workspace are applied to the project files.",
"configuration.description.debugger.projectAssembliesOnly": "Use only project assemblies for debugging.",
"configuration.description.debugger.stepOverPropertiesAndOperators": "Step over properties and operators.",
"configuration.description.debugger.searchMicrosoftSymbolServer": "Search Microsoft Symbol Server for missing PDBs.",
"configuration.description.debugger.automaticSourcelinkDownload": "Automatically download source files from SourceLink.",
"configuration.description.debugger.symbolSearchPaths": "Additional symbol search paths.",
"configuration.description.debugger.console": "Console to use for debugging console applications."
}