We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea3318 commit c8ce182Copy full SHA for c8ce182
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.2]
8
+
9
+- Prevent running extension on non-TutorialKit projects (#242)
10
11
## [0.1.1]
12
13
All the following changes are for the Tutorial Panel:
extensions/vscode/package.json
@@ -4,7 +4,7 @@
"description": "TutorialKit support in VS Code",
"icon": "resources/tutorialkit-icon.png",
"publisher": "StackBlitz",
- "version": "0.1.1",
+ "version": "0.1.2",
"engines": {
"vscode": "^1.80.0"
},
0 commit comments