当前位置:网站首页>VS Code 设置代码自动保存
VS Code 设置代码自动保存
2022-07-01 12:27:00 【集电极】
VS Code 设置代码自动保存
打开 文件-->首选项-->设置
窗口
如下图,在文件
选项卡找到Auto Save
选项, 选择afterDelay
。也可以选择其他选项。
选项的意思
1)默认设置 off ,不自动保存; 2)afterDelay —— 将在配置的 >"#files.autoSaveDelay#" 后自动保存为保存的编辑器; 3)onFocusChange —— 当编辑器失去焦点时,>将自动保存为保存的编辑器 (可理解为鼠标不在 VSCode 里时); 4)onWindowChange —— 当窗口失去焦点时,>将自动保存为保存的编辑器 (窗口可理解为每个代码脚本,当鼠标从 A 脚本>转到 B 脚本时,自动保存脚本 A 的修改内容)
边栏推荐
- MySQL workbench data modeling function
- Sort out relevant contents of ansible
- Sleep quality today 79 points
- Chained storage of queues
- Build yocto system offline for i.mx8mmini development board
- How to install php7 and perform performance test using yum
- 被锡膏坑了一把
- 【datawhale202206】pyTorch推荐系统:精排模型 DeepFM&DIN
- [datawhale202206] pytorch recommendation system: recall model DSSM & youtubednn
- 第十四章 信号(四)- 多进程任务示例
猜你喜欢
GID: open vision proposes a comprehensive detection model knowledge distillation | CVPR 2021
MySQL common functions
91.(cesium篇)cesium火箭發射模擬
【datawhale202206】pyTorch推荐系统:精排模型 DeepFM&DIN
第十四章 信号(四)- 多进程任务示例
[Yunju entrepreneurial foundation notes] Chapter VII Entrepreneurial Resource test 1
MySQL workbench data modeling function
被锡膏坑了一把
[20220605] Literature Translation -- visualization in virtual reality: a systematic review
[20211129] configuration du serveur distant du carnet de notes jupyter
随机推荐
JS reverse | m3u8 data decryption of a spring and autumn network
[some notes]
Typora adds watermarks to automatically uploaded pictures
Common chart usage of Bi tools
[Yu Yue education] financial management reference materials of Ningbo University of Finance and Economics
Like the three foot platform
Chapter 14 signals (IV) - examples of multi process tasks
華為面試題: 招聘
Uniapp uses uni upgrade Center
Double linked list related operations
[Yunju entrepreneurial foundation notes] Chapter 7 Entrepreneurial Resource test 2
The specified service is marked for deletion
[Yunju entrepreneurial foundation notes] Chapter 7 Entrepreneurial Resource test 8
91.(cesium篇)cesium火箭发射模拟
ANSI/UL 94 VTM薄质材料垂直燃烧测试
ASTM D 3801固体塑料垂直燃烧试验
Onenet Internet of things platform - create mqtts products and devices
Leetcode (Sword finger offer) - 58 - ii Rotate string left
Four years after graduation: work, resign, get married, buy a house
队列的链式存储