zhyq0826 / zhyq0826.github.io

三月沙的博客
http://sanyuesha.com
6 stars 1 forks source link

vscode #124

Closed zhyq0826 closed 5 years ago

zhyq0826 commented 5 years ago

配置打开新文件不占用已经打开的标签

"window.openFoldersInNewWindow": "on",
"window.openFilesInNewWindow": "on"

vscode 配置

{       
        "editor.fontSize": 16,
        "python.pythonPath": "/Users/zhaoyongqiang/weiche_env/bin/python2.7",
        "http.proxy": "http://127.0.0.1:8088",
        "window.zoomLevel": 0,
        "window.openFoldersInNewWindow": "on",
        "window.openFilesInNewWindow": "on",
        "javascript.implicitProjectConfig.experimentalDecorators": true,
        "workbench.colorTheme": "Visual Studio Dark",
        "files.exclude": {
                "*.metadata": true, 
                "*.settings": true,        
                "**/*.pyc": true,//所有pyc文件
        }
}