File tree 1 file changed +13
-2
lines changed 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 9
9
// "features": {},
10
10
11
11
// Use 'forwardPorts' to make a list of ports inside the container available locally.
12
- "forwardPorts" : [3000 ]
12
+ "forwardPorts" : [3000 ],
13
13
14
14
// Use 'postCreateCommand' to run commands after the container is created.
15
15
// "postCreateCommand": "yarn install",
16
16
17
17
// Configure tool-specific properties.
18
- // "customizations": {},
18
+ "customizations" : {
19
+ // Configure properties specific to VS Code.
20
+ "vscode" : {
21
+ // Set *default* container specific settings.json values on container create.
22
+ "settings" : {
23
+ "workbench.editorAssociations" : {
24
+ "*.md" : " vscode.markdown.preview.editor" ,
25
+ }
26
+ },
27
+ "extensions" : [ " esbenp.prettier-vscode" ]
28
+ }
29
+ }
19
30
20
31
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
21
32
// "remoteUser": "root"
You can’t perform that action at this time.
0 commit comments