Skip to content

SFDO-Community-Sprints/osc-vscode-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This extension pack will make VS Code easier to use for contributors to Open Source Commons projects by adding helpful formatting, editing, and usability features.

The extension pack will "stick" with VS Code regardless of the Repo you are working in.

Installation

(Go to the VS Code Marketplace)[https://marketplace.visualstudio.com/items?itemName=SalesforceOrgOpenSourceCommons.open-source-commons] and click Install.

Development

To make changes to this extension pack:

  • Clone the repo
  • Make your changes.
  • Install vsce (the CLI tool for managing VS Code extensions):
    $ npm install -g vsce
  • Build the extension file:
    $ vsce package