Skip to content

VS Code Extension v1.0.9

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Dec 19:26
· 1325 commits to main since this release
Immutable release. Only release title and notes can be modified.

Version

🚀 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.vsix

PowerShell/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

  1. Download vscode-codechef-1.0.9.vsix below
  2. In VS Code: Ctrl+Shift+PExtensions: Install from VSIX...
  3. Select the downloaded file
  4. 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.vsix

PowerShell/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.vsix

PowerShell/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