Azure / Azure/Azurite

VSCode Extension: Add "Start if not running" command

Open
#607 2 comments 2 reactions 1 assignee Claimed by @Poku8 View on GitHub
featureparity NewArch vsc
Dominant language
TypeScript
Stars
2.3k
Forks
393
Avg merge
1d 20h
Merged PRs (30d)
36

Description

I often make a dependent task for Azurite for my testing and launch tasks like so:

```
{
"label": "azurite",
"command": "${command:azurite.start}",
"problemMatcher": [],
"isBackground": true
},
```

However this always throws a bunch of toast errors if Azurite is already running. If I had a `azurite.startifnotrunning` command that would suppress error notifications about it already being started and only show errors if it failed would be very helpful. Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.