You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Received error when using range to delete lines in command-line mode. I was editing my 3d printer .ini settings gist, and received the following error:
TaskQueue: Error running task. Failed to handle key=
. Illegal value for`line`.
To Reproduce
Copy/paste the first revision of my Slic3r_ender3_config_bundle.ini gist into a new file in VSCode and save it as bundle.ini.
in NORMAL mode, type :302,342d
Lines will be removed, but error will show.
Expected behavior
Lines should be removed with no error
Environment:
Extension (VsCodeVim) version: v1.0.6
VSCode version: 1.30.2`
OS: Windows_NT x64 10.0.17134
The text was updated successfully, but these errors were encountered:
Describe the bug
Received error when using range to delete lines in command-line mode. I was editing my 3d printer
.ini
settings gist, and received the following error:To Reproduce
bundle.ini
.NORMAL
mode, type:302,342d
Expected behavior
Lines should be removed with no error
Environment:
v1.0.6
Windows_NT x64 10.0.17134
The text was updated successfully, but these errors were encountered: