Novom Extension Pack is a project that bundles our preferred VS Code extensions for developing Javascript applications.
- Node v10.15 (it is recommended to install it via NVM)
- vsce Visual Studio Code Extensions CLI
- Yeoman
- generator-code VS Code Extension generator for Yeoman
- Find the extension's package name located next to its display name in the VSCode Extensions Marketplace.
- Edit the
extensionPack
entries located inpackage.json
.
- From the project's root directory, run
vsce package
. - Voila! A fresh
novom-extension-pack-*.*.*.vsix
file has been generated.
- Navigate to your Visual Studio Code extension tab.
- Open the additional options menu (...) and select
Install from VSIX...
.
- Press F1 and type
spell
- Select
Enable/Disable French Spell Checker Dictionary
Never commit directly on master, instead use branches and pull requests.
Once approved, a Pull request is merged in master
by its author. Also, it must be squashed before merging,
either manually or using GitHub's Squash and merge
feature.