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
"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
+
"Could not find '{0}' in or above '{1}'.": "Could not find '{0}' in or above '{1}'.",
4
+
"Invalid trace setting for Razor language server. Defaulting to '{0}'": "Invalid trace setting for Razor language server. Defaulting to '{0}'",
5
+
"Could not find Razor Language Server executable within directory '{0}'": "Could not find Razor Language Server executable within directory '{0}'",
6
+
"Server failed to start after retrying 5 times.": "Server failed to start after retrying 5 times.",
7
+
"Razor Language Server failed to start unexpectedly, please check the 'Razor Log' and report an issue.": "Razor Language Server failed to start unexpectedly, please check the 'Razor Log' and report an issue.",
8
+
"Tried to send requests while server is not started.": "Tried to send requests while server is not started.",
9
+
"Tried to bind on request logic while server is not started.": "Tried to bind on request logic while server is not started.",
10
+
"Tried to bind on notification logic while server is not started.": "Tried to bind on notification logic while server is not started.",
11
+
"Cannot stop Razor Language Server as it is already stopped.": "Cannot stop Razor Language Server as it is already stopped.",
12
+
"Razor Language Server failed to stop correctly, please check the 'Razor Log' and report an issue.": "Razor Language Server failed to stop correctly, please check the 'Razor Log' and report an issue.",
13
+
"Would you like to restart the Razor Language Server to enable the Razor trace configuration change?": "Would you like to restart the Razor Language Server to enable the Razor trace configuration change?",
14
+
"Restart": "Restart",
15
+
"Razor HTML Preview": "Razor HTML Preview",
16
+
"Unexpected error when attaching to HTML preview window.": "Unexpected error when attaching to HTML preview window.",
17
+
"Razor HTML copied to clipboard": "Razor HTML copied to clipboard",
"Unexpected error when attaching to report Razor issue window.": "Unexpected error when attaching to report Razor issue window.",
26
+
"You must first start the data collection before copying.": "You must first start the data collection before copying.",
27
+
"Razor issue copied to clipboard": "Razor issue copied to clipboard",
28
+
"Razor issue data collection started. Reproduce the issue then press \"Stop\"": "Razor issue data collection started. Reproduce the issue then press \"Stop\"",
29
+
"You must first start the data collection before stopping.": "You must first start the data collection before stopping.",
30
+
"Razor issue data collection stopped. Copying issue content...": "Razor issue data collection stopped. Copying issue content...",
31
+
"Start": "Start",
32
+
"Press {0}": "Press {0}",
33
+
"Perform the actions (or no action) that resulted in your Razor issue": "Perform the actions (or no action) that resulted in your Razor issue",
34
+
"Stop": "Stop",
35
+
"Click {0}. This will copy all relevant issue information.": "Click {0}. This will copy all relevant issue information.",
36
+
"Go to GitHub": "Go to GitHub",
37
+
"{0}, paste your issue contents as the body of the issue. Don't forget to fill out any details left unfilled.": "{0}, paste your issue contents as the body of the issue. Don't forget to fill out any details left unfilled.",
38
+
"Privacy Alert! The contents copied to your clipboard may contain personal data. Prior to posting to GitHub, please remove any personal data which should not be publicly viewable.": "Privacy Alert! The contents copied to your clipboard may contain personal data. Prior to posting to GitHub, please remove any personal data which should not be publicly viewable.",
"Cannot start collecting Razor logs when {0} is set to {1}. Please set {0} to {2} and then reload your VSCode environment and re-run the report Razor issue command.": "Cannot start collecting Razor logs when {0} is set to {1}. Please set {0} to {2} and then reload your VSCode environment and re-run the report Razor issue command.",
41
+
"Non Razor file as active document": "Non Razor file as active document",
42
+
"Could not determine CSharp content": "Could not determine CSharp content",
43
+
"Could not determine Html content": "Could not determine Html content",
44
+
"A valid dotnet installation could not be found: {0}": "A valid dotnet installation could not be found: {0}",
45
+
"Is this a Bug or Feature request?": "Is this a Bug or Feature request?",
46
+
"Bug": "Bug",
47
+
"Steps to reproduce": "Steps to reproduce",
48
+
"Please fill in this section": "Please fill in this section",
49
+
"Description of the problem": "Description of the problem",
"Run and Debug: auto-detection found {0} for a launch browser": "Run and Debug: auto-detection found {0} for a launch browser",
80
+
"There was an unexpected error while launching your debugging session. Check the console for helpful logs and visit the debugging docs for more info.": "There was an unexpected error while launching your debugging session. Check the console for helpful logs and visit the debugging docs for more info.",
81
+
"View Debug Docs": "View Debug Docs",
82
+
"Ignore": "Ignore",
83
+
"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"
0 commit comments