Skip to content

Shows task aliases as error #211

@CyberTea0X

Description

@CyberTea0X

Task version: 3.44.1
OS: OS: Xubuntu 24.04.3 LTS (Noble4)

Description:
the extension takes the aliases keyword as an error, although the taskfile works with it as expected

Problem screenshot:
Image

How to reproduce:

version: '3'

tasks:
  hello:
    aliases: [h] # marked as error 'Property aliases is not allowed.yaml-schema: file:///home/samsung-050/.vscode-oss/extensions/paulvarache.vscode-taskfile-0.0.5-universal/schemas/taskfile.schema.json(513)'
    cmds: [echo "Hello World"]
  default:
    cmds:
      - h

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions