Make it easier to create and edit DMFR files using Visual Studio Code.
Commands (access from the command palette):
Create new DMFR fileApply opinionated format to current DMFR file
Snippets (while editing a JSON file):
DMFR file: Create the base structure for a new Transitland Atlas DMFR file
To build the extension:
npm install -g @vscode/vsce
yarn run packageTo install the extension:
code --install-extension transitland-atlas-vscode-extension-0.0.2.vsixPerhaps in the future we'll publish this to the Visual Studio Code extension marketplace.