Skip to content
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

0.8.0 VSIX - CTRL+Move mouse doing *weird things*. #61

Closed
DualBrain opened this issue Sep 19, 2022 · 3 comments
Closed

0.8.0 VSIX - CTRL+Move mouse doing *weird things*. #61

DualBrain opened this issue Sep 19, 2022 · 3 comments
Assignees

Comments

@DualBrain
Copy link
Contributor

Hover over a + 1 and you get a "The editor could not be opened due to an unexpected error: File is a directory" in an empty tab and an OK "button".

I'm encountering this because I'm using CTRL+C/CTRL+V/CTRL+X operations while highlighting things with a mouse and it started popping up a lot; I then took a moment to narrow it down to the most minimal repro I could find. CTRL+move mouse (hover?).

I did disable "Qb64: Is Hover Text File Enabled" and am still getting this happening (meaning, no difference in behavior).

@LordDurus
Copy link
Collaborator

This is a know problem. It's really a VScode problem.

There are 2 ways to work around this problem.
1 Turn hovertext off (I didn't do this).
2 Added "editor.multiCursorModifier": "ctrlCmd" to the setting.json in your vscode folder.

I went with number 2. But that doesn't really fix the problem it just moves to the alt key.

image
image

@LordDurus
Copy link
Collaborator

There is a discussion in the VSCode discord channel about this.

@DualBrain
Copy link
Contributor Author

Does appears to be a bit of a work around, meaning that it does at least get me past the issue I was encountering.

LordDurus added a commit that referenced this issue Sep 21, 2022
@LordDurus LordDurus self-assigned this Apr 27, 2023
LordDurus added a commit that referenced this issue Apr 27, 2023
LordDurus added a commit that referenced this issue Apr 27, 2023
LordDurus added a commit that referenced this issue Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants