Isolate your vscode environment and keep it simple!
Project description
vscenv - Management of isolated vscode environments
vscenv is a command-line script that makes it easy to maintain and manage isolated vscode environments written in Python.
This script allows users to manage isolated vscode environments, enabling the creation, deletion, and execution of separate environments with their own user data and extensions.
Installation
- Option 1 : Install from pypi
pip install vscenv - Option 2 : Install from soruce
git clone https://github.com/jugangdae/vscenv cd vscenv pyhton -m build pip install dist/vscenv-0.0.1-py3-none-any.whl
For global installations, the
--break-system-packageoption is required.
Commands
create: Create a new vscenv environment.vscenv create [vscenv_env] vscenv c [vscenv_env]list: Show list of vscenv environments.vscenv list vscenv lrun: Run vscode using the vscenv environmentvscenv run [vscenv_env] [work_path] vscenv r [vscenv_env] [work_path]Delete: Delete the vscenv environment.vscenv delete [vscenv_env] vscenv d [vscenv_env]helpandversionvscenv [-h | --help] vscenv [-v | --version]
Config (~/.vscenvconf)
[setting]
vscenv_cmd = ["code" or "code-insider"]
vscenv_dir = [path of vscenv environments directory]
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 vscenv-0.1.2.tar.gz.
File metadata
- Download URL: vscenv-0.1.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e222889dc3122d63dfd9a4d79db781152c7e848ee9b1468e9efa50dba8a7cb28
|
|
| MD5 |
7d3e17e81f7e6e29be4ee8e4344b4309
|
|
| BLAKE2b-256 |
e0e059898d35329d2f60727d1a00f61a9e01283cd14fc9797b8f21aa22678ded
|
File details
Details for the file vscenv-0.1.2-py3-none-any.whl.
File metadata
- Download URL: vscenv-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e5de404da084d06df4817fa18939938daf16364867d7954578afb561b1ede8d
|
|
| MD5 |
2c71d661ebcb49d1bdb940b1f2bba56f
|
|
| BLAKE2b-256 |
954dceaee9b112aac9f4b10aeca1f0d72ade9a2efa3dd8630397d5077ba65e8c
|