This repository was archived by the owner on Dec 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-23
lines changed
Expand file tree Collapse file tree 1 file changed +24
-23
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " Django Dev" ,
3- "dockerComposeFile" : [
4- " ../docker-compose.yml"
5- ],
6- "service" : " web" ,
7- "workspaceFolder" : " /workspace" ,
8- "customizations" : {
9- "vscode" : {
10- "extensions" : [
11- " ms-python.python" ,
12- " ms-python.autopep8" ,
13- " ms-azuretools.vscode-docker" ,
14- " GitHub.copilot" ,
15- " esbenp.prettier-vscode" ,
16- " samuelcolvin.jinjahtml" ,
17- " eamodio.gitlens"
18- ],
19- "settings" : {
20- "python.defaultInterpreterPath" : " /usr/local/bin/python"
21- }
22- }
23- },
24- "postCreateCommand" : " apt-get update && apt-get install -y git"
2+ "name" : " Django Dev" ,
3+ "dockerComposeFile" : [" ../docker-compose.yml" ],
4+ "service" : " web" ,
5+ "workspaceFolder" : " /workspace" ,
6+ "features" : {
7+ "git" : {}
8+ },
9+ "customizations" : {
10+ "vscode" : {
11+ "extensions" : [
12+ " ms-python.python" ,
13+ " ms-python.autopep8" ,
14+ " ms-azuretools.vscode-docker" ,
15+ " GitHub.copilot" ,
16+ " esbenp.prettier-vscode" ,
17+ " samuelcolvin.jinjahtml" ,
18+ " eamodio.gitlens"
19+ ],
20+ "settings" : {
21+ "python.defaultInterpreterPath" : " /usr/local/bin/python"
22+ }
23+ }
24+ },
25+ "postCreateCommand" : " "
2526}
You can’t perform that action at this time.
0 commit comments