Skip to content

Commit

Permalink
Merge pull request #219 from alexa/development
Browse files Browse the repository at this point in the history
chore(release): 2.12.0
  • Loading branch information
doiron committed Nov 17, 2022
2 parents 3c56d0f + 502e017 commit a7d3c28
Show file tree
Hide file tree
Showing 6 changed files with 13,799 additions and 41 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [2.12.0](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.11.3...v2.12.0) (2022-11-16)


### Features

* updated language config file to support shortcut based commenting in acdl files ([f1ec972](https://github.com/alexa/ask-toolkit-for-vscode/commits/f1ec972299a2be27a46f106bad15eaf451745131))
* upgrade apl-suggester and apl-viewhost-web to version 2022.2 ([9f4b226](https://github.com/alexa/ask-toolkit-for-vscode/commits/9f4b226b2be89dd9ad2620bf4957923f52b75e1f))


### Bug Fixes

* make profile deletion error more helpful ([d689434](https://github.com/alexa/ask-toolkit-for-vscode/commits/d689434b76c16574c5f1b6cd2f15fb1f95d61aa0))

### [2.11.4](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.11.3...v2.11.4) (2022-08-31)


Expand Down
5 changes: 5 additions & 0 deletions languages/acdl/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@
"indentationRules": {
"increaseIndentPattern": "^((?!\\/\\/).)*(\\{[^}\"'`]*|\\([^)\"'`]*|\\[[^\\]\"'`]*)$",
"decreaseIndentPattern": "^((?!.*?\\/\\*).*\\*/)?\\s*[\\)\\}\\]].*$"
},
//for adding comments using vscode shortcuts
"comments": {
"lineComment": "//",
"blockComment": ["/*", "*/"]
}
}
2 changes: 1 addition & 1 deletion media/previewApl/previewApl.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
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';" />

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

0 comments on commit a7d3c28

Please sign in to comment.