Skip to content

novom/vscode-extension-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Novom Extension Pack

Novom Extension Pack is a project that bundles our preferred VS Code extensions for developing Javascript applications.

Prerequisites

  • 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

How To

Make a change to the included extensions

  • Find the extension's package name located next to its display name in the VSCode Extensions Marketplace.
  • Edit the extensionPack entries located in package.json.

Bundle the extension pack

  • From the project's root directory, run vsce package.
  • Voila! A fresh novom-extension-pack-*.*.*.vsix file has been generated.

Install the extension pack

  • Navigate to your Visual Studio Code extension tab.
  • Open the additional options menu (...) and select Install from VSIX....

Toggle French spell checking

  • Press F1 and type spell
  • Select Enable/Disable French Spell Checker Dictionary

Contributing

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.

Relevant Documentation