newdatasystems / vscode-foxpro

VSCode Extension for the Microsoft Visual Foxpro programming language
MIT License
20 stars 5 forks source link

Use the green INSTALL button instead of the download link... #3

Closed mattslay closed 5 years ago

mattslay commented 5 years ago

Attention everyone - be sure to use the green INSTALL button at the top of the Visual Studio Code Marketplace page, rather than the "download" link on the right side bar of that page. The INSTALL button will launch VS Code for you and to the install, whereas the download link downloads a VSIX file, but will give an error if you click on the VSIX to install it.

Follow these instructions to install the VSIX from the VS Code IDE: https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix

Here is the error you will get with if you just click on the downloaded VSIX file to launch it from Windows Explorer:

image

newdatasystems commented 5 years ago

That's funny. I never tried installing it from VSIX. What do you think is causing that error? Maybe I have a bad dependency in my package.json file.

mattslay commented 5 years ago

You can use the VSIX, but you have to do it from within VS Code, whereas with Visual Studio, a VSIX can be installed by double clicking on it.

newdatasystems commented 5 years ago

I added some text and your link to the README.md file