Skip to content

Commit e0fb745

Browse files
authored
Merge pull request #3717 from JoeRobich/update-omnisharp-1.35.0
Update to OmniSharp 1.35.0
2 parents aa0d66e + 7378fe6 commit e0fb745

File tree

5 files changed

+44
-31
lines changed

5 files changed

+44
-31
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
"updatePackageDependencies"
139139
],
140140
"env": {
141-
"NEW_DEPS_URLS": "https://download.visualstudio.microsoft.com/download/pr/076ec7ac-bf89-4cfa-9c8d-c440bd14b966/54cf61c59ef7e3376d6460d1af05f7a7/omnisharp-linux-x64-1.34.15.zip,https://download.visualstudio.microsoft.com/download/pr/076ec7ac-bf89-4cfa-9c8d-c440bd14b966/172abd4e9fe368b3d9a7dc61be8c7541/omnisharp-linux-x86-1.34.15.zip,https://download.visualstudio.microsoft.com/download/pr/076ec7ac-bf89-4cfa-9c8d-c440bd14b966/cd8ab832a87dbd4a27bba98577b36c55/omnisharp-osx-1.34.15.zip,https://download.visualstudio.microsoft.com/download/pr/076ec7ac-bf89-4cfa-9c8d-c440bd14b966/a8f0af91dfcd7ea593dc781bc0f4f7ee/omnisharp-win-x64-1.34.15.zip,https://download.visualstudio.microsoft.com/download/pr/076ec7ac-bf89-4cfa-9c8d-c440bd14b966/bf0476eb0cc096cfd49b059987431d97/omnisharp-win-x86-1.34.15.zip",
142-
"NEW_DEPS_VERSION": "1.34.15"
141+
"NEW_DEPS_URLS": "https://download.visualstudio.microsoft.com/download/pr/c9467f3b-b5a2-4d29-906e-f083961e0bd1/9d6dfe1ef73763fa13412d89868c81d3/omnisharp-linux-x64-1.35.0.zip,https://download.visualstudio.microsoft.com/download/pr/c9467f3b-b5a2-4d29-906e-f083961e0bd1/f927ee889a08596823e0526a229c951a/omnisharp-linux-x86-1.35.0.zip,https://download.visualstudio.microsoft.com/download/pr/c9467f3b-b5a2-4d29-906e-f083961e0bd1/8f8cbb8598d367420198dcf7c844db66/omnisharp-osx-1.35.0.zip,https://download.visualstudio.microsoft.com/download/pr/c9467f3b-b5a2-4d29-906e-f083961e0bd1/d70a3228fdd15cd659ae8029d621525e/omnisharp-win-x64-1.35.0.zip,https://download.visualstudio.microsoft.com/download/pr/c9467f3b-b5a2-4d29-906e-f083961e0bd1/82185603760e6e699c634ed1e3707f1c/omnisharp-win-x86-1.35.0.zip",
142+
"NEW_DEPS_VERSION": "1.35.0"
143143
},
144144
"cwd": "${workspaceFolder}"
145145
}

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Known Issues in 1.21.16
1+
## Known Issues in 1.21.17
22

