|
1 | 1 | { |
2 | 2 | "name": "csharp", |
3 | 3 | "publisher": "ms-vscode", |
4 | | - "version": "1.16.0", |
| 4 | + "version": "1.16.1-beta1", |
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.4" |
| 28 | + "omniSharp": "1.32.5" |
29 | 29 | }, |
30 | 30 | "main": "./out/src/main", |
31 | 31 | "scripts": { |
|
142 | 142 | "runtimeDependencies": [ |
143 | 143 | { |
144 | 144 | "description": "OmniSharp for Windows (.NET 4.6 / x86)", |
145 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/5cfb43f3-8745-4a97-bd19-faac08bd48cc/26d01e91b109731dd7220f2d65286b2e/omnisharp-win-x86-1.32.4.zip", |
146 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.32.4.zip", |
147 | | - "installPath": ".omnisharp/1.32.4", |
| 145 | + "url": "https://download.visualstudio.microsoft.com/download/pr/2d0621db-a58d-420b-8bb3-64f0d4ce2d0f/16ed60ed76dc96d41215120448bd7ffd/omnisharp-win-x86-1.32.5.zip", |
| 146 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.32.5.zip", |
| 147 | + "installPath": ".omnisharp/1.32.5", |
148 | 148 | "platforms": [ |
149 | 149 | "win32" |
150 | 150 | ], |
151 | 151 | "architectures": [ |
152 | 152 | "x86" |
153 | 153 | ], |
154 | | - "installTestPath": "./.omnisharp/1.32.4/OmniSharp.exe", |
| 154 | + "installTestPath": "./.omnisharp/1.32.5/OmniSharp.exe", |
155 | 155 | "platformId": "win-x86" |
156 | 156 | }, |
157 | 157 | { |
158 | 158 | "description": "OmniSharp for Windows (.NET 4.6 / x64)", |
159 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/5cfb43f3-8745-4a97-bd19-faac08bd48cc/fbfdb2d4a588fb23b630c1244c901930/omnisharp-win-x64-1.32.4.zip", |
160 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.32.4.zip", |
161 | | - "installPath": ".omnisharp/1.32.4", |
| 159 | + "url": "https://download.visualstudio.microsoft.com/download/pr/2d0621db-a58d-420b-8bb3-64f0d4ce2d0f/85523e235f069fb66a74248277c20d6f/omnisharp-win-x64-1.32.5.zip", |
| 160 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.32.5.zip", |
| 161 | + "installPath": ".omnisharp/1.32.5", |
162 | 162 | "platforms": [ |
163 | 163 | "win32" |
164 | 164 | ], |
165 | 165 | "architectures": [ |
166 | 166 | "x86_64" |
167 | 167 | ], |
168 | | - "installTestPath": "./.omnisharp/1.32.4/OmniSharp.exe", |
| 168 | + "installTestPath": "./.omnisharp/1.32.5/OmniSharp.exe", |
169 | 169 | "platformId": "win-x64" |
170 | 170 | }, |
171 | 171 | { |
172 | 172 | "description": "OmniSharp for OSX", |
173 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/5cfb43f3-8745-4a97-bd19-faac08bd48cc/cffcd2dd06cce24cd0ca9ba06e936081/omnisharp-osx-1.32.4.zip", |
174 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.32.4.zip", |
175 | | - "installPath": ".omnisharp/1.32.4", |
| 173 | + "url": "https://download.visualstudio.microsoft.com/download/pr/2d0621db-a58d-420b-8bb3-64f0d4ce2d0f/fe463938be2ba0db657ec61e6ac85594/omnisharp-osx-1.32.5.zip", |
| 174 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.32.5.zip", |
| 175 | + "installPath": ".omnisharp/1.32.5", |
176 | 176 | "platforms": [ |
177 | 177 | "darwin" |
178 | 178 | ], |
179 | 179 | "binaries": [ |
180 | 180 | "./mono.osx", |
181 | 181 | "./run" |
182 | 182 | ], |
183 | | - "installTestPath": "./.omnisharp/1.32.4/run", |
| 183 | + "installTestPath": "./.omnisharp/1.32.5/run", |
184 | 184 | "platformId": "osx" |
185 | 185 | }, |
186 | 186 | { |
187 | 187 | "description": "OmniSharp for Linux (x86)", |
188 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/5cfb43f3-8745-4a97-bd19-faac08bd48cc/9e3446355c86e33eccaf9bee4a829664/omnisharp-linux-x86-1.32.4.zip", |
189 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.32.4.zip", |
190 | | - "installPath": ".omnisharp/1.32.4", |
| 188 | + "url": "https://download.visualstudio.microsoft.com/download/pr/2d0621db-a58d-420b-8bb3-64f0d4ce2d0f/2623da5b8261bcc4987fb033cbe75431/omnisharp-linux-x86-1.32.5.zip", |
| 189 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.32.5.zip", |
| 190 | + "installPath": ".omnisharp/1.32.5", |
191 | 191 | "platforms": [ |
192 | 192 | "linux" |
193 | 193 | ], |
|
199 | 199 | "./mono.linux-x86", |
200 | 200 | "./run" |
201 | 201 | ], |
202 | | - "installTestPath": "./.omnisharp/1.32.4/run", |
| 202 | + "installTestPath": "./.omnisharp/1.32.5/run", |
203 | 203 | "platformId": "linux-x86" |
204 | 204 | }, |
205 | 205 | { |
206 | 206 | "description": "OmniSharp for Linux (x64)", |
207 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/5cfb43f3-8745-4a97-bd19-faac08bd48cc/ed79a6e13c7d2b0e302973d8641884c9/omnisharp-linux-x64-1.32.4.zip", |
208 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.32.4.zip", |
209 | | - "installPath": ".omnisharp/1.32.4", |
| 207 | + "url": "https://download.visualstudio.microsoft.com/download/pr/2d0621db-a58d-420b-8bb3-64f0d4ce2d0f/e08e78a5a7427b87a3a5de8a361736e0/omnisharp-linux-x64-1.32.5.zip", |
| 208 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.32.5.zip", |
| 209 | + "installPath": ".omnisharp/1.32.5", |
210 | 210 | "platforms": [ |
211 | 211 | "linux" |
212 | 212 | ], |
|
217 | 217 | "./mono.linux-x86_64", |
218 | 218 | "./run" |
219 | 219 | ], |
220 | | - "installTestPath": "./.omnisharp/1.32.4/run", |
| 220 | + "installTestPath": "./.omnisharp/1.32.5/run", |
221 | 221 | "platformId": "linux-x64" |
222 | 222 | }, |
223 | 223 | { |
|
0 commit comments