VisualStudioCode - dwisianto/dwisianto GitHub Wiki

Settings

{
  // WorkBench
    "workbench.colorTheme": "Default Light+",    
    // Explorer:
    //  GoTo: Ctrl+0
    //  MaxMin: Ctrl+b
    "window.zoomLevel":1,
    // Editor
    //  GoTo: 
    //  F1 > Files: Reveal Active File in Explorer View
    "editor.fontSize": 28,
    "editor.minimap.enabled": false,
    // Terminal:
    //  GoTo: Ctrl+`
    //  MaxMin: Ctrl+j
    "terminal.integrated.fontSize":28,
    // Windows:GitBash
    "terminal.integrated.profiles.windows":{
      "Cyg":{"path":"C:\\cyg\\bin\\bash.exe",
            "args": ["--login"],
            "env": {"CHERE_INVOKING": "1"}      
            },
      "GitBash":{"path":"C:\\Users\\mansjurd\\Desktop\\a2\\p3\\gitb\\bin\\bash.exe"},
    },
    "terminal.integrated.defaultProfile.windows": "GitBash",
    // Misc:
    "extensions.autoUpdate": "onlyEnabledExtensions",
    "editor.fontLigatures": false
}

Extension

Git Project Manager

Git History

GitLens