Develop teedoc
2023-11-01
1. Get the source code#
2. Installation Environment#
3. Run the source code#
- Install plugin
- Run
- Plug-in import issues and update debugging issues
Set the local path of the plugin in site_config.json
, for example:
Then at runtime, the package will be imported from this path first (add this path to sys.path
and then import) instead of the system path, which can ensure that the modification takes effect in time
4. Debug#
To debug in vscode, you can directly debug the single file teedoc_debug.py
Related Issues not found
Please login GitHub to create issue