33
* Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:
44
* Only ASP.NET Core projects are supported (no support for ASP.NET projects)
@@ -13,6 +13,9 @@
1313
* Razor support for `<text>` tag completions.
1414
* Ability to restart the Razor Language Server to activate changes to the `razor.trace` level.
1515
* Bug fixes and performance improvements.
16+
* Support for `<RunAnalyzers />` and `<RunAnalyzersDuringLiveAnalysis />` (PR: [omnisharp-roslyn/#1739](https://github.com/OmniSharp/omnisharp-roslyn/pull/1739))
17+
* Add `typeparam` documentation comments to text description ([#3516](https://github.com/OmniSharp/omnisharp-vscode/issues/3516), PR: [omnisharp-roslyn/#1749](https://github.com/OmniSharp/omnisharp-roslyn/pull/1749))
18+
* Tag `#region` blocks appropriately in the block structure service ([#2621](https://github.com/OmniSharp/omnisharp-vscode/issues/2621), PR: [omnisharp-roslyn/#1748](https://github.com/OmniSharp/omnisharp-roslyn/pull/1748))
1619

1720
## 1.21.16 (March 30, 2020)
1821
* Support for .NET Core 3.1 in csx files (PR: [#1731](https://github.com/OmniSharp/omnisharp-roslyn/pull/1731))

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
2020
- [Documentation](https://code.visualstudio.com/docs/languages/csharp)
2121
- [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-VSCode-Csharp-NET-Core-Windows)
2222

23+
## What's new in 1.21.17
24+
25+
- Updated Razor support (PR:[#3696](https://github.com/OmniSharp/omnisharp-vscode/pull/3696))
26+
- Razor support for `<text>` tag completions.
27+
- Ability to restart the Razor Language Server to activate changes to the `razor.trace` level.
28+
- Bug fixes and performance improvements.
29+
- Support for `<RunAnalyzers />` and `<RunAnalyzersDuringLiveAnalysis />` (PR: [omnisharp-roslyn/#1739](https://github.com/OmniSharp/omnisharp-roslyn/pull/1739))
30+
- Add `typeparam` documentation comments to text description ([#3516](https://github.com/OmniSharp/omnisharp-vscode/issues/3516), PR: [omnisharp-roslyn/#1749](https://github.com/OmniSharp/omnisharp-roslyn/pull/1749))
31+
- Tag `#region` blocks appropriately in the block structure service ([#2621](https://github.com/OmniSharp/omnisharp-vscode/issues/2621), PR: [omnisharp-roslyn/#1748](https://github.com/OmniSharp/omnisharp-roslyn/pull/1748))
32+
2333
## What's new in 1.21.16
2434

2535
- Support for .NET Core 3.1 in csx files (PR: [#1731](https://github.com/OmniSharp/omnisharp-roslyn/pull/1731))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-dotnettools",
4-
"version": "1.21.16",
4+
"version": "1.21.17",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -29,7 +29,7 @@
2929
"dotnet"
3030
],
3131
"defaults": {
32-
"omniSharp": "1.34.15",
32+
"omniSharp": "1.35.0",
3333
"razor": "1.0.0-alpha3-5.0.0-preview.3.20176.8"
3434
},
3535
"main": "./dist/extension",
@@ -158,58 +158,58 @@
158158
{
159159
"id": "OmniSharp",
160160
"description": "OmniSharp for Windows (.NET 4.6 / x86)",
161-
"url": "https://download.visualstudio.microsoft.com/download/pr/076ec7ac-bf89-4cfa-9c8d-c440bd14b966/bf0476eb0cc096cfd49b059987431d97/omnisharp-win-x86-1.34.15.zip",
162-
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.34.15/omnisharp-win-x86-1.34.15.zip",
163-
"installPath": ".omnisharp/1.34.15",
161+
"url": "https://download.visualstudio.microsoft.com/download/pr/c9467f3b-b5a2-4d29-906e-f083961e0bd1/82185603760e6e699c634ed1e3707f1c/omnisharp-win-x86-1.35.0.zip",
162+
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.35.0/omnisharp-win-x86-1.35.0.zip",
163+
"installPath": ".omnisharp/1.35.0",
164164
"platforms": [
165165
"win32"
166166
],
167167
"architectures": [
168168
"x86"
169169
],
170-
"installTestPath": "./.omnisharp/1.34.15/OmniSharp.exe",
170+
"installTestPath": "./.omnisharp/1.35.0/OmniSharp.exe",
171171
"platformId": "win-x86",
172-
"integrity": "A84314A209CFD4B9D65EA3819711EEDD5178CCF784D13993BFE1C8F0E358EEFE"
172+
"integrity": "7ED731AEB8B64CC159FE3D8200EBDEA9E1076E3AAF8079CC7B7DFC878834709D"
173173
},
174174
{
175175
"id": "OmniSharp",
176176
"description": "OmniSharp for Windows (.NET 4.6 / x64)",
177-
"url": "https://download.visualstudio.microsoft.com/download/pr/076ec7ac-bf89-4cfa-9c8d-c440bd14b966/a8f0af91dfcd7ea593dc781bc0f4f7ee/omnisharp-win-x64-1.34.15.zip",
178-
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.34.15/omnisharp-win-x64-1.34.15.zip",
179-
"installPath": ".omnisharp/1.34.15",
177+
"url": "https://download.visualstudio.microsoft.com/download/pr/c9467f3b-b5a2-4d29-906e-f083961e0bd1/d70a3228fdd15cd659ae8029d621525e/omnisharp-win-x64-1.35.0.zip",
178+
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.35.0/omnisharp-win-x64-1.35.0.zip",
179+
"installPath": ".omnisharp/1.35.0",
180180
"platforms": [
181181
"win32"
182182
],
183183
"architectures": [
184184
"x86_64"
185185
],
186-
"installTestPath": "./.omnisharp/1.34.15/OmniSharp.exe",
186+
"installTestPath": "./.omnisharp/1.35.0/OmniSharp.exe",
187187
"platformId": "win-x64",
188-
"integrity": "D26B1B24FCCE54B364B05E9E9C30027A36BD3C3AD456E02CFDFED64D9A9DD5B4"
188+
"integrity": "9A8018BF2DCF28ABFDBA577965D9A4AB3B98FA0ECEDB184FA25339BBDE7CCE10"
189189
},
190190
{
191191
"id": "OmniSharp",
192192
"description": "OmniSharp for OSX",
193-
"url": "https://download.visualstudio.microsoft.com/download/pr/076ec7ac-bf89-4cfa-9c8d-c440bd14b966/cd8ab832a87dbd4a27bba98577b36c55/omnisharp-osx-1.34.15.zip",
194-
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.34.15/omnisharp-osx-1.34.15.zip",
195-
"installPath": ".omnisharp/1.34.15",
193+
"url": "https://download.visualstudio.microsoft.com/download/pr/c9467f3b-b5a2-4d29-906e-f083961e0bd1/8f8cbb8598d367420198dcf7c844db66/omnisharp-osx-1.35.0.zip",
194+
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.35.0/omnisharp-osx-1.35.0.zip",
195+
"installPath": ".omnisharp/1.35.0",
196196
"platforms": [
197197
"darwin"
198198
],
199199
"binaries": [
200200
"./mono.osx",
201201
"./run"
202202
],
203-
"installTestPath": "./.omnisharp/1.34.15/run",
203+
"installTestPath": "./.omnisharp/1.35.0/run",
204204
"platformId": "osx",
205-
"integrity": "056C64CD58376D6C09C6C5A97599E7C05985177FF3DB5F5581825B79E0E64EDA"
205+
"integrity": "0F712B638864EB41048642F416130CD689C1D0AD599E3F432E19814A4F944BFF"
206206
},
207207
{
208208
"id": "OmniSharp",
209209
"description": "OmniSharp for Linux (x86)",
210-
"url": "https://download.visualstudio.microsoft.com/download/pr/076ec7ac-bf89-4cfa-9c8d-c440bd14b966/172abd4e9fe368b3d9a7dc61be8c7541/omnisharp-linux-x86-1.34.15.zip",
211-
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.34.15/omnisharp-linux-x86-1.34.15.zip",
212-
"installPath": ".omnisharp/1.34.15",
210+
"url": "https://download.visualstudio.microsoft.com/download/pr/c9467f3b-b5a2-4d29-906e-f083961e0bd1/f927ee889a08596823e0526a229c951a/omnisharp-linux-x86-1.35.0.zip",
211+
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.35.0/omnisharp-linux-x86-1.35.0.zip",
212+
"installPath": ".omnisharp/1.35.0",
213213
"platforms": [
214214
"linux"
215215
],
@@ -221,16 +221,16 @@
221221
"./mono.linux-x86",
222222
"./run"
223223
],
224-
"installTestPath": "./.omnisharp/1.34.15/run",
224+
"installTestPath": "./.omnisharp/1.35.0/run",
225225
"platformId": "linux-x86",
226-
"integrity": "B6FDE1D1AC80FD30C985553F976BED290BFBEFE93961CB970EA6FDD1888DB365"
226+
"integrity": "DDEBD930B324DF14EAE401E6585B5CB4C80D98912CFB515B566BC212D4A40E87"
227227
},
228228
{
229229
"id": "OmniSharp",
230230
"description": "OmniSharp for Linux (x64)",
231-
"url": "https://download.visualstudio.microsoft.com/download/pr/076ec7ac-bf89-4cfa-9c8d-c440bd14b966/54cf61c59ef7e3376d6460d1af05f7a7/omnisharp-linux-x64-1.34.15.zip",
232-
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.34.15/omnisharp-linux-x64-1.34.15.zip",
233-
"installPath": ".omnisharp/1.34.15",
231+
"url": "https://download.visualstudio.microsoft.com/download/pr/c9467f3b-b5a2-4d29-906e-f083961e0bd1/9d6dfe1ef73763fa13412d89868c81d3/omnisharp-linux-x64-1.35.0.zip",
232+
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.35.0/omnisharp-linux-x64-1.35.0.zip",
233+
"installPath": ".omnisharp/1.35.0",
234234
"platforms": [
235235
"linux"
236236
],
@@ -241,9 +241,9 @@
241241
"./mono.linux-x86_64",
242242
"./run"
243243
],
244-
"installTestPath": "./.omnisharp/1.34.15/run",
244+
"installTestPath": "./.omnisharp/1.35.0/run",
245245
"platformId": "linux-x64",
246-
"integrity": "F110BB85B242964D15AD6B34D47BEB5E20761E232981CF6078AAF4611AEDE4F9"
246+
"integrity": "487618A11EE5FD31C77CBF4E0DCBA8B186CC0B9B42C60A662403E9FEAF81ECC6"
247247
},
248248
{
249249
"id": "Debugger",

0 commit comments

Comments
 (0)