MyNixOS website logo

Configuration written to Visual Studio Code's tasks.json.

Declarations
Type
JSON value
Default
{ }
Example
{
  version = "2.0.0";
  tasks = [
    {
      type = "shell";
      label = "Hello task";
      command = "hello";
    }
  ];
}