Installation and Usage
Installation
- Open Visual Studio Code
- Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X)
- Search for “envTrack”
- Click Install
Usage
- Access commands through the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
- Use the Command Runner view in the VS Code explorer to execute predefined commands
- Manage your favorite commands for quick access
- Utilize the Configs view to manage and view your command configurations
- Take advantage of YAML file management features for easy configuration
Extension Settings
This extension contributes the following settings:
env-track.runCommand
: Run a JSON Command
env-track.refreshTree
: Refresh the configuration tree
env-track.showOnlyFavorites
: Toggle display of favorite commands only
Back to Home