Add vscode debugger (#20668)

This commit is contained in:
GuanMu
2025-06-05 13:35:32 +08:00
committed by GitHub
parent de9c7f2ea4
commit d608be6e7f
3 changed files with 87 additions and 2 deletions

7
.gitignore vendored
View File

@@ -192,12 +192,12 @@ sdks/python-client/dist
sdks/python-client/dify_client.egg-info
.vscode/*
!.vscode/launch.json
!.vscode/launch.json.template
!.vscode/README.md
pyrightconfig.json
api/.vscode
.idea/
.vscode
# pnpm
/.pnpm-store
@@ -207,3 +207,6 @@ plugins.jsonl
# mise
mise.toml
# Next.js build output
.next/