Skip to content

Commit

Permalink
Add command to insert empty guid (#78)
Browse files Browse the repository at this point in the history
* Add command to insert empty guid

* Remove key binding, fix tests

Test run was broken before this PR.

---------

Co-authored-by: Cameron Donnelly <[email protected]>
  • Loading branch information
heaths and crdonnelly authored Dec 24, 2023
1 parent 23e7367 commit 7222c21
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 278 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
{
"type": "npm",
"script": "watch-tests",
"script": "watch-test",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
Expand All @@ -37,7 +37,7 @@
"label": "watch",
"dependsOn": [
"npm: watch",
"npm: watch-tests"
"npm: watch-test"
],
"problemMatcher": []
},
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.8.0 (2022-12-22)

* [@crdonnelly](https://github.com/crdonnelly) added command to insert empty guid(s).

## 1.7.0 (2022-12-14)

* Support installing extension into VSCode for the Web e.g., vscode.dev.
Expand Down
Loading

0 comments on commit 7222c21

Please sign in to comment.