251117:1700 first commit
This commit is contained in:
66
.vscode/extensions.json
vendored
Normal file
66
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
{ "recommendations": [
|
||||
"aaron-bond.better-comments",
|
||||
"anbuselvanrocky.bootstrap5-vscode",
|
||||
"bmewburn.vscode-intelephense-client",
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"christian-kohler.path-intellisense",
|
||||
"codezombiech.gitignore",
|
||||
"davidanson.vscode-markdownlint",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"dsznajder.es7-react-js-snippets",
|
||||
"dunstontc.vscode-docker-syntax",
|
||||
"eamodio.gitlens",
|
||||
"easycodeai.chatgpt-gpt4-gpt3-vscode",
|
||||
"ecmel.vscode-html-css",
|
||||
"editorconfig.editorconfig",
|
||||
"esbenp.prettier-vscode",
|
||||
"firsttris.vscode-jest-runner",
|
||||
"formulahendry.auto-rename-tag",
|
||||
"github.copilot",
|
||||
"github.copilot-chat",
|
||||
"google.geminicodeassist",
|
||||
"hansuxdev.bootstrap5-snippets",
|
||||
"heybourn.headwind",
|
||||
"humao.rest-client",
|
||||
"imgildev.vscode-auto-barrel",
|
||||
"imgildev.vscode-json-flow",
|
||||
"imgildev.vscode-nestjs-generator",
|
||||
"imgildev.vscode-nestjs-pack",
|
||||
"imgildev.vscode-nestjs-snippets-extension",
|
||||
"imgildev.vscode-nestjs-swagger-snippets",
|
||||
"inferrinizzard.prettier-sql-vscode",
|
||||
"jmkrivocapich.drawfolderstructure",
|
||||
"mhutchie.git-graph",
|
||||
"mikestead.dotenv",
|
||||
"ms-azuretools.vscode-containers",
|
||||
"ms-azuretools.vscode-docker",
|
||||
"ms-edgedevtools.vscode-edge-devtools",
|
||||
"ms-python.debugpy",
|
||||
"ms-python.python",
|
||||
"ms-vscode-remote.remote-containers",
|
||||
"ms-vscode-remote.remote-ssh",
|
||||
"ms-vscode-remote.remote-ssh-edit",
|
||||
"ms-vscode.powershell",
|
||||
"ms-vscode.remote-explorer",
|
||||
"mtxr.sqltools",
|
||||
"mtxr.sqltools-driver-mysql",
|
||||
"oderwat.indent-rainbow",
|
||||
"orta.vscode-jest",
|
||||
"pdconsec.vscode-print",
|
||||
"pmneo.tsimporter",
|
||||
"postman.postman-for-vscode",
|
||||
"prisma.prisma",
|
||||
"redhat.vscode-yaml",
|
||||
"rioj7.command-variable",
|
||||
"ritwickdey.liveserver",
|
||||
"rvest.vs-code-prettier-eslint",
|
||||
"shardulm94.trailing-spaces",
|
||||
"steoates.autoimport",
|
||||
"stringham.move-ts",
|
||||
"usernamehw.errorlens",
|
||||
"vincaslt.highlight-matching-tag",
|
||||
"vscode-icons-team.vscode-icons",
|
||||
"yoavbls.pretty-ts-errors",
|
||||
"yzhang.markdown-all-in-one",
|
||||
]
|
||||
}
|
||||
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"typescript",
|
||||
"typescriptreact"
|
||||
]
|
||||
}
|
||||
0
.vscode/tasks.json
vendored
Normal file
0
.vscode/tasks.json
vendored
Normal file
Reference in New Issue
Block a user