Skip to content

Commit

Permalink
pre-commit run -a
Browse files Browse the repository at this point in the history
  • Loading branch information
midays committed Apr 17, 2024
1 parent 084f09b commit 52509c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/models/IDE/VisualStudioCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 52509c2

Please sign in to comment.