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 2ddd677 commit c758cb1Copy full SHA for c758cb1
CHANGELOG.md
@@ -1,15 +1,17 @@
1
# Change Log
2
3
+## [0.3.3]
4
+### Added
5
+- Update settings dynamically
6
+
7
## [0.3.2]
8
### Fixed
9
- Use fixed version of cos-api4node
10
-
11
## [0.3.1]
12
### Added
13
- Export after compile
14
15
## [0.2.3]
16
17
- Remove unused command
package.json
@@ -2,7 +2,7 @@
"name": "vscode-cos",
"displayName": "Caché ObjectScript",
"description": "Caché ObjectScript language support for Visual Studio Code",
- "version": "0.3.2",
+ "version": "0.3.3",
"icon": "images/logo.png",
"categories": [
"Languages",
0 commit comments