openfl / lime-vscode-extension

Visual Studio Code extension for OpenFL and Lime projects written in Haxe
https://marketplace.visualstudio.com/items?itemName=openfl.lime-vscode-extension
MIT License
27 stars 4 forks source link

this extension breaks vim mode (vscodevim.vim) #106

Closed txgruppi closed 4 months ago

txgruppi commented 4 months ago

Installing this extension makes vscodevim.vim stop working.

I have no experience with VSCode extensions, not sure I can help much.

Is there any way I can help on fixing this?

joshtynjala commented 4 months ago

I'm not sure how that's possible. The Lime extension doesn't contribute any keyboard shortcuts at all.

txgruppi commented 4 months ago

I understand that. I checked the code here in GH and I can't see anything obvious that would break vimmode, but the only difference between vimmode working and vimmode not working is this extension.

txgruppi commented 4 months ago

Just saw this. I'm trying to work on this, but I'm not experienced with VSCode extensions.

image

Removing haxe.enableExtendedIndentation from the project settings fixed it.

joshtynjala commented 4 months ago

Ah, interesting. That's a setting provided by the vshaxe extension: https://github.com/vshaxe/vshaxe