Skip to content

Commit c3a99a0

Browse files
committed
ci(devcontainer): add more extension, add toml settings
1 parent c789814 commit c3a99a0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"ms-python.python",
3434
"ms-python.vscode-pylance",
3535
"EditorConfig.EditorConfig",
36-
"GitHub.vscode-pull-request-github"
36+
"GitHub.vscode-pull-request-github",
37+
"ms-python.black-formatter",
38+
"redhat.vscode-yaml"
3739
],
3840
"settings": {
3941
"python.pythonPath": "/usr/local/bin/python",

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
"editor.formatOnType": true,
1111
"editor.wordBasedSuggestions": "off",
1212
"editor.defaultFormatter": "ms-python.black-formatter"
13-
}
13+
},
14+
"evenBetterToml.formatter.allowedBlankLines": 1,
15+
"evenBetterToml.formatter.arrayAutoCollapse": true,
16+
"evenBetterToml.formatter.arrayAutoExpand": false,
17+
"evenBetterToml.formatter.arrayTrailingComma": true
1418
}

0 commit comments

Comments
 (0)