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: CHANGELOG.md
+41-13Lines changed: 41 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,44 @@
1
-
## Known Issues in 1.25.8
2
-
3
-
* For Mono-based development (e.g. Unity) that requires full .NET framework, you need to set `"omnisharp.useModernNet": false`.
4
-
* After selecting a solution filter (*.slnf) from the project selector, the solution's name will be displayed in the status bar instead of the filter's.
5
-
* Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:
6
-
* Not all platforms ship with the Razor LSP, such as Linux arm64.
7
-
* Only ASP.NET Core projects are supported (no support for ASP.NET projects)
8
-
* Error squiggles misaligned for expressions near the start of a new line
9
-
* Emmet based abbreviation expansion is not yet supported (See note in readme for how to enable through your settings.json)
10
-
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
11
-
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
12
-
* Renaming symbol fails within a file that had recently been renamed without saving changes.
13
-
* As a workaround, make an edit within the file before using Rename Symbol.
1
+
## Known Issues
2
+
3
+
- Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
4
+
-[O# Parity] FixAll support for code fixes and refactorings [#5735](https://github.com/dotnet/vscode-csharp/issues/5735)
* Add back accidentally-excluded changelog file from the extension (PR: [#5991](https://github.com/dotnet/vscode-csharp/pull/5991))
35
+
36
+
## 2.0.320
37
+
We are switching to the new Roslyn language server as the default. We recognize that this version doesn’t have full parity with the OmniSharp version. If you need one of these features before we can get to it, you can switch back to OmniSharp by following these [instructions](https://github.com/dotnet/vscode-csharp#how-to-use-omnisharp).
38
+
39
+
## 1.26.1
40
+
* Update Razor to 7.0.0-preview.23363.1
41
+
* Remove unsupported features (PR: [#8951](https://github.com/dotnet/razor/pull/8951))
14
42
15
43
## 1.26.0
16
44
* Update OmniSharp to 1.39.7 (PR: [#5840](https://github.com/OmniSharp/omnisharp-vscode/pull/5840))
"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