You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/bundle.l10n.json
+63-1Lines changed: 63 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,41 @@
1
1
{
2
+
"Cannot create .NET debug configurations. No workspace folder was selected.": "Cannot create .NET debug configurations. No workspace folder was selected.",
3
+
"Cannot create .NET debug configurations. The server is still initializing or has exited unexpectedly.": "Cannot create .NET debug configurations. The server is still initializing or has exited unexpectedly.",
4
+
"Cannot create .NET debug configurations. The active C# project is not within folder '{0}'.": "Cannot create .NET debug configurations. The active C# project is not within folder '{0}'.",
5
+
"Does not contain .NET Core projects.": "Does not contain .NET Core projects.",
6
+
"No launchable target found for '{0}'": "No launchable target found for '{0}'",
7
+
"Cannot resolve .NET debug configurations. The server is still initializing or has exited unexpectedly.": "Cannot resolve .NET debug configurations. The server is still initializing or has exited unexpectedly.",
8
+
"'{0}' is not an executable project.": "'{0}' is not an executable project.",
9
+
"Unable to determine debug settings for project '{0}'": "Unable to determine debug settings for project '{0}'",
10
+
"No process was selected.": "No process was selected.",
11
+
"Can't parse envFile {0} because of {1}": "Can't parse envFile {0} because of {1}",
12
+
"Open envFile": "Open envFile",
13
+
"Yes": "Yes",
14
+
"Not Now": "Not Now",
15
+
"More Information": "More Information",
16
+
"The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?": "The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?",
"Couldn't create self-signed certificate. See output for more information.": "Couldn't create self-signed certificate. See output for more information.",
20
+
"No executable projects": "No executable projects",
21
+
"Select the project to launch": "Select the project to launch",
22
+
"Invalid project index": "Invalid project index",
23
+
"Startup project not set": "Startup project not set",
24
+
"Use IntelliSense to find out which attributes exist for C# debugging": "Use IntelliSense to find out which attributes exist for C# debugging",
25
+
"Use hover for the description of the existing attributes": "Use hover for the description of the existing attributes",
26
+
"For further information visit {0}.": "For further information visit {0}.",
27
+
"If you have changed target frameworks, make sure to update the program path.": "If you have changed target frameworks, make sure to update the program path.",
28
+
"Enable launching a web browser when ASP.NET Core starts. For more information: {0}": "Enable launching a web browser when ASP.NET Core starts. For more information: {0}",
29
+
"For further information visit {0}": "For further information visit {0}",
30
+
"For more information about the 'console' field, see {0}": "For more information about the 'console' field, see {0}",
31
+
"WARNING": "WARNING",
32
+
"The C# extension was unable to automatically decode projects in the current workspace to create a runnable launch.json file. A template launch.json file has been created as a placeholder.\n\nIf the server is currently unable to load your project, you can attempt to resolve this by restoring any missing project dependencies (example: run 'dotnet restore') and by fixing any reported errors from building the projects in your workspace.\nIf this allows the server to now load your project then --\n * Delete this file\n * Open the Visual Studio Code command palette (View->Command Palette)\n * run the command: '.NET: Generate Assets for Build and Debug'.\n\nIf your project requires a more complex launch configuration, you may wish to delete this configuration and pick a different template using the 'Add Configuration...' button at the bottom of this file.": "The C# extension was unable to automatically decode projects in the current workspace to create a runnable launch.json file. A template launch.json file has been created as a placeholder.\n\nIf the server is currently unable to load your project, you can attempt to resolve this by restoring any missing project dependencies (example: run 'dotnet restore') and by fixing any reported errors from building the projects in your workspace.\nIf this allows the server to now load your project then --\n * Delete this file\n * Open the Visual Studio Code command palette (View->Command Palette)\n * run the command: '.NET: Generate Assets for Build and Debug'.\n\nIf your project requires a more complex launch configuration, you may wish to delete this configuration and pick a different template using the 'Add Configuration...' button at the bottom of this file.",
33
+
"Failed to parse tasks.json file": "Failed to parse tasks.json file",
34
+
"Don't Ask Again": "Don't Ask Again",
35
+
"Required assets to build and debug are missing from '{0}'. Add them?": "Required assets to build and debug are missing from '{0}'. Add them?",
36
+
"Cancel": "Cancel",
37
+
"Replace existing build and debug assets?": "Replace existing build and debug assets?",
38
+
"Unable to generate assets to build and debug. {0}.": "Unable to generate assets to build and debug. {0}.",
2
39
"Cannot load Razor language server because the directory was not found: '{0}'": "Cannot load Razor language server because the directory was not found: '{0}'",
3
40
"Could not find '{0}' in or above '{1}'.": "Could not find '{0}' in or above '{1}'.",
4
41
"Invalid trace setting for Razor language server. Defaulting to '{0}'": "Invalid trace setting for Razor language server. Defaulting to '{0}'",
@@ -81,5 +118,30 @@
81
118
"View Debug Docs": "View Debug Docs",
82
119
"Ignore": "Ignore",
83
120
"Run and Debug: A valid browser is not installed": "Run and Debug: A valid browser is not installed",
84
-
"Restart Language Server": "Restart Language Server"
121
+
"Restart Language Server": "Restart Language Server",
122
+
"pipeArgs must be a string or a string array type": "pipeArgs must be a string or a string array type",
123
+
"Name not defined in current configuration.": "Name not defined in current configuration.",
124
+
"Configuration \"{0}\" in launch.json does not have a {1} argument with {2} for remote process listing.": "Configuration \"{0}\" in launch.json does not have a {1} argument with {2} for remote process listing.",
125
+
"Select the process to attach to": "Select the process to attach to",
126
+
"Pipe transport failed to get OS and processes.": "Pipe transport failed to get OS and processes.",
127
+
"Operating system \"{0}\" not supported.": "Operating system \"{0}\" not supported.",
128
+
"Transport attach could not obtain processes list.": "Transport attach could not obtain processes list.",
129
+
"Error Message: ": "Error Message: ",
130
+
"See {0} output": "See {0} output",
131
+
"Failed to set extension directory": "Failed to set extension directory",
132
+
"Failed to set debugadpter directory": "Failed to set debugadpter directory",
133
+
"Failed to set install complete file path": "Failed to set install complete file path",
"Ignoring non-parseable lines in envFile {0}: {1}.": "Ignoring non-parseable lines in envFile {0}: {1}.",
136
+
"Unexpected message received from debugger.": "Unexpected message received from debugger.",
137
+
"[ERROR]: C# Extension failed to install the debugger package.": "[ERROR]: C# Extension failed to install the debugger package.",
138
+
"Could not find a process id to attach.": "Could not find a process id to attach.",
139
+
"[ERROR] The debugger cannot be installed. The debugger requires macOS 10.12 (Sierra) or newer.": "[ERROR] The debugger cannot be installed. The debugger requires macOS 10.12 (Sierra) or newer.",
140
+
"[ERROR] The debugger cannot be installed. Unknown platform.": "[ERROR] The debugger cannot be installed. Unknown platform.",
141
+
"Failed to complete the installation of the C# extension. Please see the error in the output window below.": "Failed to complete the installation of the C# extension. Please see the error in the output window below.",
142
+
"An error occurred during installation of the .NET Debugger. The C# extension may need to be reinstalled.": "An error occurred during installation of the .NET Debugger. The C# extension may need to be reinstalled.",
143
+
"Get the SDK": "Get the SDK",
144
+
"Disable message in settings": "Disable message in settings",
145
+
"Help": "Help",
146
+
"The C# extension is still downloading packages. Please see progress in the output window below.": "The C# extension is still downloading packages. Please see progress in the output window below."
Copy file name to clipboardExpand all lines: package.json
+5-50Lines changed: 5 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@
27
27
".NET",
28
28
"ASP.NET",
29
29
".NET Core",
30
-
"dotnet"
30
+
"dotnet",
31
+
"coreclr"
31
32
],
32
33
"capabilities": {
33
34
"virtualWorkspaces": false,
@@ -1257,11 +1258,6 @@
1257
1258
"default": false,
1258
1259
"description": "If true, MSBuild project system will only load projects for files that were opened in the editor. This setting is useful for big C# codebases and allows for faster initialization of code navigation features only for projects that are relevant to code that is being edited. With this setting enabled OmniSharp may load fewer projects and may thus display incomplete reference lists for symbols."
1259
1260
},
1260
-
"omnisharp.enableRoslynAnalyzers": {
1261
-
"type": "boolean",
1262
-
"default": false,
1263
-
"description": "Enables support for roslyn analyzers, code fixes and rulesets."
1264
-
},
1265
1261
"omnisharp.enableEditorConfigSupport": {
1266
1262
"type": "boolean",
1267
1263
"default": true,
@@ -1288,11 +1284,6 @@
1288
1284
"default": false,
1289
1285
"description": "(EXPERIMENTAL) Enables support for resolving completion edits asynchronously. This can speed up time to show the completion list, particularly override and partial method completion lists, at the cost of slight delays after inserting a completion item. Most completion items will have no noticeable impact with this feature, but typing immediately after inserting an override or partial method completion, before the insert is completed, can have unpredictable results."
1290
1286
},
1291
-
"omnisharp.analyzeOpenDocumentsOnly": {
1292
-
"type": "boolean",
1293
-
"default": false,
1294
-
"description": "Only run analyzers against open files when 'enableRoslynAnalyzers' is true"
1295
-
},
1296
1287
"omnisharp.testRunSettings": {
1297
1288
"type": "string",
1298
1289
"description": "Path to the .runsettings file which should be used when running unit tests."
0 commit comments