|
1 | 1 | {
|
2 | 2 | "name": "csharp",
|
3 | 3 | "publisher": "ms-dotnettools",
|
4 |
| - "version": "1.23.12", |
| 4 | + "version": "1.23.13", |
5 | 5 | "description": "C# for Visual Studio Code (powered by OmniSharp).",
|
6 | 6 | "displayName": "C#",
|
7 | 7 | "author": "Microsoft Corporation",
|
|
35 | 35 | }
|
36 | 36 | },
|
37 | 37 | "defaults": {
|
38 |
| - "omniSharp": "1.37.10", |
| 38 | + "omniSharp": "1.37.11", |
39 | 39 | "razor": "6.0.0-preview.5.21271.1"
|
40 | 40 | },
|
41 | 41 | "main": "./dist/extension",
|
|
92 | 92 | "@types/semver": "5.5.0",
|
93 | 93 | "@types/tmp": "0.0.33",
|
94 | 94 | "@types/unzipper": "^0.9.1",
|
95 |
| - "@types/vscode": "1.53.0", |
| 95 | + "@types/vscode": "1.57.0", |
96 | 96 | "@types/yauzl": "2.9.1",
|
97 | 97 | "archiver": "5.3.0",
|
98 | 98 | "chai": "4.3.4",
|
|
126 | 126 | {
|
127 | 127 | "id": "OmniSharp",
|
128 | 128 | "description": "OmniSharp for Windows (.NET 4.6 / x86)",
|
129 |
| - "url": "https://download.visualstudio.microsoft.com/download/pr/c330c5bf-aa2e-43f6-ae59-d9e5274a0741/6ab5c4c22325946cca0653b2035c7af6/omnisharp-win-x86-1.37.10.zip", |
130 |
| - "fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.10/omnisharp-win-x86-1.37.10.zip", |
131 |
| - "installPath": ".omnisharp/1.37.10", |
| 129 | + "url": "https://download.visualstudio.microsoft.com/download/pr/af91f196-4d66-4263-995b-463056b536ab/708153288283687c692e6a8ace64ba5d/omnisharp-win-x86-1.37.11.zip", |
| 130 | + "fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.11/omnisharp-win-x86-1.37.11.zip", |
| 131 | + "installPath": ".omnisharp/1.37.11", |
132 | 132 | "platforms": [
|
133 | 133 | "win32"
|
134 | 134 | ],
|
135 | 135 | "architectures": [
|
136 | 136 | "x86"
|
137 | 137 | ],
|
138 |
| - "installTestPath": "./.omnisharp/1.37.10/OmniSharp.exe", |
| 138 | + "installTestPath": "./.omnisharp/1.37.11/OmniSharp.exe", |
139 | 139 | "platformId": "win-x86",
|
140 |
| - "integrity": "631743A52EBAE569E717C829BEB0F0F3C48743D896FDB2E5F13DA7EC818DD480" |
| 140 | + "integrity": "C7C816D2AF6214102A867F3089C7ABB44CE5464B0F675AF074C76EBEFFD05AEA" |
141 | 141 | },
|
142 | 142 | {
|
143 | 143 | "id": "OmniSharp",
|
144 | 144 | "description": "OmniSharp for Windows (.NET 4.6 / x64)",
|
145 |
| - "url": "https://download.visualstudio.microsoft.com/download/pr/c330c5bf-aa2e-43f6-ae59-d9e5274a0741/36b11846b33ff828daf09a85d86f6867/omnisharp-win-x64-1.37.10.zip", |
146 |
| - "fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.10/omnisharp-win-x64-1.37.10.zip", |
147 |
| - "installPath": ".omnisharp/1.37.10", |
| 145 | + "url": "https://download.visualstudio.microsoft.com/download/pr/af91f196-4d66-4263-995b-463056b536ab/6644e2c58c93bc4c67e846ceea47eab0/omnisharp-win-x64-1.37.11.zip", |
| 146 | + "fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.11/omnisharp-win-x64-1.37.11.zip", |
| 147 | + "installPath": ".omnisharp/1.37.11", |
148 | 148 | "platforms": [
|
149 | 149 | "win32"
|
150 | 150 | ],
|
151 | 151 | "architectures": [
|
152 | 152 | "x86_64"
|
153 | 153 | ],
|
154 |
| - "installTestPath": "./.omnisharp/1.37.10/OmniSharp.exe", |
| 154 | + "installTestPath": "./.omnisharp/1.37.11/OmniSharp.exe", |
155 | 155 | "platformId": "win-x64",
|
156 |
| - "integrity": "FB945A13F4A7514A0AFCECDFBD4941E2E2D79CF94C8938C89AA8CA1D8CC74FB4" |
| 156 | + "integrity": "8B534A7A4A756E4EC09ECABE771BCBE8AE312070B3AA78B42F187ADFEC44C341" |
157 | 157 | },
|
158 | 158 | {
|
159 | 159 | "id": "OmniSharp",
|
160 | 160 | "description": "OmniSharp for OSX",
|
161 |
| - "url": "https://download.visualstudio.microsoft.com/download/pr/c330c5bf-aa2e-43f6-ae59-d9e5274a0741/73e0f5e02297e2bde431c3260af009d5/omnisharp-osx-1.37.10.zip", |
162 |
| - "fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.10/omnisharp-osx-1.37.10.zip", |
163 |
| - "installPath": ".omnisharp/1.37.10", |
| 161 | + "url": "https://download.visualstudio.microsoft.com/download/pr/af91f196-4d66-4263-995b-463056b536ab/1e6ff3628ffa5f0506e40681efab9dc2/omnisharp-osx-1.37.11.zip", |
| 162 | + "fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.11/omnisharp-osx-1.37.11.zip", |
| 163 | + "installPath": ".omnisharp/1.37.11", |
164 | 164 | "platforms": [
|
165 | 165 | "darwin"
|
166 | 166 | ],
|
167 | 167 | "binaries": [
|
168 | 168 | "./mono.osx",
|
169 | 169 | "./run"
|
170 | 170 | ],
|
171 |
| - "installTestPath": "./.omnisharp/1.37.10/run", |
| 171 | + "installTestPath": "./.omnisharp/1.37.11/run", |
172 | 172 | "platformId": "osx",
|
173 |
| - "integrity": "E7ABDFF23F590999D227FCDA7A8FD2345773DB20343B276A36C2DC7A7D6C0996" |
| 173 | + "integrity": "F44E6289A4AC4176B08FF76FBC089EC1E5EF33935878B00F63921B7238E3FCB9" |
174 | 174 | },
|
175 | 175 | {
|
176 | 176 | "id": "OmniSharp",
|
177 | 177 | "description": "OmniSharp for Linux (x86)",
|
178 |
| - "url": "https://download.visualstudio.microsoft.com/download/pr/c330c5bf-aa2e-43f6-ae59-d9e5274a0741/796c7a02ddab5b8eb9556722b0e60f03/omnisharp-linux-x86-1.37.10.zip", |
179 |
| - "fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.10/omnisharp-linux-x86-1.37.10.zip", |
180 |
| - "installPath": ".omnisharp/1.37.10", |
| 178 | + "url": "https://download.visualstudio.microsoft.com/download/pr/af91f196-4d66-4263-995b-463056b536ab/38f3ae1091fa7fcfcdb3f053f18ec2cd/omnisharp-linux-x86-1.37.11.zip", |
| 179 | + "fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.11/omnisharp-linux-x86-1.37.11.zip", |
| 180 | + "installPath": ".omnisharp/1.37.11", |
181 | 181 | "platforms": [
|
182 | 182 | "linux"
|
183 | 183 | ],
|
|
189 | 189 | "./mono.linux-x86",
|
190 | 190 | "./run"
|
191 | 191 | ],
|
192 |
| - "installTestPath": "./.omnisharp/1.37.10/run", |
| 192 | + "installTestPath": "./.omnisharp/1.37.11/run", |
193 | 193 | "platformId": "linux-x86",
|
194 |
| - "integrity": "19137B44AAA09E571E7978A830CCD0D57071D709EC1B4BFA0A51A28503C7AEF3" |
| 194 | + "integrity": "09245FCD0FCD79E2D6AEB5113AA7FFDB5E082B830C18EAB4647C5363F757C967" |
195 | 195 | },
|
196 | 196 | {
|
197 | 197 | "id": "OmniSharp",
|
198 | 198 | "description": "OmniSharp for Linux (x64)",
|
199 |
| - "url": "https://download.visualstudio.microsoft.com/download/pr/c330c5bf-aa2e-43f6-ae59-d9e5274a0741/abbdf147583dfbcf108ae3925f175f30/omnisharp-linux-x64-1.37.10.zip", |
200 |
| - "fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.10/omnisharp-linux-x64-1.37.10.zip", |
201 |
| - "installPath": ".omnisharp/1.37.10", |
| 199 | + "url": "https://download.visualstudio.microsoft.com/download/pr/af91f196-4d66-4263-995b-463056b536ab/5d7959540d6bbcadb8c62ed029666b50/omnisharp-linux-x64-1.37.11.zip", |
| 200 | + "fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.11/omnisharp-linux-x64-1.37.11.zip", |
| 201 | + "installPath": ".omnisharp/1.37.11", |
202 | 202 | "platforms": [
|
203 | 203 | "linux"
|
204 | 204 | ],
|
|
209 | 209 | "./mono.linux-x86_64",
|
210 | 210 | "./run"
|
211 | 211 | ],
|
212 |
| - "installTestPath": "./.omnisharp/1.37.10/run", |
| 212 | + "installTestPath": "./.omnisharp/1.37.11/run", |
213 | 213 | "platformId": "linux-x64",
|
214 |
| - "integrity": "A7430DFA0C41853958B199B7F96DEF1E6D0086B9E130063CC1388BA1AD2A178B" |
| 214 | + "integrity": "C04B2C4F5881E5AEDCBD7E13C650153BD405B881EA341C996BFDE729EE00058E" |
215 | 215 | },
|
216 | 216 | {
|
217 | 217 | "id": "Debugger",
|
|
381 | 381 | }
|
382 | 382 | ],
|
383 | 383 | "engines": {
|
384 |
| - "vscode": "^1.53.0" |
| 384 | + "vscode": "^1.57.0" |
385 | 385 | },
|
386 | 386 | "activationEvents": [
|
387 | 387 | "onDebugInitialConfigurations",
|
|
399 | 399 | "onCommand:csharp.downloadDebugger",
|
400 | 400 | "onCommand:csharp.listProcess",
|
401 | 401 | "onCommand:csharp.listRemoteProcess",
|
| 402 | + "onCommand:csharp.listRemoteDockerProcess", |
402 | 403 | "onCommand:omnisharp.registerLanguageMiddleware",
|
403 | 404 | "workspaceContains:project.json",
|
404 | 405 | "workspaceContains:*.csproj",
|
|
979 | 980 | "title": "List processes on remote connection for attach",
|
980 | 981 | "category": "CSharp"
|
981 | 982 | },
|
| 983 | + { |
| 984 | + "command": "csharp.listRemoteDockerProcess", |
| 985 | + "title": "List processes on Docker connection", |
| 986 | + "category": "CSharp" |
| 987 | + }, |
982 | 988 | {
|
983 | 989 | "command": "csharp.reportIssue",
|
984 | 990 | "title": "Report an issue",
|
|
1046 | 1052 | {
|
1047 | 1053 | "type": "coreclr",
|
1048 | 1054 | "label": ".NET Core",
|
| 1055 | + "languages": [ |
| 1056 | + "csharp", |
| 1057 | + "razor", |
| 1058 | + "qsharp", |
| 1059 | + "aspnetcorerazor" |
| 1060 | + ], |
1049 | 1061 | "variables": {
|
1050 | 1062 | "pickProcess": "csharp.listProcess",
|
1051 |
| - "pickRemoteProcess": "csharp.listRemoteProcess" |
| 1063 | + "pickRemoteProcess": "csharp.listRemoteProcess", |
| 1064 | + "pickRemoteDockerProcess": "csharp.listRemoteDockerProcess" |
1052 | 1065 | },
|
1053 | 1066 | "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
1054 | 1067 | "configurationAttributes": {
|
|
2145 | 2158 | {
|
2146 | 2159 | "type": "clr",
|
2147 | 2160 | "label": ".NET",
|
| 2161 | + "languages": [ |
| 2162 | + "csharp", |
| 2163 | + "razor", |
| 2164 | + "qsharp", |
| 2165 | + "aspnetcorerazor" |
| 2166 | + ], |
2148 | 2167 | "variables": {
|
2149 | 2168 | "pickProcess": "csharp.listProcess",
|
2150 |
| - "pickRemoteProcess": "csharp.listRemoteProcess" |
| 2169 | + "pickRemoteProcess": "csharp.listRemoteProcess", |
| 2170 | + "pickRemoteDockerProcess": "csharp.listRemoteDockerProcess" |
2151 | 2171 | },
|
2152 | 2172 | "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
2153 | 2173 | "configurationAttributes": {
|
|
0 commit comments