Generate Visual Studio solution files for VSCode solutions

This commit is contained in:
GoaLitiuM
2021-03-02 17:37:19 +02:00
parent 8ccb4f5857
commit 9f1c55edce
2 changed files with 17 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ namespace FlaxEditor.Modules.SourceCodeEditing
switch (Type)
{
case CodeEditorTypes.VSCodeInsiders:
case CodeEditorTypes.VSCode: return "-vscode";
case CodeEditorTypes.VSCode: return "-vscode -vs2019";
case CodeEditorTypes.Rider: return "-vs2019";
default: return null;
}