Switch to vscode + fetch bot_name with token
ci/woodpecker/push/tests Pipeline failed

This commit is contained in:
2026-06-30 20:44:25 +00:00
parent 7f24d7657c
commit 743b6b33c9
10 changed files with 75 additions and 154 deletions
+5 -1
View File
@@ -12,8 +12,12 @@
"containerEnv": {
"SHELL": "/bin/bash"
},
"customizations": {
"vscode": {
"extensions": ["fill-labs.dependi", "rust-lang.rust-analyzer", "tamasfe.even-better-toml"]
}
},
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/herald,type=bind",
"workspaceFolder": "/workspaces/herald",
"runArgs": ["--userns=keep-id", "--security-opt", "label=disable"],
"appPort": [3000]
}