We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa5eb1 commit 982e756Copy full SHA for 982e756
.devcontainer/devcontainer.json
@@ -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