Skip to content

Commit fad6a06

Browse files
authored
Remove ESBuild problem matcher (#1352)
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent 763bd04 commit fad6a06

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
// See http://go.microsoft.com/fwlink/?LinkId=827846
33
// for the documentation about the extensions.json format
4-
"recommendations": [
5-
"dbaeumer.vscode-eslint",
6-
"esbenp.prettier-vscode",
7-
"connor4312.esbuild-problem-matchers"
8-
]
4+
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
95
}

.vscode/tasks.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"type": "npm",
2222
"script": "esbuild",
2323
"path": "packages/cursorless-vscode",
24-
"problemMatcher": "$esbuild",
2524
"presentation": {
2625
"reveal": "never"
2726
},

0 commit comments

Comments
 (0)