microsoft / vscode-flake8

Linting support for python using the flake8 library.
https://marketplace.visualstudio.com/items?itemName=ms-python.flake8
MIT License
40 stars 30 forks source link

Flake8 installation on Remote Extension Host fails with "certificate is not yet valid" #297

Open rmorett opened 7 months ago

rmorett commented 7 months ago

Hi, I would like to run flake8 on the remote Extension host but I have the message "certificate is not yet valid". How can I correct it ? Thanks ! image

karthiknadig commented 6 months ago

@rmorett You need to install the extension in the machine you are SSH-ing into. You can do that from the extensions view, make sure to install it into the remote.

karthiknadig commented 6 months ago

@lszomoru This is installation problem, it has nothing to do with extension itself. I am not sure what we can do here from the extension.

lszomoru commented 5 months ago

Adding @sandy081