We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea538b4 commit 4d9709bCopy full SHA for 4d9709b
CHANGELOG.md
@@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
----
9
10
-## [Unreleased]
+## [1.1.1]
11
+
12
+### Fixed
13
14
+- Added `.cfc` to coldbox extensions
15
+- Removed `lang-cfml` as an activated language, we only use `cfml` now.
16
17
+## [1.1.0]
18
19
### Added
20
package.json
@@ -2,7 +2,7 @@
2
"name": "vscode-coldbox",
3
"displayName": "vscode-coldbox",
4
"description": "ColdBox Platform Support for Visual Studio Code",
5
- "version": "1.1.0",
+ "version": "1.1.1",
6
"publisher": "ortus-solutions",
"icon": "images/icon.png",
"engines": {
0 commit comments