Releases: Appsmithery/code-chef
Releases · Appsmithery/code-chef
VS Code Extension v1.0.9
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
VS Code Extension v1.0.2-beta.1
Immutable
release. Only release title and notes can be modified.
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.vsixBash/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.vsixManual: 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
- @dependabot[bot] made their first contribution in #2
Full Changelog: https://github.com/Appsmithery/code-chef/commits/v1.0.2