File tree Expand file tree Collapse file tree 2 files changed +12
-38
lines changed Expand file tree Collapse file tree 2 files changed +12
-38
lines changed Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 11//  For format details, see https://aka.ms/devcontainer.json. For config options, see the
22//  README at: https://github.com/devcontainers/templates/tree/main/src/debian
33{
4-   "name" : " Debian" 
5-   "build" : {
6-     "dockerfile" : " Dockerfile" 
4+   "name" : " Development" 
5+   "image" : " mcr.microsoft.com/devcontainers/typescript-node:latest" 
6+   "features" : {
7+     "ghcr.io/devcontainers/features/node:1" : {}
8+   },
9+   "postCreateCommand" : " yarn install" 
10+   "customizations" : {
11+     "vscode" : {
12+       "extensions" : [
13+         " esbenp.prettier-vscode" 
14+       ]
15+     }
716  }
8- 
9-   //  Features to add to the dev container. More info: https://containers.dev/features.
10-   //  "features": {},
11- 
12-   //  Use 'forwardPorts' to make a list of ports inside the container available locally.
13-   //  "forwardPorts": [],
14- 
15-   //  Configure tool-specific properties.
16-   //  "customizations": {},
17- 
18-   //  Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
19-   //  "remoteUser": "root"
2017}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments