Skip to content

Commit c079772

Browse files
committed
chore: update vscode, compose formats
1 parent e65ad60 commit c079772

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

.devcontainer/compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name: compilerla/conventional-pre-commit
2-
31
services:
42
dev:
53
build:

.devcontainer/devcontainer.json

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,26 @@
55
"runServices": ["dev"],
66
"workspaceFolder": "/home/compiler/src",
77
"postCreateCommand": "pip install -e .[dev]",
8-
// Set *default* container specific settings.json values on container create.
9-
"settings": {
10-
"terminal.integrated.defaultProfile.linux": "bash",
11-
"terminal.integrated.profiles.linux": {
12-
"bash": {
13-
"path": "/bin/bash"
14-
}
8+
"customizations": {
9+
"vscode": {
10+
// Set *default* container specific settings.json values on container create.
11+
"settings": {
12+
"terminal.integrated.defaultProfile.linux": "bash",
13+
"terminal.integrated.profiles.linux": {
14+
"bash": {
15+
"path": "/bin/bash"
16+
}
17+
}
18+
},
19+
// Add the IDs of extensions you want installed when the container is created.
20+
"extensions": [
21+
"bungcip.better-toml",
22+
"eamodio.gitlens",
23+
"esbenp.prettier-vscode",
24+
"mhutchie.git-graph",
25+
"ms-python.python",
26+
"ms-python.vscode-pylance"
27+
]
1528
}
16-
},
17-
// Add the IDs of extensions you want installed when the container is created.
18-
"extensions": [
19-
"bungcip.better-toml",
20-
"eamodio.gitlens",
21-
"esbenp.prettier-vscode",
22-
"mhutchie.git-graph",
23-
"ms-python.python",
24-
"ms-python.vscode-pylance"
25-
]
29+
}
2630
}

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"editor.formatOnSave": true,
3-
"editor.defaultFormatter": "esbenp.prettier-vscode",
43
"files.encoding": "utf8",
54
"files.eol": "\n",
65
"files.insertFinalNewline": true,

0 commit comments

Comments
 (0)