-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dave Skender <[email protected]>
- Loading branch information
1 parent
4f1d58d
commit 0253bdb
Showing
9 changed files
with
2,076 additions
and
1,186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "Stock Charts Dev Container", | ||
"image": "mcr.microsoft.com/dotnet/sdk:9.0", | ||
"features": { | ||
"ghcr.io/devcontainers/features/node:1": { | ||
"version": "lts" | ||
}, | ||
"ghcr.io/devcontainers/features/git:1": {}, | ||
"ghcr.io/devcontainers/features/github-cli:1": {}, | ||
"ghcr.io/devcontainers/features/azure-cli:1": {}, | ||
"ghcr.io/devcontainers-extra/features/angular-cli:2": {} | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"ms-azuretools.vscode-azurefunctions", | ||
"ms-dotnettools.csharp", | ||
"angular.ng-template" | ||
] | ||
} | ||
}, | ||
"settings": { | ||
"terminal.integrated.shell.linux": "/usr/bin/bash" | ||
}, | ||
"postCreateCommand": "cd client && npm install", | ||
"remoteEnv": { | ||
"ALPACA_KEY": "${localEnv:ALPACA_KEY}", | ||
"ALPACA_SECRET": "${localEnv:ALPACA_SECRET}", | ||
"AzureWebJobsStorage": "${localEnv:AzureWebJobsStorage}" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.