DavesCodeMusings / mpremote-vscode

Visual Studio Code extension for mpremote Python module
BSD 2-Clause "Simplified" License
11 stars 1 forks source link

Spaces in file / dir names cause problems with some commands #10

Closed DavesCodeMusings closed 11 months ago

DavesCodeMusings commented 11 months ago

Path variables in mpremote.ts need quoting. E.G. ${localPath} becomes '${localPath}' and ${remotePath} becomes '${remotePath}'

DavesCodeMusings commented 11 months ago

Fixed in 1.20.19