Skip to content

Commit c8fdbf6

Browse files
add rest client vscode plugin
1 parent f0e4cab commit c8fdbf6

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

.devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"image": "ghcr.io/seahax/devcontainer:latest",
2+
// "image": "ghcr.io/seahax/devcontainer:latest",
3+
"dockerFile": "Dockerfile",
34
"runArgs": ["--name=devcontainer-${devcontainerId}"],
45
// Pull an updated image before (re-)building the dev container.
56
"initializeCommand": "docker pull ghcr.io/seahax/devcontainer:latest || true",
@@ -35,7 +36,8 @@
3536
"yzhang.markdown-all-in-one",
3637
"ms-azuretools.vscode-containers",
3738
"qezhu.gitlink",
38-
"Anthropic.claude-code"
39+
"Anthropic.claude-code",
40+
"humao.rest-client"
3941
],
4042
"settings": {
4143
"remote.autoForwardPorts": true,

.gitignore

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
.vscode
2+
.nx
3+
.terraform
4+
.pnpm-store
25
.claude
3-
.DS_Store
6+
.local
47
node_modules
8+
dist
9+
lib
10+
out
11+
coverage
12+
**/src/.**
13+
**/src/_**
14+
15+
.DS_Store
16+
*.log
17+
*.tar
18+
*.gz
19+
*.tgz
20+
*.zip
21+
*.tfstate*
22+
*.local
23+
*.local.*

0 commit comments

Comments
 (0)