Skip to content

Commit d8046fb

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.2...v1.1.0) (2023-01-29) ### Bug Fixes * add empty `activationEvents` to manifest ([7081398](7081398)) * retarget extension client to launch the language server on ccini files ([2469a1a](2469a1a)) ### Features * add language client and language server libraries ([5dd41e4](5dd41e4)) * add test extension configuration to specify game directory ([596709e](596709e)) * update grammar syntax to group blocks and handle module indexes ([7b3bda9](7b3bda9))
1 parent bf9356e commit d8046fb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.1.0](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/compare/v1.0.2...v1.1.0) (2023-01-29)
2+
3+
4+
### Bug Fixes
5+
6+
* add empty `activationEvents` to manifest ([7081398](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/7081398a450fc8aaf3123ba040d98025c48cb3cc))
7+
* retarget extension client to launch the language server on ccini files ([2469a1a](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/2469a1a655443c6cd5bd6ab710771bc8b02958bd))
8+
9+
10+
### Features
11+
12+
* add language client and language server libraries ([5dd41e4](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/5dd41e46cff8e08339d45cab6794e2e4fdb5c511))
13+
* add test extension configuration to specify game directory ([596709e](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/596709e95c490be9ffb71467265a6d14409b97ed))
14+
* update grammar syntax to group blocks and handle module indexes ([7b3bda9](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/commit/7b3bda9484454c656d85f37554daf61bae8aeca1))
15+
116
## [1.0.2](https://github.com/cortex-command-community/Cortex-Command-Community-Project-VSCode-Extension/compare/v1.0.1...v1.0.2) (2023-01-19)
217

318
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Cortex Command Community Project Language Support",
44
"description": "INI language support for development of content for the game Cortex Command",
55
"icon": "icon.png",
6-
"version": "1.0.2",
6+
"version": "1.1.0",
77
"publisher": "CortexCommandCommunityProject",
88
"license": "LICENSE.md",
99
"repository": {

0 commit comments

Comments
 (0)