Skip to content

Commit

Permalink
Add task provider options for msCompile, lessCompile, and jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 16, 2024
1 parent 3b5a1cf commit bff27a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vscode/src/taskprovider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export async function activeTaskProvider(state: ExtensionState) {
"$genaiscript",
"$eslint-compact",
"$tsc",
"$msCompile",
"$lessCompile",
"$jshint",
]

Check failure on line 42 in packages/vscode/src/taskprovider.ts

View workflow job for this annotation

GitHub Actions / build

The problem matchers "$genaiscript", "$eslint-compact", "$tsc", "$msCompile", "$lessCompile", "$jshint" seem to be unnecessary. If they are not used, consider removing them to avoid confusion. 🤔
task.presentationOptions = {
echo: true,
Expand Down

0 comments on commit bff27a2

Please sign in to comment.