Warning
This is purely a testbed for trying out ideas for VS Code Extensions. Consider this experimental and not for production use.
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
For those using nvm, simply run the following command to install the required version of NodeJS:
nvm use
From a terminal, where you have cloned the repository, execute the following command to install the required dependencies:
yarn install
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux). - Toggle preview (
Shift+Cmd+V
on macOS orShift+Ctrl+V
on Windows and Linux). - Press
Ctrl+Space
(Windows, Linux, macOS) to see a list of Markdown snippets.