Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 580 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 580 Bytes

Container Script

Firefox Addon for programmatically assigning URLs to containers.

Install

https://addons.mozilla.org/en-CA/firefox/addon/container-script/

Screenshot

Build

npm ci
npm run build:monaco
npm run package

Local Development

  • Open firefox to about:debugging#/runtime/this-firefox
  • Click "Load Temporary Add-on..."
  • Select the dist/manifest.json file.

Notes

We're forced to vendor the monaco-editor repository until the following PR is merged: microsoft/monaco-editor#4765