标签: visual-studio-code vscode-settings
特别是,我不想vscode记住我的光标位置或代码在我关闭的文件中的折叠。我在所有设置中都看过,似乎找不到。
答案 0 :(得分:3)
您要查找的功能已在1.2.8.0版中添加。参见release notes: do not restore state。
VS Code始终记住视图状态(光标位置,折叠状态 文件等)。现在有 新设置workbench.editor.restoreViewState以删除此视图 文件关闭时的状态。这使您始终可以从 重新打开文件的顶部。
workbench.editor.restoreViewState