+ 点击文件(File)
+ 点击首选项(Preferences)
+ 点击设置(Settings)
+ 点击文件编辑器(Test Editor)
+ 点击字体(Font)
+ 找到Font Weight 后点击在setting.json中编辑
+ 在settings.json中添加 `"editor.mouseWheelZoom": true`
+ settings.json 内容如下
```json
{

 其他配置:***,
 
 其他配置:***,
 
 其他配置:***,

 "editor.mouseWheelZoom": true 

}
```