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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.2 - April 2025

### Bugs fixed

* Fix installation section in README

## 1.1.1 - April 2025

### Bugs fixed
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# C4 DSL Visual Studio Code Extension

![](https://img.shields.io/badge/last_updated-april_2025-0c7cba)
![](https://img.shields.io/badge/vsix-v1.1.1-ef8d22)
![](https://img.shields.io/badge/vsix-v1.1.2-ef8d22)

![](https://img.shields.io/badge/publisher-archicionado-fcc438)
![](https://img.shields.io/badge/chat-on_github_issue-19967d)
Expand All @@ -15,6 +15,13 @@ Whether you are a seasoned [C4 DSL](https://docs.structurizr.com/dsl/language) a

## Installation

### Visual Studio Code Marketplace

Browse to the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=archicionado.cornifer) and install the extension.
Alternatively, you can search for `Cornifer` in the `Extensions` view of Visual Studio Code and install it from there.

### Manual installation

Navigate to the [latest release](https://github.com/rvr06/cornifer/releases/latest) and download the `.vsix` file.

Then, within VSCode, open the `Extensions` view, select for `Install from VSIX` from `Views and more actions` button and browse to the `.vsix`.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "SEE LICENSE IN LICENSE.txt",
"publisher": "archicionado",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://rvr06.github.io/cornifer/",
"repository": {
"type": "git",
Expand Down