Skip to content

Commit ee00083

Browse files
committed
Add ESBuild Problem Matcher Extension
1 parent e108877 commit ee00083

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extension-dev.code-workspace

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"ms-azure-devops.azure-pipelines",
1919
"ms-dotnettools.csharp",
2020
"ms-vscode.powershell",
21-
"hbenl.vscode-mocha-test-adapter"
21+
"hbenl.vscode-mocha-test-adapter",
22+
"connor4312.esbuild-problem-matchers"
2223
]
2324
},
2425
"settings": {
@@ -64,6 +65,7 @@
6465
"VSCODE_VERSION": "insiders",
6566
"ELECTRON_RUN_AS_NODE": null
6667
},
68+
"powershell.cwd": "c:\\Users\\justi\\Projects\\vscode-powershell",
6769
},
6870
"tasks": {
6971
"version": "2.0.0",

0 commit comments

Comments
 (0)