Skip to content

Commit 81af6b1

Browse files
committed
typescript migration
1 parent 5fd46fd commit 81af6b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+10361
-808
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2-
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose
31
{
42
"name": "oref0",
5-
// Update the 'dockerComposeFile' list if you have more compose files or use different names.
6-
// The .devcontainer/docker-compose.yml file contains any overrides you need/want to make.
73
"dockerComposeFile": [
84
"../docker-compose.yml",
9-
"../docker-compose.override.yml",
105
"docker-compose.yml"
116
],
12-
// The 'service' property is the name of the service for the container that VS Code should
13-
// use. Update this value and .devcontainer/docker-compose.yml to the real service name.
147
"service": "node",
15-
// The optional 'workspaceFolder' property is the path VS Code should open by default when
16-
// connected. This is typically a file mount in .devcontainer/docker-compose.yml
17-
// "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
188
"workspaceFolder": "/app",
199
"features": {},
2010
"customizations": {
@@ -27,18 +17,4 @@
2717
]
2818
}
2919
}
30-
// Features to add to the dev container. More info: https://containers.dev/features.
31-
// "features": {},
32-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
33-
// "forwardPorts": [],
34-
// Uncomment the next line if you want start specific services in your Docker Compose config.
35-
// "runServices": [],
36-
// Uncomment the next line if you want to keep your containers running after VS Code shuts down.
37-
// "shutdownAction": "none",
38-
// Uncomment the next line to run commands after the container is created.
39-
// "postCreateCommand": "cat /etc/os-release",
40-
// Configure tool-specific properties.
41-
// "customizations": {},
42-
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
43-
// "remoteUser": "devcontainer"
4420
}

0 commit comments

Comments
 (0)