This commit is contained in:
Jonathan Carter 2020-04-02 09:46:29 -07:00
Родитель ab589339f7
Коммит 1808b3e06c
3 изменённых файлов: 915 добавлений и 910 удалений

Просмотреть файл

@ -1,3 +1,8 @@
## v0.0.18 (04/02/2020)
- Updated the VS Code version dependency to `1.40.0` (instead of `1.42.0`).
- Removed the dependency on the built-in Git extension, to ensure that recording/playback is more reliable.
## v0.0.17 (03/31/2020)
- Introduced "tour markers", which display a gutter icon next to lines of code which are associated with a step in a code tour.

1816
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -3,7 +3,7 @@
"displayName": "CodeTour",
"description": "VS Code extension that allows you to record and playback guided tours of codebases, directly within the editor",
"publisher": "vsls-contrib",
"version": "0.0.17",
"version": "0.0.18",
"repository": {
"type": "git",
"url": "https://github.com/vsls-contrib/codetour"
@ -15,7 +15,7 @@
"license": "ISC",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.42.0"
"vscode": "^1.40.0"
},
"categories": [
"Other"