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 5f639bf commit bcbced5Copy full SHA for bcbced5
ui-sketcher-extension/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [1.1.6] - 2023-12-14
4
+
5
+### Added
6
7
+- The maxTokens settings is now validated against a 100-4096 range. See [issue #1](https://github.com/pAIrprogio/vscode-ui-sketcher/issues/1)
8
9
## [1.1.5] - 2023-11-28
10
11
### Changed
ui-sketcher-extension/package.json
@@ -20,7 +20,7 @@
20
"url": "https://github.com/pAIrprogio/vscode-ui-sketcher"
21
},
22
"license": "MIT",
23
- "version": "1.1.5",
+ "version": "1.1.6",
24
"icon": "images/icon.png",
25
"engines": {
26
"vscode": "^1.84.0"
0 commit comments