Skip to content

Commit

Permalink
cf-api-client package
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePlenkov committed Nov 20, 2024
1 parent 1919738 commit 1f6663b
Show file tree
Hide file tree
Showing 237 changed files with 59,824 additions and 242 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm

COPY --from=cloudfoundry/cli /usr/local/bin/cf /usr/local/bin/cf
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
"build": {
"dockerfile": "Dockerfile",
"context": "."
},
"customizations": {
"vscode": {
"extensions": ["nrwl.angular-console"]
Expand Down
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"nrwl.angular-console",
"esbenp.prettier-vscode",
"larshp.standalone-abap-development",
"firsttris.vscode-jest-runner",
"vitest.explorer",
"connor4312.nodejs-testing"
]
Expand Down
Loading

0 comments on commit 1f6663b

Please sign in to comment.