DEV Community

Discussion on: Speed up your development with this new VS Code extension

Collapse
 
lakshmigandh profile image
lakshmigandh • Edited

As I see from the description, it requires some config files to be downloaded.

Can you describe in few steps how to install this extension (For React, Redux) in offline/portable mode. I've to move them from an Internet machine to an Non-Internet machine

Collapse
 
alex_barashkov profile image
Alex Barashkov

Basically to make it work offline you just need to install the extension first time somewhere with internet, it will fetch all snippets for your project and add them to .vscode/snipsnap.code-snippets file.You can then commit to your repository and use anywhere without internet connection.