mirror of
https://github.com/9001/copyparty.git
synced 2025-12-27 10:15:16 -05:00
misc cleanup
This commit is contained in:
4
.vscode/launch.py
vendored
4
.vscode/launch.py
vendored
@@ -11,15 +11,15 @@ import sys
|
||||
|
||||
print(sys.executable)
|
||||
|
||||
import json5
|
||||
import shlex
|
||||
import jstyleson
|
||||
import subprocess as sp
|
||||
|
||||
|
||||
with open(".vscode/launch.json", "r", encoding="utf-8") as f:
|
||||
tj = f.read()
|
||||
|
||||
oj = jstyleson.loads(tj)
|
||||
oj = json5.loads(tj)
|
||||
argv = oj["configurations"][0]["args"]
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user