Skip to content

Commit dbb0400

Browse files
committed
Update OmniSharp to 1.34.7
1 parent 4ccad47 commit dbb0400

File tree

5 files changed

+48
-40
lines changed

5 files changed

+48
-40
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@
144144
"updatePackageDependencies"
145145
],
146146
"env": {
147-
"NEW_DEPS_URLS": "https://download.visualstudio.microsoft.com/download/pr/36250cc5-e52b-4732-b072-c2ea483a6932/f81dc4171725c406f7c688f6f3c522d1/omnisharp-linux-x64-1.34.6.zip,https://download.visualstudio.microsoft.com/download/pr/36250cc5-e52b-4732-b072-c2ea483a6932/85600d3584be2df2ce60d19ce3cdba62/omnisharp-linux-x86-1.34.6.zip,https://download.visualstudio.microsoft.com/download/pr/36250cc5-e52b-4732-b072-c2ea483a6932/574930c1fd28ea972b4779968af83d75/omnisharp-osx-1.34.6.zip,https://download.visualstudio.microsoft.com/download/pr/36250cc5-e52b-4732-b072-c2ea483a6932/9f92695e51334a462a5f48f2f66d8bb8/omnisharp-win-x64-1.34.6.zip,https://download.visualstudio.microsoft.com/download/pr/36250cc5-e52b-4732-b072-c2ea483a6932/ab1f2f141d5ecde035e7c75505358714/omnisharp-win-x86-1.34.6.zip" ,
148-
"NEW_DEPS_VERSION": "1.34.6"
147+
"NEW_DEPS_URLS": "https://download.visualstudio.microsoft.com/download/pr/fea50201-0619-405b-b321-1b9b445e9009/c342282e28ef6339e39a77dba118cee6/omnisharp-linux-x64-1.34.7.zip,https://download.visualstudio.microsoft.com/download/pr/fea50201-0619-405b-b321-1b9b445e9009/04e0c2d040124d945834885dbeb302b8/omnisharp-linux-x86-1.34.7.zip,https://download.visualstudio.microsoft.com/download/pr/fea50201-0619-405b-b321-1b9b445e9009/a13318c851440417cfe1e3ccf5a66697/omnisharp-osx-1.34.7.zip,https://download.visualstudio.microsoft.com/download/pr/fea50201-0619-405b-b321-1b9b445e9009/1251e140bd702eb85402d6acc44651a4/omnisharp-win-x64-1.34.7.zip,https://download.visualstudio.microsoft.com/download/pr/fea50201-0619-405b-b321-1b9b445e9009/a91e2f9993bafd862803d4baafb27323/omnisharp-win-x86-1.34.7.zip" ,
148+
"NEW_DEPS_VERSION": "1.34.7"
149149
},
150150
"cwd": "${workspaceFolder}"
151151
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
1010
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
1111

