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

## 1.2.0 - April 2025
## 1.2.1 - September 2025

### Bugs fixed

* Fix GitHub Copilot extension conflict, preventing Cornifer to wake up on `.dsl` files

## 1.2.0 - September 2025

### New features

Expand Down
2 changes: 1 addition & 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-september_2025-0c7cba)
![](https://img.shields.io/badge/vsix-v1.2.0-ef8d22)
![](https://img.shields.io/badge/vsix-v1.2.1-ef8d22)

![](https://img.shields.io/badge/publisher-archicionado-fcc438)
![](https://img.shields.io/badge/chat-on_github_issue-19967d)
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.

9 changes: 6 additions & 3 deletions 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.2.0",
"version": "1.2.1",
"homepage": "https://rvr06.github.io/cornifer/",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"vscode": "^1.75.0"
},
"categories": [
"Linters",
"Linters",
"Programming Languages",
"Other"
],
Expand All @@ -32,6 +32,9 @@
"structurizr",
"DSL"
],
"activationEvents": [
"onLanguage:c4"
],
"main": "./dist/extension.js",
"contributes": {
"languages": [
Expand Down Expand Up @@ -789,4 +792,4 @@
"@types/js-yaml": "^4.0.5",
"portfinder": "^1.0.28"
}
}
}