-
Notifications
You must be signed in to change notification settings - Fork 34
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
Extension no longer working after update #41
Comments
Hi, I already checked the console and literally nothing is posted (both launching with right click or shortcut). DungeonRoom.h.-.PluginProject.Workspace.-.Visual.Studio.Code.2021-10-04.17-11-18.mp4 |
@Ares9323 |
Probably it's a regex problem, I tried to install vscode in a new virtual machine and I'm encountering the same problem, also the "copy implementation" doesn't work so it shouldn't be a path problem. Here are the two files I used in the video, but it doesn't work in all the project (Previous version still works perfectly) (I had to add .txt to the extension because .cpp and .h are not accepted) |
Same is happening to me after update, I'm working on Windows and it keep telling me 'Function not detected', even the simplest function like 'void foo();' keep saying Function not detected |
I have the same Problem. When there is a commentary in the Header File which starts with //. doesn't work. It jumps into the source file and VS Code says "Function not detected". But: works fine. |
it looks like this happens if there is some comment in header file. // or /**/. |
Hi, PS: downgraded to version 0.2.2 - works fine |
same |
same for me |
That worked for me. |
Yes, we know that's the problem, but removing comments in the header Is NOT an acceptable solution, I'd rather use the older version |
Please update to version 0.3.1. I checked the new version with @Ares9323 's source code and everything works fine. |
Thanks for the update, it seems to work now! |
Edit: It's working but only on some files, for example in these it's still having the same problem: Rolled back to 2.2, feel free to contact me if you need anything |
Hi, I've just updated the extension and NONE of the command is working..
I tried uninstalling and resetting the settings.
I Tested:
I rolled back to previous version, If you want me to test please tell me and I will update again!
I really use this extension everyday!
The text was updated successfully, but these errors were encountered: