Skip to content

Commit a7d3c28

Browse files
authored
Merge pull request #219 from alexa/development
chore(release): 2.12.0
2 parents 3c56d0f + 502e017 commit a7d3c28

File tree

6 files changed

+13799
-41
lines changed

6 files changed

+13799
-41
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.12.0](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.11.3...v2.12.0) (2022-11-16)
6+
7+
8+
### Features
9+
10+
* updated language config file to support shortcut based commenting in acdl files ([f1ec972](https://github.com/alexa/ask-toolkit-for-vscode/commits/f1ec972299a2be27a46f106bad15eaf451745131))
11+
* upgrade apl-suggester and apl-viewhost-web to version 2022.2 ([9f4b226](https://github.com/alexa/ask-toolkit-for-vscode/commits/9f4b226b2be89dd9ad2620bf4957923f52b75e1f))
12+
13+
14+
### Bug Fixes
15+
16+
* make profile deletion error more helpful ([d689434](https://github.com/alexa/ask-toolkit-for-vscode/commits/d689434b76c16574c5f1b6cd2f15fb1f95d61aa0))
17+
518
### [2.11.4](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.11.3...v2.11.4) (2022-08-31)
619

720

languages/acdl/language-configuration.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@
2525
"indentationRules": {
2626
"increaseIndentPattern": "^((?!\\/\\/).)*(\\{[^}\"'`]*|\\([^)\"'`]*|\\[[^\\]\"'`]*)$",
2727
"decreaseIndentPattern": "^((?!.*?\\/\\*).*\\*/)?\\s*[\\)\\}\\]].*$"
28+
},
29+
//for adding comments using vscode shortcuts
30+
"comments": {
31+
"lineComment": "//",
32+
"blockComment": ["/*", "*/"]
2833
}
2934
}

media/previewApl/previewApl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
content="default-src https: data:; img-src https: data:; script-src vscode-resource: https: data: 'unsafe-inline' 'unsafe-eval'; style-src vscode-resource: 'unsafe-inline';" />
1111

1212
<title>APL Preview</title>
13-
<script src="https://d2o906d8ln7ui1.cloudfront.net/apl-wasm-2022.1.js"></script>
13+
<script src="https://d2o906d8ln7ui1.cloudfront.net/apl-wasm-2022.2.js"></script>
1414
<script>window.AplRenderer || document.write('<script src="${customJavascript}"><\\/script>')</script>
1515
<script src="${aplRenderUtils}"></script>
1616
<script src="${javascript}"></script>

0 commit comments

Comments
 (0)