|
1 | 1 | { |
2 | 2 | "name": "csharp", |
3 | 3 | "publisher": "ms-vscode", |
4 | | - "version": "1.18.0-beta4", |
| 4 | + "version": "1.18.0-beta5", |
5 | 5 | "description": "C# for Visual Studio Code (powered by OmniSharp).", |
6 | 6 | "displayName": "C#", |
7 | 7 | "author": "Microsoft Corporation", |
|
25 | 25 | "multi-root ready" |
26 | 26 | ], |
27 | 27 | "defaults": { |
28 | | - "omniSharp": "1.32.8" |
| 28 | + "omniSharp": "1.32.10" |
29 | 29 | }, |
30 | 30 | "main": "./out/src/main", |
31 | 31 | "scripts": { |
|
149 | 149 | { |
150 | 150 | "id": "OmniSharp", |
151 | 151 | "description": "OmniSharp for Windows (.NET 4.6 / x86)", |
152 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/515dbb33-d644-4ba6-9ee4-8ca7227ab580/02621f196a581cb3062dbeab2ec28429/omnisharp-win-x86-1.32.8.zip", |
153 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.32.8.zip", |
154 | | - "installPath": ".omnisharp/1.32.8", |
| 152 | + "url": "https://download.visualstudio.microsoft.com/download/pr/ba24338c-d474-4f60-a343-e350f5a9c16d/368354f8a7f00e57ceff08f9c99f42b2/omnisharp-win-x86-1.32.10.zip", |
| 153 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.32.10.zip", |
| 154 | + "installPath": ".omnisharp/1.32.10", |
155 | 155 | "platforms": [ |
156 | 156 | "win32" |
157 | 157 | ], |
158 | 158 | "architectures": [ |
159 | 159 | "x86" |
160 | 160 | ], |
161 | | - "installTestPath": "./.omnisharp/1.32.8/OmniSharp.exe", |
162 | | - "platformId": "win-x86" |
| 161 | + "installTestPath": "./.omnisharp/1.32.10/OmniSharp.exe", |
| 162 | + "platformId": "win-x86", |
| 163 | + "integrity": "0CB2866619DC3C1F87C7676F7A4090A08EA84797E6F4D9FAA5D6D74408973A6E" |
163 | 164 | }, |
164 | 165 | { |
165 | 166 | "id": "OmniSharp", |
166 | 167 | "description": "OmniSharp for Windows (.NET 4.6 / x64)", |
167 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/515dbb33-d644-4ba6-9ee4-8ca7227ab580/bdfde5788994e381c9a3efe5777081bd/omnisharp-win-x64-1.32.8.zip", |
168 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.32.8.zip", |
169 | | - "installPath": ".omnisharp/1.32.8", |
| 168 | + "url": "https://download.visualstudio.microsoft.com/download/pr/ba24338c-d474-4f60-a343-e350f5a9c16d/d2cdb97c0357a1a1fbf76a71df0b5e95/omnisharp-win-x64-1.32.10.zip", |
| 169 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.32.10.zip", |
| 170 | + "installPath": ".omnisharp/1.32.10", |
170 | 171 | "platforms": [ |
171 | 172 | "win32" |
172 | 173 | ], |
173 | 174 | "architectures": [ |
174 | 175 | "x86_64" |
175 | 176 | ], |
176 | | - "installTestPath": "./.omnisharp/1.32.8/OmniSharp.exe", |
| 177 | + "installTestPath": "./.omnisharp/1.32.10/OmniSharp.exe", |
177 | 178 | "platformId": "win-x64", |
178 | | - "integrity": "74accabc25766f02c4cb0f8ea49abb447428ed86fc103fd549a5b778a39de82c" |
| 179 | + "integrity": "B2534D85933516C6DD2672C6700FA04EEF8E8BAC62E51246B0E92318445D65A9" |
179 | 180 | }, |
180 | 181 | { |
181 | 182 | "id": "OmniSharp", |
182 | 183 | "description": "OmniSharp for OSX", |
183 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/515dbb33-d644-4ba6-9ee4-8ca7227ab580/dcead54f3e2dcc736d0ca1cbfde2ad0c/omnisharp-osx-1.32.8.zip", |
184 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.32.8.zip", |
185 | | - "installPath": ".omnisharp/1.32.8", |
| 184 | + "url": "https://download.visualstudio.microsoft.com/download/pr/ba24338c-d474-4f60-a343-e350f5a9c16d/0a16a2698afb102bd08d22a55aa6ad76/omnisharp-osx-1.32.10.zip", |
| 185 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.32.10.zip", |
| 186 | + "installPath": ".omnisharp/1.32.10", |
186 | 187 | "platforms": [ |
187 | 188 | "darwin" |
188 | 189 | ], |
189 | 190 | "binaries": [ |
190 | 191 | "./mono.osx", |
191 | 192 | "./run" |
192 | 193 | ], |
193 | | - "installTestPath": "./.omnisharp/1.32.8/run", |
194 | | - "platformId": "osx" |
| 194 | + "installTestPath": "./.omnisharp/1.32.10/run", |
| 195 | + "platformId": "osx", |
| 196 | + "integrity": "4DBCD2590D27ED64625F5116A7C9EFA8774B100DBB18DB0B91109EF6E079EB80" |
195 | 197 | }, |
196 | 198 | { |
197 | 199 | "id": "OmniSharp", |
198 | 200 | "description": "OmniSharp for Linux (x86)", |
199 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/515dbb33-d644-4ba6-9ee4-8ca7227ab580/ac9dde43e4905a8481c35f557fe09502/omnisharp-linux-x86-1.32.8.zip", |
200 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.32.8.zip", |
201 | | - "installPath": ".omnisharp/1.32.8", |
| 201 | + "url": "https://download.visualstudio.microsoft.com/download/pr/ba24338c-d474-4f60-a343-e350f5a9c16d/0fa53ac7328b06c6ed3a361b901f4146/omnisharp-linux-x86-1.32.10.zip", |
| 202 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.32.10.zip", |
| 203 | + "installPath": ".omnisharp/1.32.10", |
202 | 204 | "platforms": [ |
203 | 205 | "linux" |
204 | 206 | ], |
|
210 | 212 | "./mono.linux-x86", |
211 | 213 | "./run" |
212 | 214 | ], |
213 | | - "installTestPath": "./.omnisharp/1.32.8/run", |
214 | | - "platformId": "linux-x86" |
| 215 | + "installTestPath": "./.omnisharp/1.32.10/run", |
| 216 | + "platformId": "linux-x86", |
| 217 | + "integrity": "3025730DAB15637B0D455F25D8E4F06022E3B713495FF0ABEF893CD54163D153" |
215 | 218 | }, |
216 | 219 | { |
217 | 220 | "id": "OmniSharp", |
218 | 221 | "description": "OmniSharp for Linux (x64)", |
219 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/515dbb33-d644-4ba6-9ee4-8ca7227ab580/ee3801c7083438b5e54fa7405662565a/omnisharp-linux-x64-1.32.8.zip", |
220 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.32.8.zip", |
221 | | - "installPath": ".omnisharp/1.32.8", |
| 222 | + "url": "https://download.visualstudio.microsoft.com/download/pr/ba24338c-d474-4f60-a343-e350f5a9c16d/cc763a525a343252f4126812a721d970/omnisharp-linux-x64-1.32.10.zip", |
| 223 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.32.10.zip", |
| 224 | + "installPath": ".omnisharp/1.32.10", |
222 | 225 | "platforms": [ |
223 | 226 | "linux" |
224 | 227 | ], |
|
229 | 232 | "./mono.linux-x86_64", |
230 | 233 | "./run" |
231 | 234 | ], |
232 | | - "installTestPath": "./.omnisharp/1.32.8/run", |
233 | | - "platformId": "linux-x64" |
| 235 | + "installTestPath": "./.omnisharp/1.32.10/run", |
| 236 | + "platformId": "linux-x64", |
| 237 | + "integrity": "8815DA35F84FEDFAF52EB1FBED1BA6CF3AD6F6AA5B7686817FA2A3F2A4E40E86" |
234 | 238 | }, |
235 | 239 | { |
236 | 240 | "id": "Debugger", |
|
0 commit comments