·
1325 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
🚀 Quick Install (Recommended)
Download and install in one command:
Bash/Linux/macOS:
curl -L https://github.com/Appsmithery/code-chef/releases/download/v1.0.9/vscode-codechef-1.0.9.vsix -o codechef.vsix && code --install-extension codechef.vsixPowerShell/Windows:
curl -L https://github.com/Appsmithery/code-chef/releases/download/v1.0.9/vscode-codechef-1.0.9.vsix -o codechef.vsix; code --install-extension codechef.vsix📦 Manual Installation
Option 1: Download and Install
- Download
vscode-codechef-1.0.9.vsixbelow - In VS Code:
Ctrl+Shift+P→ Extensions: Install from VSIX... - Select the downloaded file
- Reload VS Code
Option 2: Command Line
Bash/Linux/macOS:
# Download and install
curl -L https://github.com/Appsmithery/code-chef/releases/download/v1.0.9/vscode-codechef-1.0.9.vsix -o codechef.vsix && code --install-extension codechef.vsixPowerShell/Windows:
# Download and install
curl -L https://github.com/Appsmithery/code-chef/releases/download/v1.0.9/vscode-codechef-1.0.9.vsix -o codechef.vsix; code --install-extension codechef.vsix🔄 Update Existing Installation
If you already have the extension installed:
Bash/Linux/macOS:
code --uninstall-extension appsmithery.vscode-codechef && curl -L https://github.com/Appsmithery/code-chef/releases/download/v1.0.9/vscode-codechef-1.0.9.vsix -o codechef.vsix && code --install-extension codechef.vsixPowerShell/Windows:
code --uninstall-extension appsmithery.vscode-codechef; curl -L https://github.com/Appsmithery/code-chef/releases/download/v1.0.9/vscode-codechef-1.0.9.vsix -o codechef.vsix; code --install-extension codechef.vsix📝 Changes
See CHANGELOG.md
Full Changelog: v1.0.8...v1.0.9