Skip to content

Commit

Permalink
replace broken Test Explorer UI with Testify
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
overheadhunter committed Jan 17, 2025
1 parent 06c4d28 commit 3ef58ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions hub.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"extensions": {
"recommendations": [
"dbaeumer.vscode-eslint",
"hbenl.vscode-mocha-test-adapter",
"hbenl.vscode-test-explorer",
"felixjb.testify",
"vue.volar"
],
"unwantedRecommendations": [
Expand All @@ -31,7 +30,6 @@
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"testExplorer.useNativeTesting": true
}
}
}

0 comments on commit 3ef58ed

Please sign in to comment.