Skip to content

Commit debbdc6

Browse files
authored
Merge pull request dotnet#4685 from JoeRobich/update-omnisharp-1.37.14
Update OmniSharp to version 1.37.14
2 parents 724c565 + cfe8007 commit debbdc6

File tree

3 files changed

+34
-31
lines changed

3 files changed

+34
-31
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188
"updatePackageDependencies"
189189
],
190190
"env": {
191-
"NEW_DEPS_URLS": "https://download.visualstudio.microsoft.com/download/pr/406e0250-0f0b-4445-9ebf-811334287a7b/2094f132858641f6b72e76c26cfa17e4/omnisharp-linux-x64-1.37.13.zip,https://download.visualstudio.microsoft.com/download/pr/406e0250-0f0b-4445-9ebf-811334287a7b/ceb9268390615bdbf0e3221dbcdab755/omnisharp-linux-x86-1.37.13.zip,https://download.visualstudio.microsoft.com/download/pr/406e0250-0f0b-4445-9ebf-811334287a7b/95591d1dc0adfc91981a773ad8f1c618/omnisharp-osx-1.37.13.zip,https://download.visualstudio.microsoft.com/download/pr/406e0250-0f0b-4445-9ebf-811334287a7b/5de37047685d1f2a5024da2c8000bd87/omnisharp-win-x64-1.37.13.zip,https://download.visualstudio.microsoft.com/download/pr/406e0250-0f0b-4445-9ebf-811334287a7b/f64a0f6e3dc0e7e0565b52b46454469a/omnisharp-win-x86-1.37.13.zip",
192-
"NEW_DEPS_VERSION": "1.37.13"
191+
"NEW_DEPS_URLS": "https://download.visualstudio.microsoft.com/download/pr/5dc8cd5b-fe44-4cd1-a25b-d97e42c1b09d/e145d76552fb4969f272a142374e5675/omnisharp-linux-x64-1.37.14.zip,https://download.visualstudio.microsoft.com/download/pr/5dc8cd5b-fe44-4cd1-a25b-d97e42c1b09d/b312e31eb66167dcda0e1bd87cd9458d/omnisharp-linux-x86-1.37.14.zip,https://download.visualstudio.microsoft.com/download/pr/5dc8cd5b-fe44-4cd1-a25b-d97e42c1b09d/6c2317a3a86a31e3a5d0a11ab401a17e/omnisharp-osx-1.37.14.zip,https://download.visualstudio.microsoft.com/download/pr/5dc8cd5b-fe44-4cd1-a25b-d97e42c1b09d/7644fc2499e29df11c0a15022045e292/omnisharp-win-x64-1.37.14.zip,https://download.visualstudio.microsoft.com/download/pr/5dc8cd5b-fe44-4cd1-a25b-d97e42c1b09d/4d9c13ba784867e1960dbc90bf17707a/omnisharp-win-x86-1.37.14.zip",
192+
"NEW_DEPS_VERSION": "1.37.14"
193193
},
194194
"cwd": "${workspaceFolder}"
195195
}

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313

