Setup General Tool //top\\

Use the Ctrl+Shift+P command palette and select Chat: New Instructions File . This creates a configuration that dictates the AI's general capabilities across your workspace.

export PYENV_ROOT="$HOME/.pyenv" command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)"

Use the Ctrl+Shift+P command palette and select Chat: New Instructions File . This creates a configuration that dictates the AI's general capabilities across your workspace.

export PYENV_ROOT="$HOME/.pyenv" command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)"