File tree Expand file tree Collapse file tree 3 files changed +21
-20
lines changed
Expand file tree Collapse file tree 3 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 1- name : compilerla/conventional-pre-commit
2-
31services :
42 dev :
53 build :
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 11{
22 "editor.formatOnSave" : true ,
3- "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
43 "files.encoding" : " utf8" ,
54 "files.eol" : " \n " ,
65 "files.insertFinalNewline" : true ,
You can’t perform that action at this time.
0 commit comments