Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.70.1
- OS Version: Windows 11
Steps to Reproduce:
- Change the "editor.wordSeparators" setting to exclude dash character (e.g.
{ "editor.wordSeparators": "~!@#$%^&*()=+[{]}\\|;:'\",.<>/?" }) — this is actually a desirable setting in e.g. html/css
- Assign a keybinding to "cursorWordPartLeft"/"cursorWordPartRight" commands
- Observe how the definition of a "word part" differs between invocation of "editor.action.smartSelect.expand" (default kb is "shift+alt+right") and "cursorWordPart*"; "cursorWordPart*" does not behave as expected for a string
mat-button (should have "word breaks" at the same spots as it does in mat_button)
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
{ "editor.wordSeparators": "~!@#$%^&*()=+[{]}\\|;:'\",.<>/?" }) — this is actually a desirable setting in e.g. html/cssmat-button(should have "word breaks" at the same spots as it does inmat_button)