{
    "redhat.telemetry.enabled": false,
    "ansible.ansible.path": "C:\\Users\\user\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages\\ansible",
    "ansible.python.interpreterPath": "c:\\Users\\user\\AppData\\Local\\Programs\\Python\\Python312\\python.exe",
    "workbench.settings.applyToAllProfiles": [
        "ansible.ansible.path",
        "ansible.python.interpreterPath"
    ],
    "settingsSync.ignoredSettings": [
        "-ansible.ansible.path",
        "-ansible.python.interpreterPath"
    ],
    "remote.SSH.remotePlatform": {
        "test.ru": "linux"
    },
    "git.autofetch": true,
    "git.confirmSync": false,
    "git.enableSmartCommit": true,
    "security.workspace.trust.untrustedFiles": "open",
    "files.associations": {
        "*.yaml": "ansible",
        "*.yml": "ansible"
    },
    "explorer.confirmDragAndDrop": false,
    "PT Application Inspector settings.Analyzer log level": "Error",
    "PT Application Inspector settings.Trigger scan": "Manually",
    "PT Application Inspector Settings.AI server URL": "",
    "PT Application Inspector Settings.Username": "",
    "makefile.configureOnOpen": true,
    "terminal.integrated.enableMultiLinePasteWarning": "never",
    "diffEditor.ignoreTrimWhitespace": false,
    "git.openRepositoryInParentFolders": "never",
    "database-client.autoSync": true,
    "explorer.confirmPasteNative": false,
    "bitoAI.appearance.fontSize (Match with IDE Font)": false,
    "explorer.confirmDelete": false,
    "cmake.showOptionsMovedNotification": false,
    "http.proxy": "http://user:pass@proxy.site.com:3127",
    "https.proxy": "http://user:pass@proxy.site.com:3127",
    "http.proxyStrictSSL": false,
    "win-ca.inject": "append"
}