{
    "editor.tabSize": 2,
    "editor.wordWrap": "bounded",
    "editor.wrappingIndent": "indent",
    "editor.smoothScrolling": true,
    "editor.showFoldingControls": "always",
    "editor.dragAndDrop": false,
    "editor.fontFamily": "Input, Menlo, Consolas, 'DejaVu Sans Mono', monospace",
    "editor.fontSize": 12,
    "editor.codeLensFontFamily": "Input, Menlo, Consolas, 'DejaVu Sans Mono', monospace",
    "editor.inlineHints.fontFamily": "Input, Menlo, Consolas, 'DejaVu Sans Mono', monospace",
    "editor.wordWrapColumn": 155,
    "editor.foldingHighlight": false,
    "workbench.colorTheme": "Atom One Dark",
    "atomKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "shellLauncher.shells.windows": [
        {
            "shell": "C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
            "label": "Auto-Git → Solo Push",
            "args": [
                "-Command",
                "cmd.exe /c ' \"%HOMEDRIVE%%HOMEPATH%\\Documents\\Projects\\,Auto-Git\\,soloPush.bat\"'"
            ]
        },
        {
            "shell": "C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
            "label": "[UPDATE] Dev Branch ←← Master",
            "args": [
                "-Command",
                "cmd.exe /c ' \"%HOMEDRIVE%%HOMEPATH%\\Documents\\Projects\\,Auto-Git\\mastersyncRun.bat\"'"
            ]
        },
        {
            "shell": "C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
            "label": "[MERGE] Dev Branch →→ Master",
            "args": [
                "-Command",
                "cmd.exe /c ' \"%HOMEDRIVE%%HOMEPATH%\\Documents\\Projects\\,Auto-Git\\mastermergeRun.bat\"'"
            ]
        },
        {
            "shell": "C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
            "label": "Auto-Git → Amend Last Push",
            "args": [
                "-Command",
                "cmd.exe /c ' \"%HOMEDRIVE%%HOMEPATH%\\Documents\\Projects\\,Auto-Git\\,soloPush.bat\" -a'"
            ]
        },
        {
            "shell": "C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
            "label": "Auto-Git → Retry Push",
            "args": [
                "-Command",
                "cmd.exe /c ' \"%HOMEDRIVE%%HOMEPATH%\\Documents\\Projects\\,Auto-Git\\,retrySoloPush.bat\"'"
            ]
        },
        {
            "shell": "C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
            "label": "Auto-Git → Retry Amend",
            "args": [
                "-Command",
                "cmd.exe /c ' \"%HOMEDRIVE%%HOMEPATH%\\Documents\\Projects\\,Auto-Git\\,retrySoloPush.bat\" -a'"
            ]
        },
        {
            "shell": "C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
            "label": "Live Auto-Git → Start/Reset",
            "args": [
                "-Command",
                "cmd.exe /c ' \"%HOMEDRIVE%%HOMEPATH%\\Documents\\Projects\\,Auto-Git\\,,autoGit_smartStart.bat\"'"
            ]
        },
        {
            "shell": "C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
            "label": "Live Auto-Git → Stop",
            "args": [
                "-Command",
                "cmd.exe /c ' \"%HOMEDRIVE%%HOMEPATH%\\Documents\\Projects\\,Auto-Git\\,,stopAutoGit.bat\"'"
            ]
        },
        {
            "shell": "C:\\Windows\\system32\\cmd.exe",
            "label": "Cmd"
        },
        {
            "shell": "C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
            "label": "PowerShell"
        },
        {
            "shell": "C:\\Windows\\system32\\bash.exe",
            "label": "Bash"
        },
        {
            "shell": "C:\\Program Files\\Git\\bin\\bash.exe",
            "label": "Git bash"
        },
    ],
    "window.autoDetectHighContrast": false,
    "window.restoreWindows": "preserve",
    "window.title": "${dirty}${activeEditorShort}${separator}${activeFolderShort}${separator}${rootName}",
    "window.newWindowDimensions": "maximized",
    "window.openFoldersInNewWindow": "on",
    "bookmarks.navigateThroughAllFiles": false,
    "bookmarks.saveBookmarksInProject": true,
    "bookmarks.label.suggestion": "useWhenSelected",
    "git.confirmSync": false,
    "files.associations": {
        "*.overrides": "less",
        "*.variables": "less",
    },
    "git.enableSmartCommit": true,
    "terminal.integrated.fontSize": 11,
    "terminal.integrated.fontFamily": "Menlo, Consolas, 'DejaVu Sans Mono', monospace",
    "explorer.confirmDelete": false,
    "security.workspace.trust.untrustedFiles": "open",
    "workbench.editor.enablePreview": false,
    "git.autofetch": true,
    "editor.guides.indentation": false,
    "php.suggest.basic": false,
    "php.validate.enable": false,
    "emmet.excludeLanguages": [
        "markdown",
        "php"
    ],
    "editor.inlineSuggest.enabled": true,
    "explorer.confirmDragAndDrop": false,
    "github.copilot.enable": {
        "*": true,
        "plaintext": true,
        "markdown": false,
        "scminput": false
    },
    "github.copilot.advanced": {},
    "roo-cline.allowedCommands": [
        "npm test",
        "npm install",
        "tsc",
        "git log",
        "git diff",
        "git show",
        "dir"
    ],
    "python.analysis.typeCheckingMode": "basic",
    "accessibility.signals.lineHasError": {
        "sound": "off"
    },
    "accessibility.signals.lineHasInlineSuggestion": {
        "sound": "off"
    },
    "github.copilot.nextEditSuggestions.enabled": true,
    "terminal.integrated.initialHint": false,
}