diff --git a/src/models/IDE/VisualStudioCode.py b/src/models/IDE/VisualStudioCode.py index 11799bb..78b3395 100644 --- a/src/models/IDE/VisualStudioCode.py +++ b/src/models/IDE/VisualStudioCode.py @@ -23,8 +23,7 @@ def __init__(self): super().__init__() def open_application(self, vscode_path, default_application): - subprocess.run(f'{vscode_path} {default_application}', shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) - + subprocess.run(f"{vscode_path} {default_application}", shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) def cmd_palette_exec_command(self, command: VSCodeCommandEnum): """