Skip to content

Commit 6405d17

Browse files
author
Ravi Chande
authored
Merge pull request #3275 from rchande/omnisharp-1.34.3
Omnisharp 1.34.3
2 parents a3f12cf + a257add commit 6405d17

File tree

4 files changed

+35
-31
lines changed

4 files changed

+35
-31
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/917af80d-ecdb-4a83-92d1-42b82148f94a/4a575a7947b592dcf6a422c9bf935b34/omnisharp-linux-x64-1.34.2.zip,https://download.visualstudio.microsoft.com/download/pr/917af80d-ecdb-4a83-92d1-42b82148f94a/4eba7b4eec0344b7e5fe325fc210e52b/omnisharp-linux-x86-1.34.2.zip,https://download.visualstudio.microsoft.com/download/pr/917af80d-ecdb-4a83-92d1-42b82148f94a/477bf67ad7165c2a58fce76cc02bb4e9/omnisharp-osx-1.34.2.zip,https://download.visualstudio.microsoft.com/download/pr/917af80d-ecdb-4a83-92d1-42b82148f94a/78bd29a64a24a5254e9c048dfea9ef00/omnisharp-win-x64-1.34.2.zip,https://download.visualstudio.microsoft.com/download/pr/917af80d-ecdb-4a83-92d1-42b82148f94a/fab62ad5ade50a87e838359f445438f0/omnisharp-win-x86-1.34.2.zip" ,
148-
"NEW_DEPS_VERSION": "1.34.2"
147+
"NEW_DEPS_URLS": "https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/b36aba5b3598ecfaefd4b54680c9181b/omnisharp-linux-x64-1.34.3.zip,https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/ab492c720755c41254ec31108c63edac/omnisharp-linux-x86-1.34.3.zip,https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/bb5edf46f580f05271cdd9cd19618059/omnisharp-osx-1.34.3.zip,https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/b930613106fc39204deb1fe4c83a0073/omnisharp-win-x64-1.34.3.zip,https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/4cfe251879a7e939480d235a491bb0ba/omnisharp-win-x86-1.34.3.zip" ,
148+
"NEW_DEPS_VERSION": "1.34.3"
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.3 (Not yet released)
13+
* Added support for `CheckForOverflowUnderflow ` in csproj files
14+
* Improved support for .NET Core 3
15+
1216
## 1.21.2 (September 5, 2019)
1317
* Improved support for .NET Core 3
1418

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: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.21.2",
4+
"version": "1.21.3-beta1",
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.2",
32+
"omniSharp": "1.34.3",
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/917af80d-ecdb-4a83-92d1-42b82148f94a/fab62ad5ade50a87e838359f445438f0/omnisharp-win-x86-1.34.2.zip",
163-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.34.2.zip",
164-
"installPath": ".omnisharp/1.34.2",
162+
"url": "https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/4cfe251879a7e939480d235a491bb0ba/omnisharp-win-x86-1.34.3.zip",
163+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.34.3.zip",
164+
"installPath": ".omnisharp/1.34.3",
165165
"platforms": [
166166
"win32"
167167
],
168168
"architectures": [
169169
"x86"
170170
],
171-
"installTestPath": "./.omnisharp/1.34.2/OmniSharp.exe",
171+
"installTestPath": "./.omnisharp/1.34.3/OmniSharp.exe",
172172
"platformId": "win-x86",
173-
"integrity": "CBF00C94123A6BC8B8943B4C5917BD3B0EDD878AD6E3EFA610694417B0DE6BDC"
173+
"integrity": "EEDAE9A5B6BF5D0244A950A4DD01EE251B8B022DF87251469510A42330EDBA61"
174174
},
175175
{
176176
"id": "OmniSharp",
177177
"description": "OmniSharp for Windows (.NET 4.6 / x64)",
178-
"url": "https://download.visualstudio.microsoft.com/download/pr/917af80d-ecdb-4a83-92d1-42b82148f94a/78bd29a64a24a5254e9c048dfea9ef00/omnisharp-win-x64-1.34.2.zip",
179-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.34.2.zip",
180-
"installPath": ".omnisharp/1.34.2",
178+
"url": "https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/b930613106fc39204deb1fe4c83a0073/omnisharp-win-x64-1.34.3.zip",
179+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.34.3.zip",
180+
"installPath": ".omnisharp/1.34.3",
181181
"platforms": [
182182
"win32"
183183
],
184184
"architectures": [
185185
"x86_64"
186186
],
187-
"installTestPath": "./.omnisharp/1.34.2/OmniSharp.exe",
187+
"installTestPath": "./.omnisharp/1.34.3/OmniSharp.exe",
188188
"platformId": "win-x64",
189-
"integrity": "606F749C4A1DE60BA81969D6C08ACF9F3BD4D222FF1ECF6F6F9B41F61F040B73"
189+
"integrity": "07D96BFBE47705FB90D2E52E7BA3656D41C8E6EB2E2740DB61DEE53AF2E5CF91"
190190
},
191191
{
192192
"id": "OmniSharp",
193193
"description": "OmniSharp for OSX",
194-
"url": "https://download.visualstudio.microsoft.com/download/pr/917af80d-ecdb-4a83-92d1-42b82148f94a/477bf67ad7165c2a58fce76cc02bb4e9/omnisharp-osx-1.34.2.zip",
195-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.34.2.zip",
196-
"installPath": ".omnisharp/1.34.2",
194+
"url": "https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/bb5edf46f580f05271cdd9cd19618059/omnisharp-osx-1.34.3.zip",
195+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.34.3.zip",
196+
"installPath": ".omnisharp/1.34.3",
197197
"platforms": [
198198
"darwin"
199199
],
200200
"binaries": [
201201
"./mono.osx",
202202
"./run"
203203
],
204-
"installTestPath": "./.omnisharp/1.34.2/run",
204+
"installTestPath": "./.omnisharp/1.34.3/run",
205205
"platformId": "osx",
206-
"integrity": "D55078F99991F0C26F595F9F161FE33F88EBEC03ACB524027A0E2AA16695C8D7"
206+
"integrity": "9DD5EBA313A25AD15BC164932D8194338CF4B3272954EEEE7DDE68FE3B391B9D"
207207
},
208208
{
209209
"id": "OmniSharp",
210210
"description": "OmniSharp for Linux (x86)",
211-
"url": "https://download.visualstudio.microsoft.com/download/pr/917af80d-ecdb-4a83-92d1-42b82148f94a/4eba7b4eec0344b7e5fe325fc210e52b/omnisharp-linux-x86-1.34.2.zip",
212-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.34.2.zip",
213-
"installPath": ".omnisharp/1.34.2",
211+
"url": "https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/ab492c720755c41254ec31108c63edac/omnisharp-linux-x86-1.34.3.zip",
212+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.34.3.zip",
213+
"installPath": ".omnisharp/1.34.3",
214214
"platforms": [
215215
"linux"
216216
],
@@ -222,16 +222,16 @@
222222
"./mono.linux-x86",
223223
"./run"
224224
],
225-
"installTestPath": "./.omnisharp/1.34.2/run",
225+
"installTestPath": "./.omnisharp/1.34.3/run",
226226
"platformId": "linux-x86",
227-
"integrity": "05A69BC6AC7DDF9ABA041F64DA21A5CCF0874A36AE63BF2E8289BB8B2B79959D"
227+
"integrity": "01BAA2E554BFC50DF520CD0778359929B327836C504F9A37133DF64C98C09080"
228228
},
229229
{
230230
"id": "OmniSharp",
231231
"description": "OmniSharp for Linux (x64)",
232-
"url": "https://download.visualstudio.microsoft.com/download/pr/917af80d-ecdb-4a83-92d1-42b82148f94a/4a575a7947b592dcf6a422c9bf935b34/omnisharp-linux-x64-1.34.2.zip",
233-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.34.2.zip",
234-
"installPath": ".omnisharp/1.34.2",
232+
"url": "https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/b36aba5b3598ecfaefd4b54680c9181b/omnisharp-linux-x64-1.34.3.zip",
233+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.34.3.zip",
234+
"installPath": ".omnisharp/1.34.3",
235235
"platforms": [
236236
"linux"
237237
],
@@ -242,9 +242,9 @@
242242
"./mono.linux-x86_64",
243243
"./run"
244244
],
245-
"installTestPath": "./.omnisharp/1.34.2/run",
245+
"installTestPath": "./.omnisharp/1.34.3/run",
246246
"platformId": "linux-x64",
247-
"integrity": "A9BBFB04E30F0224679677BF9CFC79503EF64CACE7F2E29EC8B25394CD31985D"
247+
"integrity": "C8BDD30C9F146B2CCDA78C65EAF1DA132002DD1E3E01CACC452BE4E7275F8F92"
248248
},
249249
{
250250
"id": "Debugger",
@@ -2974,4 +2974,4 @@
29742974
]
29752975
}
29762976
}
2977-
}
2977+
}

0 commit comments

Comments
 (0)