1414
## 1.23.14 (Not yet released)
1515
* Bump minimum required version of VS Code (PR: [#4664](https://github.com/OmniSharp/omnisharp-vscode/pull/4664))
16-
* Update OmniSharp version to 1.37.13
16+
* Update OmniSharp version to 1.37.14
1717
* Update Roslyn to 4.0.0-2.21354.7 (PR: [omnisharp-roslyn#2189](https://github.com/OmniSharp/omnisharp-roslyn/pull/2189))
1818
* Update included Build Tools to match .NET SDK 6 Preview 6 (PR: [omnisharp-roslyn#2187](https://github.com/OmniSharp/omnisharp-roslyn/pull/2187))
19+
* Update to latest .NET SDKs (PR: [omnisharp-roslyn#2197](https://github.com/OmniSharp/omnisharp-roslyn/pull/2197))
20+
* Update included Build Tools to match .NET SDK 6 Preview 7 (PR: [omnisharp-roslyn#2196](https://github.com/OmniSharp/omnisharp-roslyn/pull/2196))
21+
* Upgrade McMaster.Extensions.CommandLineUtils to 3.1.0 ([#4090](https://github.com/OmniSharp/omnisharp-vscode/issues/4090), PR: [omnisharp-roslyn#2192](https://github.com/OmniSharp/omnisharp-roslyn/pull/2192))
1922
* Debugger changes:
20-
* Added support for win10-arm64 debugging ([#3006](https://github.com/OmniSharp/omnisharp-vscode/issues/3006), PR: [#4672](https://github.com/OmniSharp/omnisharp-vscode/pull/4672))
23+
* Added support for win10-arm64 debugging ([#3006](https://github.com/OmniSharp/omnisharp-vscode/issues/3006), PR: [#4672](https://github.com/OmniSharp/omnisharp-vscode/pull/4672))
2124

2225
## 1.23.13 (July 13th, 2021)
2326
* Fixes Razor editing support (PR: [#4642](https://github.com/OmniSharp/omnisharp-vscode/pull/4642))

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"defaults": {
38-
"omniSharp": "1.37.13",
38+
"omniSharp": "1.37.14",
3939
"razor": "6.0.0-preview.5.21358.6"
4040
},
4141
"main": "./dist/extension",
@@ -126,59 +126,59 @@
126126
{
127127
"id": "OmniSharp",
128128
"description": "OmniSharp for Windows (.NET 4.6 / x86)",
129-
"url": "https://download.visualstudio.microsoft.com/download/pr/406e0250-0f0b-4445-9ebf-811334287a7b/f64a0f6e3dc0e7e0565b52b46454469a/omnisharp-win-x86-1.37.13.zip",
130-
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.13/omnisharp-win-x86-1.37.13.zip",
131-
"installPath": ".omnisharp/1.37.13",
129+
"url": "https://download.visualstudio.microsoft.com/download/pr/5dc8cd5b-fe44-4cd1-a25b-d97e42c1b09d/4d9c13ba784867e1960dbc90bf17707a/omnisharp-win-x86-1.37.14.zip",
130+
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.14/omnisharp-win-x86-1.37.14.zip",
131+
"installPath": ".omnisharp/1.37.14",
132132
"platforms": [
133133
"win32"
134134
],
135135
"architectures": [
136136
"x86",
137137
"arm64"
138138
],
139-
"installTestPath": "./.omnisharp/1.37.13/OmniSharp.exe",
139+
"installTestPath": "./.omnisharp/1.37.14/OmniSharp.exe",
140140
"platformId": "win-x86",
141-
"integrity": "1D15326AFDC4FB40A617D4AE1865F1953F7DB4FDD9B81433BB8550FDCFD812CA"
141+
"integrity": "5BDD229934EB09EB54EB1C11CFA2284E1E4F3B6286E41E88763FAC72844911A2"
142142
},
143143
{
144144
"id": "OmniSharp",
145145
"description": "OmniSharp for Windows (.NET 4.6 / x64)",
146-
"url": "https://download.visualstudio.microsoft.com/download/pr/406e0250-0f0b-4445-9ebf-811334287a7b/5de37047685d1f2a5024da2c8000bd87/omnisharp-win-x64-1.37.13.zip",
147-
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.13/omnisharp-win-x64-1.37.13.zip",
148-
"installPath": ".omnisharp/1.37.13",
146+
"url": "https://download.visualstudio.microsoft.com/download/pr/5dc8cd5b-fe44-4cd1-a25b-d97e42c1b09d/7644fc2499e29df11c0a15022045e292/omnisharp-win-x64-1.37.14.zip",
147+
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.14/omnisharp-win-x64-1.37.14.zip",
148+
"installPath": ".omnisharp/1.37.14",
149149
"platforms": [
150150
"win32"
151151
],
152152
"architectures": [
153153
"x86_64"
154154
],
155-
"installTestPath": "./.omnisharp/1.37.13/OmniSharp.exe",
155+
"installTestPath": "./.omnisharp/1.37.14/OmniSharp.exe",
156156
"platformId": "win-x64",
157-
"integrity": "E5EBFD84776595FA9E0354F7E91D93F6C20B8F1234277A7A064A9C57417CB8CE"
157+
"integrity": "DB5F0F1EC6ECE7F547B21953218AA18B829A0AEACF0E15032D9FBA7452E03DE9"
158158
},
159159
{
160160
"id": "OmniSharp",
161161
"description": "OmniSharp for OSX",
162-
"url": "https://download.visualstudio.microsoft.com/download/pr/406e0250-0f0b-4445-9ebf-811334287a7b/95591d1dc0adfc91981a773ad8f1c618/omnisharp-osx-1.37.13.zip",
163-
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.13/omnisharp-osx-1.37.13.zip",
164-
"installPath": ".omnisharp/1.37.13",
162+
"url": "https://download.visualstudio.microsoft.com/download/pr/5dc8cd5b-fe44-4cd1-a25b-d97e42c1b09d/6c2317a3a86a31e3a5d0a11ab401a17e/omnisharp-osx-1.37.14.zip",
163+
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.14/omnisharp-osx-1.37.14.zip",
164+
"installPath": ".omnisharp/1.37.14",
165165
"platforms": [
166166
"darwin"
167167
],
168168
"binaries": [
169169
"./mono.osx",
170170
"./run"
171171
],
172-
"installTestPath": "./.omnisharp/1.37.13/run",
172+
"installTestPath": "./.omnisharp/1.37.14/run",
173173
"platformId": "osx",
174-
"integrity": "BCFC47CA2049907F3D14D8C3CF529E15F5A51A388BC52C0CB51808F3B2E50C5B"
174+
"integrity": "A06F8C5B1659DA5C3923BB7D773676FEE2AB6A78944F5A98252E684FF80ABC22"
175175
},
176176
{
177177
"id": "OmniSharp",
178178
"description": "OmniSharp for Linux (x86)",
179-
"url": "https://download.visualstudio.microsoft.com/download/pr/406e0250-0f0b-4445-9ebf-811334287a7b/ceb9268390615bdbf0e3221dbcdab755/omnisharp-linux-x86-1.37.13.zip",
180-
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.13/omnisharp-linux-x86-1.37.13.zip",
181-
"installPath": ".omnisharp/1.37.13",
179+
"url": "https://download.visualstudio.microsoft.com/download/pr/5dc8cd5b-fe44-4cd1-a25b-d97e42c1b09d/b312e31eb66167dcda0e1bd87cd9458d/omnisharp-linux-x86-1.37.14.zip",
180+
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.14/omnisharp-linux-x86-1.37.14.zip",
181+
"installPath": ".omnisharp/1.37.14",
182182
"platforms": [
183183
"linux"
184184
],
@@ -190,16 +190,16 @@
190190
"./mono.linux-x86",
191191
"./run"
192192
],
193-
"installTestPath": "./.omnisharp/1.37.13/run",
193+
"installTestPath": "./.omnisharp/1.37.14/run",
194194
"platformId": "linux-x86",
195-
"integrity": "3A1811A6DFC21DF129EB37BE178CE6D743D57517C2DA68E16D3EFCFB7C0F86DE"
195+
"integrity": "154C7AAB23383DEAF7F7EEF89C842E73EDAB046A7BB716C175E3732976441909"
196196
},
197197
{
198198
"id": "OmniSharp",
199199
"description": "OmniSharp for Linux (x64)",
200-
"url": "https://download.visualstudio.microsoft.com/download/pr/406e0250-0f0b-4445-9ebf-811334287a7b/2094f132858641f6b72e76c26cfa17e4/omnisharp-linux-x64-1.37.13.zip",
201-
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.13/omnisharp-linux-x64-1.37.13.zip",
202-
"installPath": ".omnisharp/1.37.13",
200+
"url": "https://download.visualstudio.microsoft.com/download/pr/5dc8cd5b-fe44-4cd1-a25b-d97e42c1b09d/e145d76552fb4969f272a142374e5675/omnisharp-linux-x64-1.37.14.zip",
201+
"fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.14/omnisharp-linux-x64-1.37.14.zip",
202+
"installPath": ".omnisharp/1.37.14",
203203
"platforms": [
204204
"linux"
205205
],
@@ -210,9 +210,9 @@
210210
"./mono.linux-x86_64",
211211
"./run"
212212
],
213-
"installTestPath": "./.omnisharp/1.37.13/run",
213+
"installTestPath": "./.omnisharp/1.37.14/run",
214214
"platformId": "linux-x64",
215-
"integrity": "9EDA46B9B0A9BB906226115DECBF7E60938398D34EDDAD75403931D7E068756C"
215+
"integrity": "8B963FC3E368E53441B5953934327B7A22D70C35668478992DB963956DE9F4A4"
216216
},
217217
{
218218
"id": "Debugger",
@@ -3743,4 +3743,4 @@
37433743
]
37443744
}
37453745
}
3746-
}
3746+
}

0 commit comments

Comments
 (0)