Isolate your vscode environment and keep it simple!
Project description
vscenv - Management of isolated VSCODE environments
vscenv is a command-line tool that makes it easy to maintain and manage isolated vscode environments written in Python.
Installation
- Option 1 : Install from pypi
pip install vscenv --user
- Option 2 : Install from soruce
git clone https://github.com/jugangdae/vscenv cd vscenv pyhton -m build pip install vscenv-0.0.1-py3-none-any.whl
Commands
create
: Create a new vscenv environment.vscenv create [vscenv_env] vscenv c [vscenv_env]
list
: Show vscenv env listvscenv list vscenv l
run
: Executes VSCODE using an vscenv environmentvscenv run [vscenv_env] [work_path] vscenv r [vscenv_env] [work_path]
Delete
: Delete an vscenv environment.vscenv delete [vscenv_env] vscenv d [vscenv_env]
help
andversion
vscenv -h, --help vscenv -v, --version
Config (~/.vscenvconfig)
[setting]
vscenv_run = [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
vscenv-0.1.1.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file vscenv-0.1.1.tar.gz
.
File metadata
- Download URL: vscenv-0.1.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c180d52a1a6d174f57f4c1eda8bd0f0ff64eedf90d874a9fddf1ca12e5205e04 |
|
MD5 | f3aadfc487b5600dd7ba1457f19d80e2 |
|
BLAKE2b-256 | 44c8dbbdf177446bc84e2b335dae3efea17a9431b5275e6980141932430c232b |
File details
Details for the file vscenv-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: vscenv-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9059f042b93124ee669ff959fde0991cf76a2d027bb420865bba9caebbbc8d4 |
|
MD5 | ee9868e9057b1601b52c5579ada85770 |
|
BLAKE2b-256 | b1a61c73ad1dddeeea7f740860f750401982e2a09a2b1152ce48dacbbcbb6391 |