Skip to content

Commit

Permalink
unmerge test-helper. it was not the thing I needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lich496 committed May 2, 2023
1 parent 705f1dd commit 7f75ada
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 231 deletions.
56 changes: 0 additions & 56 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,66 +31,10 @@
{
"command": "typst-with-docker.helloWorld",
"title": "Hello World"
},
{
"command": "ShortcutMenuBar.testOpen",
"title": "Open test output",
"category": "ShortcutMenuBar",
"icon": {
"light": "images/open-light.svg",
"dark": "images/open-dark.svg"
}
},
{
"command": "ShortcutMenuBar.testRefresh",
"title": "Refresh preview",
"category": "ShortcutMenuBar",
"icon": {
"light": "images/refresh-light.svg",
"dark": "images/refresh-dark.svg"
}
},
{
"command": "ShortcutMenuBar.testRerun",
"title": "Rerun test",
"category": "ShortcutMenuBar",
"icon": {
"light": "images/rerun-light.svg",
"dark": "images/rerun-dark.svg"
}
},
{
"command": "ShortcutMenuBar.testUpdate",
"title": "Update reference image",
"category": "ShortcutMenuBar",
"icon": {
"light": "images/update-light.svg",
"dark": "images/update-dark.svg"
}
}
],
"menus": {
"editor/title": [
{
"when": "resourceExtname == .typ && resourcePath =~ /.*tests.*/",
"command": "ShortcutMenuBar.testOpen",
"group": "navigation@0"
},
{
"when": "resourceExtname == .typ && resourcePath =~ /.*tests.*/",
"command": "ShortcutMenuBar.testRefresh",
"group": "navigation@1"
},
{
"when": "resourceExtname == .typ && resourcePath =~ /.*tests.*/",
"command": "ShortcutMenuBar.testRerun",
"group": "navigation@2"
},
{
"when": "resourceExtname == .typ && resourcePath =~ /.*tests.*/",
"command": "ShortcutMenuBar.testUpdate",
"group": "navigation@3"
}
]
}
},
Expand Down
149 changes: 0 additions & 149 deletions src/extension.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/images/open-dark.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/images/open-light.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/images/refresh-dark.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/images/refresh-light.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/images/rerun-dark.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/images/rerun-light.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/images/update-dark.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/images/update-light.svg

This file was deleted.

0 comments on commit 7f75ada

Please sign in to comment.