File tree Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Original file line number Diff line number Diff line change 1- //  For format details, see https://aka.ms/devcontainer.json. For config options, see the
2- //  README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
31{
42	"name" : " Node.js & TypeScript"  ,
5- 	//  Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
63	"image" : " mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye"  ,
74	"features" : {
85		"ghcr.io/devcontainers/features/powershell:1" : {}
1714				" dbaeumer.vscode-eslint"  ,
1815				" christian-kohler.npm-intellisense"  ,
1916				" christian-kohler.path-intellisense"  ,
20- 				" eamodio.gitlens"  ,
17+ 				" eamodio.gitlens" 
18+ 			]
2119		}
22- 	} 
23- 
24- 	//  Features to add to the dev container. More info: https://containers.dev/features.
25- 	//  "features": {},
26- 
27- 	//  Use 'forwardPorts' to make a list of ports inside the container available locally.
28- 	//  "forwardPorts": [],
29- 
30- 	//  Use 'postCreateCommand' to run commands after the container is created.
31- 	//  "postCreateCommand": "yarn install",
32- 
33- 	//  Configure tool-specific properties.
34- 	//  "customizations": {},
35- 
36- 	//  Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
37- 	//  "remoteUser": "root"
38- } 
20+ 	},
21+ 	"postCreateCommand" : " npm install" 
22+ }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments