-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Error message "command 'cake.intellisense' not found" #92
Comments
This is a known issue with the packaging of the latest version of the extension and we're currently working on a fix. In the meantime you can try the following:
|
@JorisMolnar on a side note... Where did you find that Developer Tools for VS Code window? I was hunting for that this morning, but I couldn't find it 😄 |
@gep13 Right here 😊 |
Doh! I looked through every other menu, apart from this one!! Thank you very much! |
- Ultimately, this came down to a problem with a missing dependency - The ini package
* hotfix/0.11.2: (GH-92) Fixing problem with packaging
@JorisMolnar thank you very much for taking the time to post this issue. Your original screenshot directed me to exactly the cause of the problem. I have just pushed out a new version of the extension, 0.11.2, which should correct the problem. Please let us know if you continue to see issues. |
check .vscodeignore make sure that it's not containing node_modules, if exists remove node_modules from .vscodeignore |
@Lakkanna You are a lifesaver! I literally bashed my head to the wall 4 hours with this... published my first vscode plugin and kinda new to it, after hours of googling I finally found your answer. I don't know what node_modules was to do in .vscodeignore but I'm glad I finally got this solved. So thank you so much! |
Today I received an update to the Cake extension for Visual Studio Code.
After this update, when I run any of the Cake commands in VS Code, I get the following error message (dependent on the command):
If I open the Developer Tools of VS Code I can see the following errors in the console log:
VisualStudioCodeDevToolsCakeError.log
I've confirmed with a colleague that it was working before the new version of the cake extension got installed.
The text was updated successfully, but these errors were encountered: