misc cleanup

This commit is contained in:
ed 2022-12-01 21:44:31 +00:00
parent 5c30148be4
commit 0cef062084
5 changed files with 6 additions and 7 deletions

4
.vscode/launch.py vendored
View file

@ -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: