Skip to content

Commit

Permalink
fix: 0.0.65起動不能対応
Browse files Browse the repository at this point in the history
  • Loading branch information
taizod1024 committed Oct 14, 2021
1 parent 357905c commit 956f763
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tasks": [
{
"type": "npm",
"script": "esbuild-base",
"script": "esbuild",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
Expand Down
5 changes: 4 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
### include
!build/**
!images/**
!README.md
!node_modules/**
!template/**
!CHANGELOG.md
!LICENSE
!README.md
23 changes: 0 additions & 23 deletions src/test/runTest.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/test/suite/extension.test.ts

This file was deleted.

38 changes: 0 additions & 38 deletions src/test/suite/index.ts

This file was deleted.

0 comments on commit 956f763

Please sign in to comment.