-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to contribute to local development #20
Comments
I guess that's because you already had the extensions installed before you did the local build. I think if you uninstall the extension from the store first, and then invoke the |
I have tried that: I removed all the files that are inline in the screenshot above and kept only the |
You should remove the entire |
the |
if you think that'd solve the problem, feel free to create a PR with such change. |
I was struggling to get the extension to show up in "Extensions" application.
That's because when running
npm run build
andnpm run linkdist
, a symlink todist
is created as shown in the image below BUT thedist
files need to put into this directory directly like shown too:Long story short: instead of symlinking the
dist
folder over as a whole, it might be better to just copy the contents of thedist
folder over and overwrite any files already existing in the extensions directory.The text was updated successfully, but these errors were encountered: