爱笔记爱笔记

vscode中设置放大缩小代码

"editor.mouseWheelZoom": true
{
    // "php.executablePath": "D:\\phpStudy\\php70n\\php.exe",
    // "php.validate.executablePath": "E:/phpstudy_pro/Extensions/php/php7.3.4nts/php.exe",
    "php.validate.executablePath": "E:/phpstudy_pro/Extensions/php/php7.4.3nts/php.exe",
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "python.condaPath": "D:\\Program Files\\Python\\python.exe",
    "python.defaultInterpreterPath": "D:\\Program Files\\Python\\python.exe",
    "files.associations": {
        "*.php": "php"
    },
    "editor.mouseWheelZoom": true,

}

原文
https://blog.csdn.net/weixin_42046702/article/details/113801796

本原创文章未经允许不得转载 | 当前页面:爱笔记 » vscode中设置放大缩小代码