Skip to content

[ENHANCMENT] Implement a setting to switch between Test/Task Discovery mode #21

@mardukbp

Description

@mardukbp

Describe the bug
When the heading Tasks is used no green triangles are drawn in the left gutter.

To Reproduce
Steps to reproduce the behavior:

  1. Open a file containing the code below.

If possible add some example source code like:

*** Settings ***
Library    OperatingSystem

*** Tasks ***
PATH should contain C:\\Users
    ${PATH} =    Get Environment Variable    PATH
    Should Contain    ${PATH}    C:\\Users

Expected behavior
It should be possible to execute Tasks.

Screenshots/ Videos
With the heading Tasks:

grafik

With the heading Test Cases:

grafik

Logs
Copy the messages from VSCode "Output" view for RobotCode and RobotCode Language Server for the specific folder/workspace.

The output is empty

Desktop (please complete the following information):

  • VS Code Version 1.64.2
  • RobotCode Version 0.5.5
  • OS: Windows 10
  • Python Version: 3.8.10
  • RobotFramework Version 4.1.3
  • Additional tools like robocop, robotidy: None

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions