Skip to content

Releases: Appsmithery/code-chef

VS Code Extension v1.0.9

16 Dec 19:26
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

VS Code Extension v1.0.2-beta.1

12 Dec 23:37
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Version

Quick Install

PowerShell/Windows:

curl -L https://github.com/Appsmithery/code-chef/releases/download/v1.0.2/vscode-codechef-1.0.0.vsix -o codechef.vsix; code --install-extension codechef.vsix

Bash/Linux/macOS:

curl -L https://github.com/Appsmithery/code-chef/releases/download/v1.0.2/vscode-codechef-1.0.0.vsix -o codechef.vsix && code --install-extension codechef.vsix

Manual: Download vscode-codechef-1.0.0.vsix below VS Code Ctrl+Shift+P Extensions: Install from VSIX

What's Changed

  • chore(deps): bump esbuild from 0.21.5 to 0.25.12 in /frontend in the npm_and_yarn group across 1 directory by @dependabot[bot] in #2

New Contributors

Full Changelog: https://github.com/Appsmithery/code-chef/commits/v1.0.2