Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 60448df

Browse files
Create extensions.json
1 parent b214f64 commit 60448df

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.vscode/extensions.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"recommendations": [
3+
"tamasfe.even-better-toml",
4+
"streetsidesoftware.code-spell-checker",
5+
"shardulm94.trailing-spaces",
6+
"redhat.vscode-yaml",
7+
"ms-vscode-remote.remote-containers",
8+
"ms-python.vscode-pylance",
9+
"ms-python.pylint",
10+
"ms-python.mypy-type-checker",
11+
"ms-python.isort",
12+
"ms-python.black-formatter",
13+
"ms-python.autopep8",
14+
"ms-azuretools.vscode-docker",
15+
"mosapride.zenkaku",
16+
"mikestead.dotenv",
17+
"golang.go",
18+
"github.vscode-github-actions",
19+
"elagil.pre-commit-helper",
20+
"christian-kohler.path-intellisense"
21+
]
22+
}

cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"ignorePaths": [
99
"/api/src/go.sum",
1010
"/api/src/go.mod",
11+
"/.vscode",
1112
"/.gitignore",
1213
"/.gitattributes",
1314
"./mysql/.env.mysql.example"

0 commit comments

Comments
 (0)