You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "OmniSharp for Linux (.NET 6, x64)",
300
+
"url": null,
301
+
"fallbackUrl": null,
302
+
"installPath": null,
303
+
"platforms": [
304
+
"linux"
305
+
],
306
+
"architectures": [
307
+
"x86_64"
308
+
],
309
+
"binaries": [
310
+
"./mono.linux-x86_64",
311
+
"./run"
312
+
],
313
+
"installTestPath": null,
314
+
"platformId": "linux-x64",
315
+
"isFramework": false,
316
+
"integrity": null
317
+
},
318
+
{
319
+
"id": "OmniSharp",
320
+
"description": "OmniSharp for Linux (Framework, arm64)",
220
321
"url": null,
221
322
"fallbackUrl": null,
222
323
"installPath": null,
@@ -232,7 +333,29 @@
232
333
],
233
334
"installTestPath": null,
234
335
"platformId": "linux-arm64",
235
-
"integrity": null
336
+
"integrity": null,
337
+
"isFramework": true
338
+
},
339
+
{
340
+
"id": "OmniSharp",
341
+
"description": "OmniSharp for Linux (.NET 6, arm64)",
342
+
"url": null,
343
+
"fallbackUrl": null,
344
+
"installPath": null,
345
+
"platforms": [
346
+
"linux"
347
+
],
348
+
"architectures": [
349
+
"arm64"
350
+
],
351
+
"binaries": [
352
+
"./mono.linux-arm64",
353
+
"./run"
354
+
],
355
+
"installTestPath": null,
356
+
"platformId": "linux-arm64",
357
+
"integrity": null,
358
+
"isFramework": false
236
359
},
237
360
{
238
361
"id": "Debugger",
@@ -742,6 +865,13 @@
742
865
"scope": "machine",
743
866
"description": "Specifies the path to OmniSharp. When left empty the OmniSharp version pinned to the C# Extension is used. This can be the absolute path to an OmniSharp executable, a specific version number, or \"latest\". If a version number or \"latest\" is specified, the appropriate version of OmniSharp will be downloaded on your behalf. Setting \"latest\" is an opt-in into latest beta releases of OmniSharp."
744
867
},
868
+
"omnisharp.useModernNet": {
869
+
"type": "boolean",
870
+
"default": "false",
871
+
"scope": "window",
872
+
"title": "Use .NET 6 build of OmniSharp (experimental)",
873
+
"description": "Use OmniSharp build for .NET 6. This version _does not_ support non-SDK-style .NET Framework projects, including Unity. SDK-style Framework, .NET Core, and .NET 5+ projects should see significant performance improvements, but there may still be bugs. Please open issues if you find any bugs."
0 commit comments