-
Notifications
You must be signed in to change notification settings - Fork 11
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
Can't assign bookmarks when using a CMake project #38
Comments
Will investigate, thanks. Sorry about the delay in response. Somehow I stopped getting Github notifications. |
I'll need help figuring out what makes CMake menu item appear there. It's missing in my environment unfortunately. You also say "open test project". I don't see any project or solution file in .zip attached. Please clarify. Thanks. |
Add CMake tools for windows as depicted below: The issue happens when using a File->Open->Cmake-> Then choose the file In Visual studio 2019 with DPack there's no issue, Though DPackRX with VS2022 has this issue, just checked with the current latest version VS2022 17.4.0 |
Take a look at issue #43 where I posted a beta version. Give it a try to see if that helps before I start getting into this issue. |
@sergey-visual-studio , thanks for your reply. |
Reproduced it here.
I don't see how that'd be the case tbhwy. For a few reasons: 1 - it doesn't work the same exact way for me on VS 2019, 2 - both versions of DPack bookmarks feature have identical command availability logic, and 3 - both versions require solution to be opened for bookmark commands to be available. That last point is what prevents it from enabling the bookmarks cause as far as VS goes, it reports no open solution. There is quite a bit of DPack logic that relies on open solution. I'll check if relaxing that requirement is feasible or not. I suspect not. |
Windows 10 21H2m
Visual studio 17.1.3
Test project: Test.zip
The text was updated successfully, but these errors were encountered: