|
1 | 1 | {
|
| 2 | + "How to setup Remote Debugging": "How to setup Remote Debugging", |
| 3 | + "The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.", |
| 4 | + "The C# extension for Visual Studio Code is incompatible on {0} {1}.": "The C# extension for Visual Studio Code is incompatible on {0} {1}.", |
2 | 5 | "Cannot create .NET debug configurations. No workspace folder was selected.": "Cannot create .NET debug configurations. No workspace folder was selected.",
|
3 | 6 | "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 | 7 | "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}'.",
|
|
125 | 128 | "View Debug Docs": "View Debug Docs",
|
126 | 129 | "Ignore": "Ignore",
|
127 | 130 | "Run and Debug: A valid browser is not installed. Please install Edge or Chrome.": "Run and Debug: A valid browser is not installed. Please install Edge or Chrome.",
|
| 131 | + "OmniSharp requires a complete install of Mono (including MSBuild) to provide language services when `omnisharp.useModernNet` is disabled in Settings. Please install the latest Mono and restart.": "OmniSharp requires a complete install of Mono (including MSBuild) to provide language services when `omnisharp.useModernNet` is disabled in Settings. Please install the latest Mono and restart.", |
| 132 | + "Download Mono": "Download Mono", |
| 133 | + "Open settings": "Open settings", |
128 | 134 | "dotnet.server.useOmnisharp option has changed. Please reload the window to apply the change": "dotnet.server.useOmnisharp option has changed. Please reload the window to apply the change",
|
129 | 135 | "Reload Window": "Reload Window",
|
130 | 136 | "C# configuration has changed. Would you like to relaunch the Language Server with your changes?": "C# configuration has changed. Would you like to relaunch the Language Server with your changes?",
|
131 | 137 | "Restart Language Server": "Restart Language Server",
|
| 138 | + "project.json is no longer a supported project format for .NET Core applications.": "project.json is no longer a supported project format for .NET Core applications.", |
| 139 | + "More Detail": "More Detail", |
| 140 | + "Some projects have trouble loading. Please review the output for more details.": "Some projects have trouble loading. Please review the output for more details.", |
| 141 | + "There are unresolved dependencies. Please execute the restore command to continue.": "There are unresolved dependencies. Please execute the restore command to continue.", |
| 142 | + "Restore": "Restore", |
| 143 | + "Package {0} download from {1} failed integrity check. Some features may not work as expected. Please restart Visual Studio Code to retrigger the download": "Package {0} download from {1} failed integrity check. Some features may not work as expected. Please restart Visual Studio Code to retrigger the download", |
| 144 | + "Failed to run test: {0}": "Failed to run test: {0}", |
| 145 | + "Failed to start debugger: {0}": "Failed to start debugger: {0}", |
| 146 | + "Test run already in progress": "Test run already in progress", |
132 | 147 | "Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.",
|
133 | 148 | "Choose": "Choose",
|
134 | 149 | "Choose and set default": "Choose and set default",
|
135 | 150 | "Do not load any": "Do not load any",
|
| 151 | + "Detected change in telemetry settings. These will not take effect until the language server is restarted, would you like to restart?": "Detected change in telemetry settings. These will not take effect until the language server is restarted, would you like to restart?", |
136 | 152 | "IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
|
137 | 153 | "Go to output": "Go to output",
|
138 | 154 | "Suppress notification": "Suppress notification",
|
139 | 155 | "Restore {0}": "Restore {0}",
|
140 | 156 | "Restore already in progress": "Restore already in progress",
|
141 |
| - "Restore": "Restore", |
142 | 157 | "Sending request": "Sending request",
|
143 | 158 | "C# configuration has changed. Would you like to reload the window to apply your changes?": "C# configuration has changed. Would you like to reload the window to apply your changes?",
|
144 | 159 | "Nested Code Action": "Nested Code Action",
|
|
154 | 169 | "Transport attach could not obtain processes list.": "Transport attach could not obtain processes list.",
|
155 | 170 | "Error Message: ": "Error Message: ",
|
156 | 171 | "See {0} output": "See {0} output",
|
| 172 | + "Text editor must be focused to fix all issues": "Text editor must be focused to fix all issues", |
| 173 | + "Fix all issues": "Fix all issues", |
| 174 | + "Select fix all action": "Select fix all action", |
157 | 175 | "Failed to set extension directory": "Failed to set extension directory",
|
158 | 176 | "Failed to set debugadpter directory": "Failed to set debugadpter directory",
|
159 | 177 | "Failed to set install complete file path": "Failed to set install complete file path",
|
|
0 commit comments