VSCode 打开新文件,预览模式

211 阅读1分钟

1、问题: 点击文件的时候,是否是预览模式 给你配置settings.json里加一条:

"workbench.editor.enablePreview"true,``

image.png