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
Copy file name to clipboardExpand all lines: package.json
+5-20Lines changed: 5 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@
97
97
"@types/unzipper": "^0.9.1",
98
98
"@types/vscode": "1.65.0",
99
99
"@types/yauzl": "2.9.1",
100
+
"@vscode/test-electron": "2.1.3",
100
101
"archiver": "5.3.0",
101
102
"chai": "4.3.4",
102
103
"chai-arrays": "2.2.0",
@@ -121,7 +122,6 @@
121
122
"typescript": "4.2.4",
122
123
"unzipper": "0.10.11",
123
124
"vsce": "1.100.2",
124
-
"vscode-test": "1.6.1",
125
125
"webpack": "5.34.0",
126
126
"webpack-cli": "4.6.0"
127
127
},
@@ -921,30 +921,15 @@
921
921
},
922
922
"omnisharp.useModernNet": {
923
923
"type": "boolean",
924
-
"default": false,
924
+
"default": true,
925
925
"scope": "window",
926
-
"title": "Use .NET 6 build of OmniSharp (experimental)",
927
-
"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."
928
-
},
929
-
"omnisharp.useGlobalMono": {
930
-
"type": "string",
931
-
"default": "auto",
932
-
"enum": [
933
-
"auto",
934
-
"always",
935
-
"never"
936
-
],
937
-
"enumDescriptions": [
938
-
"Automatically launch OmniSharp with internal \"mono\", since \"mono\" 6.12.0 does not support .NET Core 3.1.40x or .NET 5 SDKs.",
939
-
"Always launch OmniSharp with \"mono\". If version 6.4.0 or greater is not available on the PATH, an error will be printed.",
940
-
"Never launch OmniSharp on a globally-installed Mono."
941
-
],
942
-
"description": "Launch OmniSharp with the globally-installed Mono. If set to \"always\", \"mono\" version 6.4.0 or greater must be available on the PATH. If set to \"auto\", OmniSharp will be launched with \"mono\" if version 6.4.0 or greater is available on the PATH."
926
+
"title": "Use .NET 6 build of OmniSharp",
927
+
"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."
943
928
},
944
929
"omnisharp.monoPath": {
945
930
"type": "string",
946
931
"scope": "machine",
947
-
"description": "Specifies the path to a mono installation to use when \"useGlobalMono\" is set to \"always\", instead of the default system one. Example: \"/Library/Frameworks/Mono.framework/Versions/Current\""
932
+
"description": "Specifies the path to a mono installation to use when \"useModernNet\" is set to false, instead of the default system one. Example: \"/Library/Frameworks/Mono.framework/Versions/Current\""
0 commit comments