Skip to main content

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-workspace file 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vscode_workspace_config_generator-1.1.0.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file vscode_workspace_config_generator-1.1.0.tar.gz.

File metadata

File hashes

Hashes for vscode_workspace_config_generator-1.1.0.tar.gz
Algorithm Hash digest
SHA256 53f7317fc025883a7c5d785a1278a83c4b954fb01a73cccc305564d11566018d
MD5 76f82e315804683725f9883089c5f1d8
BLAKE2b-256 c71ec61f767111d5a2c97ae6a23039fb90ee0bbbe37a01fcfd3f38781d1e8cd5

See more details on using hashes here.

File details

Details for the file vscode_workspace_config_generator-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for vscode_workspace_config_generator-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fcccca3924afe2e6fec2d788d7364a22ee9b06649c33b1ea048623bd6d016cfc
MD5 4524e2c9cfff4a0ea2d46b068d61dbb9
BLAKE2b-256 e61692a2060bcb1b0cf53310c1fa216d78388afd69f381006582176a13e86210

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page