Preliminary working devcontainer config
This commit is contained in:
@@ -13,9 +13,8 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "npm install",
|
||||
"remoteUser": "node",
|
||||
"postCreateCommand": "flutter doctor -v",
|
||||
"mounts": [
|
||||
"source=${localEnv:HOME}/.gradle,target=/root/.gradle,type=bind,consistency=cached"
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user