Misc. bug fixes
This commit is contained in:
Родитель
ab589339f7
Коммит
1808b3e06c
|
@ -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.
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче