This commit is contained in:
saloui 2023-12-13 22:47:25 +01:00
parent cdf3162965
commit d6ca7826b6
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@ -652,7 +652,7 @@ try:
def open_file(self):
"""Opens code in vs code."""
path = request.args.get('path')
os.system("open "+path)
os.system("start "+path)
return {"output": "OK", "execution_time": 0}
def open_code_in_vs_code(self):

@ -1 +1 @@
Subproject commit b87a9509f167b476cfcca08c0b813b0df7c33c29
Subproject commit 474562bbc1ce07109d59d87c70c4427e1672c15e