Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 982e756

Browse files
committed
devcontainer setup
1 parent 0aa5eb1 commit 982e756

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "paste.py",
3+
"dockerfile": "Dockerfile",
4+
"extensions": {
5+
"python.pythonPath": "/usr/local/bin/python",
6+
"python.linting.enabled": true,
7+
"python.linting.pylintEnabled": false,
8+
"python.linting.flake8Enabled": true,
9+
"python.linting.flake8Args": ["--max-line-length=88"],
10+
"python.linting.mypyEnabled": true,
11+
"python.formatting.provider": "black"
12+
},
13+
"portsAttributes": {
14+
"9000": {
15+
"label": "paste.py remote",
16+
"onAutoForward": "notify"
17+
}
18+
},
19+
}

0 commit comments

Comments
 (0)