-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into huynhicode/add-fast
- Loading branch information
Showing
1,184 changed files
with
45,468 additions
and
31,830 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
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 |
---|---|---|
@@ -1,10 +1,33 @@ | ||
{ | ||
"name": "Docusaurus Dev Container", | ||
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:14-buster", | ||
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-20.04", | ||
"settings": { | ||
"terminal.integrated.shell.linux": "/bin/bash" | ||
"[typescript]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
}, | ||
"[json]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
}, | ||
"[jsonc]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
} | ||
}, | ||
"extensions": ["dbaeumer.vscode-eslint", "orta.vscode-jest"], | ||
"extensions": [ | ||
"dbaeumer.vscode-eslint", | ||
"orta.vscode-jest", | ||
"esbenp.prettier-vscode", | ||
"streetsidesoftware.code-spell-checker" | ||
], | ||
"forwardPorts": [3000], | ||
"postCreateCommand": "yarn install" | ||
"containerUser": "vscode", | ||
"postCreateCommand": "yarn install", | ||
"waitFor": "postCreateCommand", // otherwise automated jest tests fail | ||
"features": { | ||
"node": { | ||
"version": "14" | ||
}, | ||
"github-cli": "latest" | ||
} | ||
} |
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.