mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-28 23:55:50 -04:00
Update devcontainer.json
This commit is contained in:
@@ -2,7 +2,13 @@
|
|||||||
"name": "jarv.is",
|
"name": "jarv.is",
|
||||||
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14",
|
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14",
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": "/bin/zsh"
|
"editor.fontFamily": "'Source Code Pro', Menlo, Monaco, 'Courier New', monospace",
|
||||||
|
"editor.fontSize": 14,
|
||||||
|
"editor.letterSpacing": 0.2,
|
||||||
|
"editor.lineHeight": 23,
|
||||||
|
"editor.minimap.enabled": false,
|
||||||
|
"terminal.integrated.shell.linux": "/bin/zsh",
|
||||||
|
"workbench.colorTheme": "GitHub Dark"
|
||||||
},
|
},
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"budparr.language-hugo-vscode",
|
"budparr.language-hugo-vscode",
|
||||||
@@ -12,8 +18,7 @@
|
|||||||
"stylelint.vscode-stylelint"
|
"stylelint.vscode-stylelint"
|
||||||
],
|
],
|
||||||
"forwardPorts": [
|
"forwardPorts": [
|
||||||
1337,
|
1337
|
||||||
9337
|
|
||||||
],
|
],
|
||||||
"postCreateCommand": "yarn install"
|
"postCreateCommand": "yarn install"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user