码迷,mamicode.com
首页 > 其他好文 > 详细

vs code 主题 调试

时间:2018-10-08 18:07:38      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:oss   def   version   lis   learn   x86   nbsp   att   int   

User settings

// Place your settings in this file to overwrite the default settings
{
    "update.channel": "none",
    "workbench.colorTheme": "Default Light+",

    "git.path": "C:\\Program Files (x86)\\PortableGit\\git-cmd.exe"
}

 

 

调试

launch.json

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Launch Program",
            "program": "${workspaceRoot}/v2/app/api.js"
        }
    ]
}

 

vs code 主题 调试

标签:oss   def   version   lis   learn   x86   nbsp   att   int   

原文地址:https://www.cnblogs.com/tonggc1668/p/9755674.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!