File tree 3 files changed +30
-1
lines changed
3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Debian" ,
3
+ "image" : " mcr.microsoft.com/devcontainers/base:bullseye" ,
4
+ "features" : {
5
+ "ghcr.io/devcontainers/features/github-cli:1" : {},
6
+ "ghcr.io/devcontainers/features/node:1" : {},
7
+ "ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1" : {}
8
+ },
9
+
10
+ "forwardPorts" : [7071 ],
11
+
12
+ "postCreateCommand" : " . ${NVM_DIR}/nvm.sh && nvm install && npm install" ,
13
+
14
+ "extensions" : [
15
+ " esbenp.prettier-vscode" ,
16
+ " dbaeumer.vscode-eslint" ,
17
+ " streetsidesoftware.code-spell-checker" ,
18
+ " ms-azuretools.vscode-azurefunctions" ,
19
+ " ms-azuretools.vscode-azurestorage" ,
20
+ " GitHub.vscode-pull-request-github" ,
21
+ " Azurite.azurite"
22
+ ]
23
+ }
Original file line number Diff line number Diff line change @@ -7,4 +7,9 @@ dist/**/__tests__/**
7
7
! README.md
8
8
! tsconfig.base.json
9
9
! tsconfig.json
10
- ! tsconfig.build.json
10
+ ! tsconfig.build.json
11
+ README.md
12
+ test-project
13
+ definition-manifest.json
14
+ .vscode
15
+ .npmignore
Original file line number Diff line number Diff line change
1
+ 16
You can’t perform that action at this time.
0 commit comments