Skip to content

Commit

Permalink
substitute tabs by spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Jan 1, 2025
1 parent eecdc26 commit da7dd76
Show file tree
Hide file tree
Showing 8 changed files with 3,858 additions and 3,408 deletions.
66 changes: 33 additions & 33 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.191.0/containers/typescript-node
{
"name": "Node.js & TypeScript",
"build": {
"dockerfile": "Dockerfile",
"args": {
"TYPESCRIPT_NODE_VARIANT": "22",
"PROTOTYPE_FRAMEWORK_VERSION": "2.0.0-alpha.4"
}
},
"postAttachCommand": "sh .devcontainer/startup.sh",
"features": {
"ghcr.io/devcontainers-extra/features/typescript:2": {}
},
// Set *default* container specific settings.json values on container create.
"customizations": {
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"dbaeumer.vscode-eslint", // ESLint extension
"esbenp.prettier-vscode", // Prettier extension
"mhutchie.git-graph",
"huizhou.githd",
"amodio.tsl-problem-matcher"
]
}
},
"postCreateCommand": "sh .devcontainer/startup.sh",
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"name": "Node.js & TypeScript",
"build": {
"dockerfile": "Dockerfile",
"args": {
"TYPESCRIPT_NODE_VARIANT": "22",
"PROTOTYPE_FRAMEWORK_VERSION": "2.0.0-alpha.4"
}
},
"postAttachCommand": "sh .devcontainer/startup.sh",
"features": {
"ghcr.io/devcontainers-extra/features/typescript:2": {}
},
// Set *default* container specific settings.json values on container create.
"customizations": {
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"dbaeumer.vscode-eslint", // ESLint extension
"esbenp.prettier-vscode", // Prettier extension
"mhutchie.git-graph",
"huizhou.githd",
"amodio.tsl-problem-matcher"
]
}
},
"postCreateCommand": "sh .devcontainer/startup.sh",
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
}
Loading

0 comments on commit da7dd76

Please sign in to comment.