Skip to content

Commit 7e2ee18

Browse files
authored
Fix GitHub Copilot extension conflict (#30)
1 parent dcaeb90 commit 7e2ee18

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
## 1.2.0 - April 2025
3+
## 1.2.1 - September 2025
4+
5+
### Bugs fixed
6+
7+
* Fix GitHub Copilot extension conflict, preventing Cornifer to wake up on `.dsl` files
8+
9+
## 1.2.0 - September 2025
410

511
### New features
612

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# C4 DSL Visual Studio Code Extension
22

33
![](https://img.shields.io/badge/last_updated-september_2025-0c7cba)
4-
![](https://img.shields.io/badge/vsix-v1.2.0-ef8d22)
4+
![](https://img.shields.io/badge/vsix-v1.2.1-ef8d22)
55

66
![](https://img.shields.io/badge/publisher-archicionado-fcc438)
77
![](https://img.shields.io/badge/chat-on_github_issue-19967d)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"license": "SEE LICENSE IN LICENSE.txt",
1313
"publisher": "archicionado",
14-
"version": "1.2.0",
14+
"version": "1.2.1",
1515
"homepage": "https://rvr06.github.io/cornifer/",
1616
"repository": {
1717
"type": "git",
@@ -21,7 +21,7 @@
2121
"vscode": "^1.75.0"
2222
},
2323
"categories": [
24-
"Linters",
24+
"Linters",
2525
"Programming Languages",
2626
"Other"
2727
],
@@ -32,6 +32,9 @@
3232
"structurizr",
3333
"DSL"
3434
],
35+
"activationEvents": [
36+
"onLanguage:c4"
37+
],
3538
"main": "./dist/extension.js",
3639
"contributes": {
3740
"languages": [
@@ -789,4 +792,4 @@
789792
"@types/js-yaml": "^4.0.5",
790793
"portfinder": "^1.0.28"
791794
}
792-
}
795+
}

0 commit comments

Comments
 (0)