-
Notifications
You must be signed in to change notification settings - Fork 36
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
save/load history where file open from command line #24
Comments
It's VSC bug |
I noticed this bug too, but I have not said that to vscode yet. |
You have commentet block in
then at this moment work fine. |
I commented this code because vscode.workspace.rootPath is now deprecated, according to https://github.com/Microsoft/vscode/wiki/Extension-Authoring:-Adopting-Multi-Root-Workspace-APIs |
It's probably don't fixed before vcs 1.18.0 because this bug do not exist in 1.18.0-insider Version. |
|
I'll publish a version with this fix (this will resolve this issue, waiting version 1.18.0)
|
Publish a temporary workaround in version 1.6.1 |
When file is open from the command line "code -r {path to file}" then history not saved and not loaded,
even if the file is in the current directory. I must close file and reopen from explorer panel (VSC), then history loaded and created.
extension: 1.6.0
vsc: 1.17.1
system: windows 10 Home 10 version 10.0.15063 compile 15063
The bug start exist befor 1.6.0, 1.5.2 mayby or in vsc 1.17 (I do not know when).
The text was updated successfully, but these errors were encountered: