Untitled

 avatar
unknown
plain_text
2 years ago
2.4 kB
7
Indexable
{
    "folders": [
        {
            "path": "../"
        }
    ],
    "settings": {
        "python.defaultInterpreterPath": "/home/evgenijkkk/miniconda3/envs/AL/bin/python",
        "python.terminal.activateEnvironment": false,
        "editor.rulers": [
            120
        ],
        "editor.codeActionsOnSave": {
            "source.organizeImports": true,
        },
        "editor.unicodeHighlight.ambiguousCharacters": false,
        "editor.bracketPairColorization.enabled": true,
        "editor.guides.bracketPairs": "active",
        "editor.formatOnSave": true,
        "python.linting.flake8Enabled": true,
        "python.linting.pylintEnabled": false,
        "python.linting.enabled": true,
        "python.formatting.provider": "black",
        "python.formatting.blackArgs": [
            "-l 120",
            "--target-version=py39"
        ],
        "python.linting.flake8Args": [
            "--config=/home/evgenijkkk/arcadia/.flake8",
            "--max-line-length=120",
        ],
        "python.sortImports.args": [
            "-p",
            "deepspeed",
            "-o",
            "torch",
            "-p",
            "megatron",
            "-p",
            "bert",
            "--multi-line=3",
            "--tc",
            "--fgw=0",
            "--up",
            "-n",
            "-l=120"
        ],
        "python.autoComplete.extraPaths": [
            "/home/evgenijkkk/arcadia/",
        ],
        "files.exclude": {
        },
        "files.watcherExclude": {
        },
        "python.analysis.extraPaths": [
            "/home/evgenijkkk/cmc/"
        ],
        "terminals.multiplexer": "tmux",
        "terminal.integrated.macOptionClickForcesSelection": true,
        "editor.showFoldingControls": "always",
        "editor.foldingStrategy": "indentation",
        "python.analysis.typeCheckingMode": "basic",
        "python.analysis.autoImportCompletions": true,
        "python.analysis.indexing": true,
        "explorer.autoReveal": false,
        "python.formatting.blackPath": "/home/evgenijkkk/miniconda3/envs/AL/bin/black",
    },
    "launch": {
        "version": "0.2.0",
        "configurations": [
            {
                "name": "Python: Current File",
                "type": "python",
                "request": "launch",
                "program": "${file}",
                "console": "integratedTerminal"
            }
        ]
    }
}
Editor is loading...