File size: 912 Bytes
fa6856c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "name": "Python 3",
    "build": {
        "dockerfile": "Dockerfile",
        "args": {
            "USERNAME": "user"
        }
    },
    "customizations": {
        "vscode": {
            "settings": {
                "python.formatting.autopep8Path": "autopep8",
                "python.linting.mypyPath": "mypy"
            },
            "extensions": [
				"davidanson.vscode-markdownlint",
				"donjayamanne.githistory",
				"donjayamanne.python-extension-pack",
				"github.vscode-pull-request-github",
				"ms-python.python",
				"ms-toolsai.jupyter",
				"ms-vsliveshare.vsliveshare-pack",
				"njpwerner.autodocstring",
				"stkb.rewrap",
				"streetsidesoftware.code-spell-checker",
				"tushortz.python-extended-snippets",
				"yzhang.markdown-all-in-one",
				"elagil.pre-commit-helper"
			]
        }
    },
    "containerUser": "user",
    "postCreateCommand": "pip install -e .[dev]"
}