-
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- 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:
With the heading Test Cases:
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
Labels
enhancementNew feature or requestNew feature or request