|
1 | 1 | { |
2 | 2 | "name": "csharp", |
3 | 3 | "publisher": "ms-vscode", |
4 | | - "version": "1.12.0-beta4", |
| 4 | + "version": "1.12.0-beta5", |
5 | 5 | "description": "C# for Visual Studio Code (powered by OmniSharp).", |
6 | 6 | "displayName": "C#", |
7 | 7 | "author": "Microsoft Corporation", |
|
67 | 67 | }, |
68 | 68 | "runtimeDependencies": [ |
69 | 69 | { |
70 | | - "description": "Mono Runtime (Linux / x86)", |
71 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/11004046/b55a892377b7f8157e3ab28a2f8a3a1f/mono.linux-x86-5.2.0.209.zip", |
72 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86-5.2.0.209.zip", |
73 | | - "installPath": "./bin", |
| 70 | + "description": "OmniSharp for Windows (.NET 4.6 / x86)", |
| 71 | + "url": "https://download.visualstudio.microsoft.com/download/pr/11071105/cbf554a87cbe90e7f290ce79398776bf/omnisharp-win-x86-1.23.1.zip", |
| 72 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.23.1.zip", |
| 73 | + "installPath": ".omnisharp", |
74 | 74 | "platforms": [ |
75 | | - "linux" |
| 75 | + "win32" |
76 | 76 | ], |
77 | 77 | "architectures": [ |
78 | 78 | "x86" |
79 | 79 | ], |
80 | | - "binaries": [ |
81 | | - "./mono.linux-x86", |
82 | | - "./run" |
83 | | - ], |
84 | | - "installTestPath": "./bin/mono.linux-x86" |
| 80 | + "installTestPath": "./.omnisharp/OmniSharp.exe" |
85 | 81 | }, |
86 | 82 | { |
87 | | - "description": "Mono Runtime (Linux / x64)", |
88 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/11004046/b55a892377b7f8157e3ab28a2f8a3a1f/mono.linux-x86_64-5.2.0.209.zip", |
89 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86_64-5.2.0.209.zip", |
90 | | - "installPath": "./bin", |
| 83 | + "description": "OmniSharp for Windows (.NET 4.6 / x64)", |
| 84 | + "url": "https://download.visualstudio.microsoft.com/download/pr/11071104/51b457cd47f5348658ce356d3e90c75c/omnisharp-win-x64-1.23.1.zip", |
| 85 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.23.1.zip", |
| 86 | + "installPath": ".omnisharp", |
91 | 87 | "platforms": [ |
92 | | - "linux" |
| 88 | + "win32" |
93 | 89 | ], |
94 | 90 | "architectures": [ |
95 | 91 | "x86_64" |
96 | 92 | ], |
97 | | - "binaries": [ |
98 | | - "./mono.linux-x86_64", |
99 | | - "./run" |
100 | | - ], |
101 | | - "installTestPath": "./bin/mono.linux-x86_64" |
| 93 | + "installTestPath": "./.omnisharp/OmniSharp.exe" |
102 | 94 | }, |
103 | 95 | { |
104 | | - "description": "Mono Runtime (macOS)", |
105 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/11004046/b55a892377b7f8157e3ab28a2f8a3a1f/mono.osx-5.2.0.209.zip", |
106 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/mono.osx-5.2.0.209.zip", |
107 | | - "installPath": "./bin", |
| 96 | + "description": "OmniSharp for OSX", |
| 97 | + "url": "https://download.visualstudio.microsoft.com/download/pr/11071103/4df6a2993b53c7ff89ce8e7f93ef5d15/omnisharp-osx-1.23.1.zip", |
| 98 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.23.1.zip", |
| 99 | + "installPath": ".omnisharp", |
108 | 100 | "platforms": [ |
109 | 101 | "darwin" |
110 | 102 | ], |
111 | 103 | "binaries": [ |
112 | 104 | "./mono.osx", |
113 | 105 | "./run" |
114 | 106 | ], |
115 | | - "installTestPath": "./bin/mono.osx" |
| 107 | + "installTestPath": "./.omnisharp/mono.osx" |
116 | 108 | }, |
117 | 109 | { |
118 | | - "description": "Mono Framework Assemblies", |
119 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/11004046/b55a892377b7f8157e3ab28a2f8a3a1f/framework-5.2.0.209.zip", |
120 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/framework-5.2.0.209.zip", |
121 | | - "installPath": "./bin/framework", |
| 110 | + "description": "OmniSharp for Linux (x86)", |
| 111 | + "url": "https://download.visualstudio.microsoft.com/download/pr/11071102/76070e75070ac32ed0f8cac1e753b21e/omnisharp-linux-x86-1.23.1.zip", |
| 112 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.23.1.zip", |
| 113 | + "installPath": ".omnisharp", |
122 | 114 | "platforms": [ |
123 | | - "darwin", |
124 | 115 | "linux" |
125 | 116 | ], |
126 | | - "installTestPath": "./bin/framework/mscorlib.dll" |
127 | | - }, |
128 | | - { |
129 | | - "description": "OmniSharp (.NET 4.6 / x86)", |
130 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/11004046/b55a892377b7f8157e3ab28a2f8a3a1f/omnisharp-win-x86-1.23.0-alpha1.zip", |
131 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.23.0-alpha1.zip", |
132 | | - "installPath": "./bin/omnisharp", |
133 | | - "platforms": [ |
134 | | - "win32" |
135 | | - ], |
136 | 117 | "architectures": [ |
137 | | - "x86" |
| 118 | + "x86", |
| 119 | + "i686" |
| 120 | + ], |
| 121 | + "binaries": [ |
| 122 | + "./mono.linux-x86", |
| 123 | + "./run" |
138 | 124 | ], |
139 | | - "installTestPath": "./bin/omnisharp/OmniSharp.exe" |
| 125 | + "installTestPath": "./.omnisharp/mono.linux-x86" |
140 | 126 | }, |
141 | 127 | { |
142 | | - "description": "OmniSharp (.NET 4.6 / x64)", |
143 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/11004046/b55a892377b7f8157e3ab28a2f8a3a1f/omnisharp-win-x64-1.23.0-alpha1.zip", |
144 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.23.0-alpha1.zip", |
145 | | - "installPath": "./bin/omnisharp", |
| 128 | + "description": "OmniSharp for Linux (x64)", |
| 129 | + "url": "https://download.visualstudio.microsoft.com/download/pr/11071101/d1308f9fa4e3dcf36eea1a1f731decd7/omnisharp-linux-x64-1.23.1.zip", |
| 130 | + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.23.1.zip", |
| 131 | + "installPath": ".omnisharp", |
146 | 132 | "platforms": [ |
147 | | - "win32" |
| 133 | + "linux" |
148 | 134 | ], |
149 | 135 | "architectures": [ |
150 | 136 | "x86_64" |
151 | 137 | ], |
152 | | - "installTestPath": "./bin/omnisharp/OmniSharp.exe" |
153 | | - }, |
154 | | - { |
155 | | - "description": "OmniSharp (Mono 4.6)", |
156 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/11004046/b55a892377b7f8157e3ab28a2f8a3a1f/omnisharp-mono-1.23.0-alpha1.zip", |
157 | | - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-mono-1.23.0-alpha1.zip", |
158 | | - "installPath": "./bin/omnisharp", |
159 | | - "platforms": [ |
160 | | - "darwin", |
161 | | - "linux" |
| 138 | + "binaries": [ |
| 139 | + "./mono.linux-x86_64", |
| 140 | + "./run" |
162 | 141 | ], |
163 | | - "installTestPath": "./bin/omnisharp/OmniSharp.exe" |
| 142 | + "installTestPath": "./.omnisharp/mono.linux-x86_64" |
164 | 143 | }, |
165 | 144 | { |
166 | 145 | "description": ".NET Core Debugger (Windows / x64)", |
|
0 commit comments