https://github.com/pocketpy/pocketpy-vscode-extension
pocketpy development tools for VSCode
https://github.com/pocketpy/pocketpy-vscode-extension
Last synced: 10 months ago
JSON representation
pocketpy development tools for VSCode
- Host: GitHub
- URL: https://github.com/pocketpy/pocketpy-vscode-extension
- Owner: pocketpy
- Created: 2025-06-28T12:30:33.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-08-08T12:34:44.000Z (10 months ago)
- Last Synced: 2025-08-08T14:35:00.661Z (10 months ago)
- Language: Python
- Size: 77.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
1. 启动Run Extension
2. 在新打开的窗口中,DEBUG选项有attach和launch,如果是attach模式需要先启动待调试脚本,launch模式需要填写program路径
3. debug adpter在python文件夹下,所以逻辑均在这一个文件夹里
4. src下是插件源码的路径