Skip to content

Commit d5cea1f

Browse files
deathaxerwols
authored andcommitted
Remove obsolete environment variables
With .NET 6 based OmniSharp FrameworkPathOverride now targets to invalid path causing various system assemblies not being found on Windows.
1 parent db4a885 commit d5cea1f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

LSP-OmniSharp.sublime-settings

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"selector": "source.cs | source.cake",
3-
"env": {
4-
// TODO: Is this necessary on Windows/Linux?
5-
"FrameworkPathOverride": "${storage_path}/LSP-OmniSharp/.msbuild/Current"
6-
},
73
"settings": {
84
// The name of the default solution used at start up if the repo has multiple solutions.
95
// e.g.'MyAwesomeSolution.sln'. Default value is `null` which will cause the first in

0 commit comments

Comments
 (0)