vscode-crystal-lang icon indicating copy to clipboard operation
vscode-crystal-lang copied to clipboard

fix: Use a separate task provider for shards

Open refi64 opened this issue 3 years ago • 1 comments

Recent VSCode versions warn when a task provider of one type registers tasks of another, leading to issues due to the "crystal" task provider registering "shards" tasks. This fixes that by creating a separate task provider for "shards" tasks.

Ref. #139.

refi64 avatar Jul 10 '21 18:07 refi64

@bcardiff can you please take a look at this PR?

Right now running tasks produce error pop-up because of the warning:

The task provider for "crystal" tasks unexpectedly provided a task of type "shards".

image

It's very distracting :(

Thanks!

y8 avatar Feb 18 '22 09:02 y8

This should be fixed after #168 is merged and tasks are reimplemented.

nobodywasishere avatar Jun 13 '23 01:06 nobodywasishere