Fix code style
This commit is contained in:
@@ -71,9 +71,8 @@ namespace FlaxEditor.Modules.SourceCodeEditing
|
||||
{
|
||||
switch (Type)
|
||||
{
|
||||
case CodeEditorTypes.VSCodeInsiders:
|
||||
case CodeEditorTypes.VSCode:
|
||||
return "-vscode";
|
||||
case CodeEditorTypes.VSCodeInsiders:
|
||||
case CodeEditorTypes.VSCode: return "-vscode";
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
|
||||
VisualStudioCodeEditor::VisualStudioCodeEditor(const String& execPath, const bool isInsiders)
|
||||
: _execPath(execPath)
|
||||
, _isInsiders(isInsiders)
|
||||
, _workspacePath(Globals::ProjectFolder / Editor::Project->Name + TEXT(".code-workspace"))
|
||||
, _isInsiders(isInsiders)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user