curdeveryday / vscode-m5stack-mpy

A extension to mange files for M5Stack micropython system
MIT License
32 stars 14 forks source link

Updated to use node-usb-native, updated to latest vscode version #8

Closed jarl-dk closed 3 years ago

jarl-dk commented 3 years ago

This fixes issue #6 and #7

curdeveryday commented 3 years ago

Have you verified it worked? It doesn't work in my vscode. It still warn the mismatch. image image

jarl-dk commented 3 years ago

@curdeveryday I have verified it working on the latest vscode (built from source), which vscode version are you using? Can you attach an image with the version dialog?

jarl-dk commented 3 years ago

you should ensure

git clean -fdX
yarn cache clean
yarn

And then open the folder from a recent vscode.

curdeveryday commented 3 years ago

Okay, it works now.Thanks.