Tyler Larson
Tyler Larson
On first run, CodeComplice prompted me with the following message in a modal dialog: > An existing Python rule definition exists, and codecomplice wants to overwrite it with its own...
VSCode: 1.88.1 PIO IDE: v3.3.3 ### Problem: * When installing the extension, PIO checks for a compatible Python installation * `[$HOME/.platformio/.cache/tmp/get-platformio-1.2.2.py', 'check', 'python']` * Part of that check ensures venv...
Spelling: `optimzed` -> `optimized` Consistency: `Import *` -> `Import "*"` For consistency with `Import "as"` and `Export "as"`. Also -- as-is it looks like `Import *` is just `Import` with...