Merge pull request #73392 from raulsntos/dotnet/vscode-open-solution
C#: Open the solution directory when using VSCode
This commit is contained in:
commit
5cb32d8476
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue