Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,12 @@ Thumbs.db

# Internal development
internal/**
temp/**
temp/**

# Claude Code files
.claude/**
.agents/**
CLAUDE.md

# Development documentation
docs/**
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to the Cloudinary VS Code extension will be documented in th
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.4] - 2026-04-16

### Added
- E2E test infrastructure for automated extension testing

### Fixed
- VSIX package no longer includes development-only files, reducing package size

## [0.1.3] - 2026-02-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "Cloudinary",
"displayName": "Cloudinary",
"description": "Easily find and manage your Cloudinary assets directly from Visual Studio Code.",
"version": "0.1.3",
"version": "0.1.4",
"icon": "resources/cloudinary_icon_blue.png",
"repository": {
"type": "git",
Expand Down
Loading