When using VS Code I'm experiencing unexpected behaviour. When I re-open a file, the editor opens at the previous scroll position.
Example:
I expected that the editor would reopen the file back at the top of the file like in other text editors.
I haven't been able to find any settings that would explain this behavior.
Once you've opened Visual Studio Code, just press alt + space and the system menu will appear, then you just have to select the Always on top option.
VS Code maintains a debug session while the program is running, and pressing the Stop button terminates the program.
The easiest way to turn on Auto Save is with the File > Auto Save toggle that turns on and off save after a delay. For more control over Auto Save , open User or Workspace settings and find the associated settings: files.autoSave : Can have the values: off - to disable auto save.
just add the following line in the settings.json:
"workbench.editor.restoreViewState": false
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With