json.decoder.JSONDecodeError: Expecting value: line 4 column 22 (char 61). The moment I load the configuration file, it stops with this single line. Even though it tells me the location as "line 4 ...
NEW: Thonny now runs in single instance mode. Previously, when you opened a py file with Thonny, a new Thonny instance (window) was created even if an instance existed already. This became nuisance if ...