{
    "workbench.colorTheme": "Dark 2026",
    "workbench.iconTheme": "material-icon-theme",
    "geminicodeassist.project": "autonomous-key-457813-j6",
    "amazonQ.suppressPrompts": {
        "amazonQChatDisclaimer": true,
        "amazonQChatPairProgramming": true
    },
    "containers.containerClient": "com.microsoft.visualstudio.containers.docker",
    "containers.orchestratorClient": "com.microsoft.visualstudio.orchestrators.dockercompose",
    "claudeCode.preferredLocation": "panel",
    "workbench.settings.applyToAllProfiles": [
        "codeiumEnterprise.portalUrl"
    ],
    "workbench.editor.empty.hint": "hidden",
    "explorer.confirmDelete": false,
    "diffEditor.codeLens": true,
    "editor.fontFamily": "'Droid Sans Mono', monospace, 'Noto Sans Tamil'",
    "editor.fontLigatures": false,
    "python.analysis.packageIndexDepths": [
        {
            "name": "sklearn",
            "depth": 2
        },
        {
            "name": "matplotlib",
            "depth": 2
        },
        {
            "name": "scipy",
            "depth": 2
        },
        {
            "name": "django",
            "depth": 2
        },
        {
            "name": "flask",
            "depth": 2
        },
        {
            "name": "fastapi",
            "depth": 2
        },
        {
            "name": "cuda",
            "depth": 3,
            "includeAllSymbols": true
        }
    ],
    "editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "entity.name.class.tamilniral",
                "settings": {
                    "foreground": "#FF0055",
                    "fontStyle": "bold"
                }
            },
            {
                "scope": "support.class.component.tamilniral",
                "settings": {
                    "foreground": "#00E5FF",
                    "fontStyle": "bold italic"
                }
            },
            {
                "scope": "entity.other.attribute-name.tamilniral",
                "settings": {
                    "foreground": "#FFD700"
                }
            },
            {
                "scope": "support.function.magic.tamilniral",
                "settings": {
                    "foreground": "#39FF14",
                    "fontStyle": "italic"
                }
            },
            {
                "scope": "keyword.control.tamilniral",
                "settings": {
                    "foreground": "#B026FF",
                    "fontStyle": "bold"
                }
            },
            {
                "scope": "keyword.operator.word.tamilniral",
                "settings": {
                    "foreground": "#FF6600"
                }
            },
            {
                "scope": "constant.language.boolean.tamilniral",
                "settings": {
                    "foreground": "#FF00AA",
                    "fontStyle": "bold"
                }
            }
        ]
    },
    "cmake.additionalBuildProblemMatchers": [
        
    ]
}