Generate VS Code workspace files for multi-package projects
Project description
Workspace Generator
Generate VS Code workspace files for multi-package projects.
Installation
pip install vscode_workspace_config_generator
Usage
# Generate VS Code workspace config for current directory (auto-detect workspace root)
generate-vscode-workspace-config
# Generate VS Code workspace config for specific directory
generate-vscode-workspace-config /path/to/workspace
What it does
- Scans the
src/directory for packages - Creates a
.code-workspacefile with folder configurations - Includes debug configuration for Python remote debugging
Remote Debugging Setup
To use the remote debugger configuration, add this code to your Python script:
import debugpy; debugpy.listen(5678);print("🛑 Waiting for debugger to attach on port 5678...");debugpy.wait_for_client()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vscode_workspace_config_generator-1.1.0.tar.gz.
File metadata
- Download URL: vscode_workspace_config_generator-1.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53f7317fc025883a7c5d785a1278a83c4b954fb01a73cccc305564d11566018d
|
|
| MD5 |
76f82e315804683725f9883089c5f1d8
|
|
| BLAKE2b-256 |
c71ec61f767111d5a2c97ae6a23039fb90ee0bbbe37a01fcfd3f38781d1e8cd5
|
File details
Details for the file vscode_workspace_config_generator-1.1.0-py3-none-any.whl.
File metadata
- Download URL: vscode_workspace_config_generator-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcccca3924afe2e6fec2d788d7364a22ee9b06649c33b1ea048623bd6d016cfc
|
|
| MD5 |
4524e2c9cfff4a0ea2d46b068d61dbb9
|
|
| BLAKE2b-256 |
e61692a2060bcb1b0cf53310c1fa216d78388afd69f381006582176a13e86210
|