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
"Initializing dotnet-trace.../dotnet-trace is a command name and should not be localized": {
190
+
"message": "Initializing dotnet-trace...",
191
+
"comment": [
192
+
"dotnet-trace is a command name and should not be localized"
193
+
]
194
+
},
195
+
"Failed to execute dotnet-trace command: {0}/dotnet-trace is a command name and should not be localized": {
196
+
"message": "Failed to execute dotnet-trace command: {0}",
197
+
"comment": [
198
+
"dotnet-trace is a command name and should not be localized"
199
+
]
200
+
},
201
+
"Language server process not found, ensure the server is running.": "Language server process not found, ensure the server is running.",
202
+
"Select Trace Folder": "Select Trace Folder",
203
+
"Select Folder to Save Trace File": "Select Folder to Save Trace File",
204
+
"Folder for trace file {0} does not exist": "Folder for trace file {0} does not exist",
205
+
"Enter dotnet-trace arguments/dotnet-trace is a command name and should not be localized": {
206
+
"message": "Enter dotnet-trace arguments",
207
+
"comment": [
208
+
"dotnet-trace is a command name and should not be localized"
209
+
]
210
+
},
211
+
"You can modify the default arguments if needed": "You can modify the default arguments if needed",
212
+
"Recording trace...": "Recording trace...",
213
+
"Install": "Install",
214
+
"dotnet-trace not found, run \"{0}\" to install it?/dotnet-trace is a command name and should not be localized": {
215
+
"message": "dotnet-trace not found, run \"{0}\" to install it?",
216
+
"comment": [
217
+
"dotnet-trace is a command name and should not be localized"
218
+
]
219
+
},
220
+
"Installing dotnet-trace.../dotnet-trace is a command name and should not be localized": {
221
+
"message": "Installing dotnet-trace...",
222
+
"comment": [
223
+
"dotnet-trace is a command name and should not be localized"
224
+
]
225
+
},
226
+
"Failed to install dotnet-trace, it may need to be manually installed. See C# output for details./dotnet-trace is a command name and should not be localized": {
227
+
"message": "Failed to install dotnet-trace, it may need to be manually installed. See C# output for details.",
228
+
"comment": [
229
+
"dotnet-trace is a command name and should not be localized"
230
+
]
231
+
},
189
232
"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?",
190
233
"Generated document not found": "Generated document not found",
0 commit comments