12+
## [1.21.7] (November 6, 2019)
13+
* Updated the embedded Mono to 6.4.0 (PR:[omnisharp-roslyn/#1640](https://github.com/OmniSharp/omnisharp-roslyn/pull/1640))
14+
* Improved support for .NET Core 3
15+
1216
## 1.21.6 (October 28, 2019)
1317
* Fixed a bug that caused CS0019 diagnostic to be erroneously reported when comparing to `default` ([omnisharp-roslyn/#1619](https://github.com/OmniSharp/omnisharp-roslyn/issues/1619), PR:[omnisharp-roslyn/#1634](https://github.com/OmniSharp/omnisharp-roslyn/pull/1634))
1418
* Fixed a concurrency bug in scripting/Cake support ([omnisharp-roslyn/#1627](https://github.com/OmniSharp/omnisharp-roslyn/pull/1627))

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ 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.6
23+
# What's new in 1.21.7
24+
* Updated the embedded Mono to 6.4.0 (PR:[omnisharp-roslyn/#1640](https://github.com/OmniSharp/omnisharp-roslyn/pull/1640))
25+
* Improved support for .NET Core 3
26+
27+
## What's new in 1.21.6
2428
* Fixed a bug that caused CS0019 diagnostic to be erroneously reported when comparing to `default` ([omnisharp-roslyn/#1619](https://github.com/OmniSharp/omnisharp-roslyn/issues/1619), PR:[omnisharp-roslyn/#1634](https://github.com/OmniSharp/omnisharp-roslyn/pull/1634))
2529
* Correctly respect request cancellation token in metadata service ([omnisharp-roslyn/#1631](https://github.com/OmniSharp/omnisharp-roslyn/pull/1631))
2630
* Improved support for .NET Core 3

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: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dotnet"
3030
],
3131
"defaults": {
32-
"omniSharp": "1.34.6",
32+
"omniSharp": "1.34.7",
3333
"razor": "1.0.0-alpha3-20190819.3"
3434
},
3535
"main": "./dist/extension",
@@ -159,58 +159,58 @@
159159
{
160160
"id": "OmniSharp",
161161
"description": "OmniSharp for Windows (.NET 4.6 / x86)",
162-
"url": "https://download.visualstudio.microsoft.com/download/pr/36250cc5-e52b-4732-b072-c2ea483a6932/ab1f2f141d5ecde035e7c75505358714/omnisharp-win-x86-1.34.6.zip",
163-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.34.6.zip",
164-
"installPath": ".omnisharp/1.34.6",
162+
"url": "https://download.visualstudio.microsoft.com/download/pr/fea50201-0619-405b-b321-1b9b445e9009/a91e2f9993bafd862803d4baafb27323/omnisharp-win-x86-1.34.7.zip",
163+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.34.7.zip",
164+
"installPath": ".omnisharp/1.34.7",
165165
"platforms": [
166166
"win32"
167167
],
168168
"architectures": [
169169
"x86"
170170
],
171-
"installTestPath": "./.omnisharp/1.34.6/OmniSharp.exe",
171+
"installTestPath": "./.omnisharp/1.34.7/OmniSharp.exe",
172172
"platformId": "win-x86",
173-
"integrity": "9138BC1AD6348DA4BC4E86E1345F1B715046AD54F1806C00ECF5E1D3F0501551"
173+
"integrity": "4D908A8E09644FEACF102C55357435624A8629FF90EBC6F89034E1B8957748C3"
174174
},
175175
{
176176
"id": "OmniSharp",
177177
"description": "OmniSharp for Windows (.NET 4.6 / x64)",
178-
"url": "https://download.visualstudio.microsoft.com/download/pr/36250cc5-e52b-4732-b072-c2ea483a6932/9f92695e51334a462a5f48f2f66d8bb8/omnisharp-win-x64-1.34.6.zip",
179-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.34.6.zip",
180-
"installPath": ".omnisharp/1.34.6",
178+
"url": "https://download.visualstudio.microsoft.com/download/pr/fea50201-0619-405b-b321-1b9b445e9009/1251e140bd702eb85402d6acc44651a4/omnisharp-win-x64-1.34.7.zip",
179+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.34.7.zip",
180+
"installPath": ".omnisharp/1.34.7",
181181
"platforms": [
182182
"win32"
183183
],
184184
"architectures": [
185185
"x86_64"
186186
],
187-
"installTestPath": "./.omnisharp/1.34.6/OmniSharp.exe",
187+
"installTestPath": "./.omnisharp/1.34.7/OmniSharp.exe",
188188
"platformId": "win-x64",
189-
"integrity": "C3556B925BEA155A4590A0961FE4F823478E167BDB106A38C9B9969DBD4A89C8"
189+
"integrity": "D98253BB8794AAD162A4A49F72E8BA4EA1CF62110C02C6E3A3F6031B841463F4"
190190
},
191191
{
192192
"id": "OmniSharp",
193193
"description": "OmniSharp for OSX",
194-
"url": "https://download.visualstudio.microsoft.com/download/pr/36250cc5-e52b-4732-b072-c2ea483a6932/574930c1fd28ea972b4779968af83d75/omnisharp-osx-1.34.6.zip",
195-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.34.6.zip",
196-
"installPath": ".omnisharp/1.34.6",
194+
"url": "https://download.visualstudio.microsoft.com/download/pr/fea50201-0619-405b-b321-1b9b445e9009/a13318c851440417cfe1e3ccf5a66697/omnisharp-osx-1.34.7.zip",
195+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.34.7.zip",
196+
"installPath": ".omnisharp/1.34.7",
197197
"platforms": [
198198
"darwin"
199199
],
200200
"binaries": [
201201
"./mono.osx",
202202
"./run"
203203
],
204-
"installTestPath": "./.omnisharp/1.34.6/run",
204+
"installTestPath": "./.omnisharp/1.34.7/run",
205205
"platformId": "osx",
206-
"integrity": "91A4CC23EA9DE75DE4EC1E60AEB25A08A781B6A07FF067E9D0A1ABF89F1A0AD1"
206+
"integrity": "58D7101E5B08E2C373E5B96DACBC9EEC2E701B94CBF54A020B9BF5655183946B"
207207
},
208208
{
209209
"id": "OmniSharp",
210210
"description": "OmniSharp for Linux (x86)",
211-
"url": "https://download.visualstudio.microsoft.com/download/pr/36250cc5-e52b-4732-b072-c2ea483a6932/85600d3584be2df2ce60d19ce3cdba62/omnisharp-linux-x86-1.34.6.zip",
212-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.34.6.zip",
213-
"installPath": ".omnisharp/1.34.6",
211+
"url": "https://download.visualstudio.microsoft.com/download/pr/fea50201-0619-405b-b321-1b9b445e9009/04e0c2d040124d945834885dbeb302b8/omnisharp-linux-x86-1.34.7.zip",
212+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.34.7.zip",
213+
"installPath": ".omnisharp/1.34.7",
214214
"platforms": [
215215
"linux"
216216
],
@@ -222,16 +222,16 @@
222222
"./mono.linux-x86",
223223
"./run"
224224
],
225-
"installTestPath": "./.omnisharp/1.34.6/run",
225+
"installTestPath": "./.omnisharp/1.34.7/run",
226226
"platformId": "linux-x86",
227-
"integrity": "002E8541C9FD3867889C09369C651334486926C9F713AE9E74EFF263B7E8D1D7"
227+
"integrity": "3EB71704284FE239A8313BF046F72E6C9CC039E573A8C4F8E775C2B786C68E4C"
228228
},
229229
{
230230
"id": "OmniSharp",
231231
"description": "OmniSharp for Linux (x64)",
232-
"url": "https://download.visualstudio.microsoft.com/download/pr/36250cc5-e52b-4732-b072-c2ea483a6932/f81dc4171725c406f7c688f6f3c522d1/omnisharp-linux-x64-1.34.6.zip",
233-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.34.6.zip",
234-
"installPath": ".omnisharp/1.34.6",
232+
"url": "https://download.visualstudio.microsoft.com/download/pr/fea50201-0619-405b-b321-1b9b445e9009/c342282e28ef6339e39a77dba118cee6/omnisharp-linux-x64-1.34.7.zip",
233+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.34.7.zip",
234+
"installPath": ".omnisharp/1.34.7",
235235
"platforms": [
236236
"linux"
237237
],
@@ -242,9 +242,9 @@
242242
"./mono.linux-x86_64",
243243
"./run"
244244
],
245-
"installTestPath": "./.omnisharp/1.34.6/run",
245+
"installTestPath": "./.omnisharp/1.34.7/run",
246246
"platformId": "linux-x64",
247-
"integrity": "A5CAB62E3B775FB49D809611849EA1826CF15BF9F8FF7A9E8F163F9958669D8C"
247+
"integrity": "D720833946BED3DF4251B37437459D8A7A6777AC93243238AB1A3D05056FF1A6"
248248
},
249249
{
250250
"id": "Debugger",
@@ -486,12 +486,12 @@
486486
"items": {
487487
"type": "string"
488488
},
489-
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
489+
"description": "Array of symbol server URLs (example: http://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
490490
"default": []
491491
},
492492
"searchMicrosoftSymbolServer": {
493493
"type": "boolean",
494-
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
494+
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
495495
"default": false
496496
},
497497
"cachePath": {
@@ -1355,12 +1355,12 @@
13551355
"items": {
13561356
"type": "string"
13571357
},
1358-
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
1358+
"description": "Array of symbol server URLs (example: http://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
13591359
"default": []
13601360
},
13611361
"searchMicrosoftSymbolServer": {
13621362
"type": "boolean",
1363-
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
1363+
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
13641364
"default": false
13651365
},
13661366
"cachePath": {
@@ -1766,12 +1766,12 @@
17661766
"items": {
17671767
"type": "string"
17681768
},
1769-
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
1769+
"description": "Array of symbol server URLs (example: http://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
17701770
"default": []
17711771
},
17721772
"searchMicrosoftSymbolServer": {
17731773
"type": "boolean",
1774-
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
1774+
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
17751775
"default": false
17761776
},
17771777
"cachePath": {
@@ -2423,12 +2423,12 @@
24232423
"items": {
24242424
"type": "string"
24252425
},
2426-
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
2426+
"description": "Array of symbol server URLs (example: http://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
24272427
"default": []
24282428
},
24292429
"searchMicrosoftSymbolServer": {
24302430
"type": "boolean",
2431-
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
2431+
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
24322432
"default": false
24332433
},
24342434
"cachePath": {
@@ -2834,12 +2834,12 @@
28342834
"items": {
28352835
"type": "string"
28362836
},
2837-
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
2837+
"description": "Array of symbol server URLs (example: http://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
28382838
"default": []
28392839
},
28402840
"searchMicrosoftSymbolServer": {
28412841
"type": "boolean",
2842-
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
2842+
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
28432843
"default": false
28442844
},
28452845
"cachePath": {

0 commit comments

Comments
 (0)