-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
command 'extension.snipsnap_activate' not found #17
Comments
I'm experiencing the same issue. VS Code v1.14.2 |
Currently there is only one activation event that triggers this ext: workspace should contain |
@bolotskydev Thanks for getting back to me. I created a new project (and it has a |
@bolotskydev Yes, in fact it contains multiples. Maybe that's the problem, creating a project with just on package.json in the root works fine. A mono-repo with many does not. Even a mono-repo with one package.json that it not in the root does not work. |
building microservices app which requires a package.json file per service. would be good if this could support multiple package.json. i would expect that snipsnap would use the package.json file from the closest parent directory relative to the file that it was triggered on. |
Fetching is also not working for me in a workspace with a single folder containing the project including package.json. |
Installed the extension on Popos 20.04, vs code installed via flatpak.
Opening command pallet > Snipsnap: Fetch the snippets results in;
Command 'Snipsnap: Fetch the snippets' resulted in an error (command 'extension.snipsnap_activate' not found)
Let me know of other information you may require to help diagnose this one.
The text was updated successfully, but these errors were encountered: