This commit is contained in:
tong 2021-09-01 00:19:11 +02:00
parent 4f3c9849c4
commit ed69424289

View file

@ -782,7 +782,7 @@ def open_editor(hx_path=None,line=None,pos=None):
args += ['--project', subl_project_path]
args.append('--add')
args.append(hx_path)
elif editor == 'code'or ide_bin == 'code' or editor == 'kodestudio':
elif editor == 'code' or editor == 'kodestudio':
args.append('--goto')
goto = hx_path
if line != None: goto += ":"+line