1. 程式人生 > >vs code 主題 調試

vs code 主題 調試

.com div .json for space fig quest tex roo

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 主題 調試