rearranged settings
This commit is contained in:
@@ -4,16 +4,6 @@
|
|||||||
"service": "kwaylon",
|
"service": "kwaylon",
|
||||||
"workspaceFolder": "/kwaylon",
|
"workspaceFolder": "/kwaylon",
|
||||||
"shutdownAction": "stopCompose",
|
"shutdownAction": "stopCompose",
|
||||||
// "build": {
|
|
||||||
// "dockerfile": "./Dockerfile",
|
|
||||||
// "context": "../"
|
|
||||||
// },
|
|
||||||
// "mounts": [
|
|
||||||
// "source=/etc/localtime,target=/etc/localtime,type=bind",
|
|
||||||
// "source=/etc/timezone,target=/etc/timezone,type=bind"
|
|
||||||
// ],
|
|
||||||
// "workspaceMount": "source=${localWorkspaceFolder}/src,target=/usr/app/src,type=bind",
|
|
||||||
// "workspaceFolder": "/usr/app/src",
|
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/git:1": {},
|
"ghcr.io/devcontainers/features/git:1": {},
|
||||||
"ghcr.io/devcontainers/features/github-cli:1": {},
|
"ghcr.io/devcontainers/features/github-cli:1": {},
|
||||||
@@ -26,17 +16,7 @@
|
|||||||
"mhutchie.git-graph",
|
"mhutchie.git-graph",
|
||||||
"ms-python.isort",
|
"ms-python.isort",
|
||||||
"ms-python.autopep8"
|
"ms-python.autopep8"
|
||||||
],
|
|
||||||
"settings": {
|
|
||||||
// "python.editor.defaultFormatter": "ms-python.autopep8",
|
|
||||||
"[python]": {
|
|
||||||
"editor.defaultFormatter": "ms-python.python",
|
|
||||||
"editor.formatOnSave": true
|
|
||||||
},
|
|
||||||
"autopep8.args": [
|
|
||||||
"--max-line-length 120"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"[python]": {
|
||||||
|
"editor.defaultFormatter": "ms-python.autopep8"
|
||||||
|
},
|
||||||
|
"python.formatting.provider": "none"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user