chore: git cache cleanup

This commit is contained in:
GitHub Actions
2026-03-04 18:34:49 +00:00
parent c32cce2a88
commit 27c252600a
2001 changed files with 683185 additions and 0 deletions

22
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Backend (Docker)",
"type": "go",
"request": "attach",
"mode": "remote",
"substitutePath": [
{
"from": "${workspaceFolder}",
"to": "/app"
}
],
"port": 2345,
"host": "127.0.0.1",
"showLog": true,
"trace": "log",
"logOutput": "rpc"
}
]
}

14
.vscode/mcp.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"inputs": [],
"servers": {
"microsoft/playwright-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest"
],
"gallery": "https://api.mcp.github.com",
"version": "0.0.1-seed"
}
}
}

26
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"gopls": {
"buildFlags": ["-tags=integration"]
},
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"go.useLanguageServer": true,
"go.lintOnSave": "workspace",
"go.vetOnSave": "workspace",
"yaml.validate": false,
"yaml.schemaStore.enable": false,
"files.exclude": {},
"search.exclude": {},
"files.associations": {},
"python-envs.pythonProjects": [
{
"path": "",
"envManager": "ms-python.python:system",
"packageManager": "ms-python.python:pip"
}
]
}

1109
.vscode/tasks.json vendored Normal file

File diff suppressed because it is too large Load Diff