initial commit. simple working hello world using capacitor framework.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "kryz-go",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"vscjava.vscode-java-pack",
|
||||
"ms-vscode.vscode-typescript-next"
|
||||
],
|
||||
"settings": {
|
||||
"terminal.integrated.defaultProfile.linux": "bash",
|
||||
"java.home": "/usr/lib/jvm/java-17-openjdk-amd64"
|
||||
}
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "npm install",
|
||||
"remoteUser": "node",
|
||||
"mounts": [
|
||||
"source=${localEnv:HOME}/.gradle,target=/root/.gradle,type=bind,consistency=cached"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user