|
190 | 190 | ] |
191 | 191 | }, |
192 | 192 | "You can modify the default arguments if needed": "You can modify the default arguments if needed", |
193 | | - "Install": "Install", |
194 | | - "{0} not found, run \"{1}\" to install it?/{0} is the tool name and should not be localized{1} is the install command": { |
195 | | - "message": "{0} not found, run \"{1}\" to install it?", |
196 | | - "comment": [ |
197 | | - "{0} is the tool name and should not be localized", |
198 | | - "{1} is the install command" |
199 | | - ] |
200 | | - }, |
201 | | - "Installing {0}.../{0} is the tool name and should not be localized": { |
202 | | - "message": "Installing {0}...", |
203 | | - "comment": [ |
204 | | - "{0} is the tool name and should not be localized" |
205 | | - ] |
206 | | - }, |
207 | | - "Failed to install {0}, it may need to be manually installed. See C# output for details./{0} is the tool name and should not be localized": { |
208 | | - "message": "Failed to install {0}, it may need to be manually installed. See C# output for details.", |
209 | | - "comment": [ |
210 | | - "{0} is the tool name and should not be localized" |
211 | | - ] |
212 | | - }, |
213 | 193 | "Language server process not found, ensure the server is running.": "Language server process not found, ensure the server is running.", |
214 | 194 | "Failed to collect logs: {0}/{0} is the error message": { |
215 | 195 | "message": "Failed to collect logs: {0}", |
|
229 | 209 | "Captures managed heap information for investigating memory issues.": "Captures managed heap information for investigating memory issues.", |
230 | 210 | "Collect C# Logs": "Collect C# Logs", |
231 | 211 | "Select additional logging to collect": "Select additional logging to collect", |
232 | | - "Verifying dotnet-trace.../dotnet-trace is a command name and should not be localized": { |
233 | | - "message": "Verifying dotnet-trace...", |
234 | | - "comment": [ |
235 | | - "dotnet-trace is a command name and should not be localized" |
236 | | - ] |
237 | | - }, |
238 | | - "Verifying dotnet-dump.../dotnet-dump is a command name and should not be localized": { |
239 | | - "message": "Verifying dotnet-dump...", |
240 | | - "comment": [ |
241 | | - "dotnet-dump is a command name and should not be localized" |
242 | | - ] |
243 | | - }, |
244 | | - "Verifying dotnet-gcdump.../dotnet-gcdump is a command name and should not be localized": { |
245 | | - "message": "Verifying dotnet-gcdump...", |
246 | | - "comment": [ |
247 | | - "dotnet-gcdump is a command name and should not be localized" |
248 | | - ] |
249 | | - }, |
250 | 212 | "Save Logs": "Save Logs", |
251 | 213 | "Output folder {0} does not exist/{0} is the folder path": { |
252 | 214 | "message": "Output folder {0} does not exist", |
|
0 commit comments