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
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
In a folder with file1 in the workspace root and file2 inside {workspaceDir}/dir1 open file2 and press :tabe file1
What did you expect to happen?
file1 to be opened in another tab
What happened instead?
Plugin looked for file1 inside dir1 instead of {worspaceDir}
Technical details:
VSCode Version: 1.8.0
VsCodeVim Version: 0.4.9
OS: Arch Linux 64bits
The text was updated successfully, but these errors were encountered:
VSCodeVim#1162
:tabe {file} will now search through the first folder in your workspace (if
available) to try to open {file}.
If you are not in a workspace, :tabe {file} will search relative
to your current file.
* Fix :tabe {file} only relative to current file
#1162
:tabe {file} will now search through the first folder in your workspace (if
available) to try to open {file}.
If you are not in a workspace, :tabe {file} will search relative
to your current file.
* Fix code formatting with `gulp forceprettier`
* await :tab* commands
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
In a folder with
file1
in the workspace root andfile2
inside{workspaceDir}/dir1
openfile2
and press :tabe file1What did you expect to happen?
file1
to be opened in another tabWhat happened instead?
Plugin looked for
file1
insidedir1
instead of{worspaceDir}
Technical details:
The text was updated successfully, but these errors were encountered: