attempt to fix the dockerfile for macos

This commit is contained in:
Evan Simkowitz
2024-08-28 12:32:41 -07:00
parent fd707dd857
commit a4ac8be3da
2 changed files with 12 additions and 23 deletions
+3 -6
View File
@@ -7,13 +7,10 @@
"vscode": {
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"extensions": [
"golang.go",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
"extensions": ["golang.go", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}
}
},
"remoteUser": "wave"
"runServices": ["dbus"],
"postAttachCommand": "scripthaus run webpack-watch"
}