vscode-edits-history
vscode-edits-history copied to clipboard
Navigates back to irrelevant files as well
VSCode Version: Version 1.25.1 OS Version: macOS Sierra 10.13.4 (17E199)
Steps to Reproduce: Launch VS Code Edit few different files Execute Move to the previous file edited command.
Does this issue occur when all extensions are disabled?: Yes
Sometimes as I execute the move to previous file command it moves to extension-output-#8 file as well, which is irrelevant, and I guess was atomically generated.
Irrelevant file content:
[Info - 09:42:52] Linter is running.
[Info - 09:42:53]
Failed to load the TSLint library for the document...
it happened with the output of run-code extension as well.
[Running] ts-node ".../tempCodeRunnerFile.ts"
234
[Done] exited with code=0 in 0.358 seconds
@balazser I was unable to recreate this issue. You said that you disabled all extensions but that you have a linter running? That seems to be contradictory. Perhaps your TSLint extension is writing a file which is getting tracked in the edit history?
Couple of questions to help me investigate:
- does it navigate to the "tempCodeRunnerFile.txt" file?
- Also does the issue go away with TSLint disabled?
"Failed to load the TSLint library for the document..." is suspicious