Merge pull request #73392 from raulsntos/dotnet/vscode-open-solution

C#: Open the solution directory when using VSCode
This commit is contained in:
Rémi Verschelde 2023-02-16 18:34:34 +01:00
commit 5cb32d8476
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -272,8 +272,7 @@ namespace GodotTools
}
}
string resourcePath = ProjectSettings.GlobalizePath("res://");
args.Add(resourcePath);
args.Add(Path.GetDirectoryName(GodotSharpDirs.ProjectSlnPath));
string scriptPath = ProjectSettings.GlobalizePath(script.ResourcePath);