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