VSCode 关闭编辑器历史记录
VSCode Switch Off Editor History
如何使 VSCode 在使用按名称快速打开文件的对话框时仅使用当前项目文件,或者我们总是必须清除编辑器历史记录以便最近的文件不会显示在那里?
此设置:
Search > Quick Open: Include History
Whether to include results from recently opened files in the file
results for Quick Open.
取消选中它以将其设置为 false
。
如何使 VSCode 在使用按名称快速打开文件的对话框时仅使用当前项目文件,或者我们总是必须清除编辑器历史记录以便最近的文件不会显示在那里?
此设置:
Search > Quick Open: Include History
Whether to include results from recently opened files in the file results for Quick Open.
取消选中它以将其设置为 false
。