Firefox Addon for programmatically assigning URLs to containers.
https://addons.mozilla.org/en-CA/firefox/addon/container-script/
npm ci
npm run build:monaco
npm run package
- Open firefox to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on..."
- Select the
dist/manifest.json
file.
We're forced to vendor the monaco-editor repository until the following PR is merged: microsoft/monaco-editor#4765