We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe7ff8 commit 9346e60Copy full SHA for 9346e60
2 files changed
extensions/vscode/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to the "tutorialkit" extension will be documented in this fi
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
+## [0.1.0]
8
+
9
+- Add autocompletion in the metadata of TutorialKit markdown and mdx files (see: https://github.com/stackblitz/tutorialkit/pull/143)
10
11
## [0.0.11]
12
13
- Remove the error toast appearing when loading the extension with no workspace present
extensions/vscode/package.json
@@ -4,7 +4,7 @@
"description": "TutorialKit support in VS Code",
"icon": "resources/tutorialkit-icon.png",
"publisher": "StackBlitz",
- "version": "0.0.11",
+ "version": "0.1.0",
"engines": {
"vscode": "^1.80.0"
},
0 commit comments