-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I updated VS Code to 1.110.1 and now I get No workspaces with Robot Framework files found. when I try to select configuration profile.
Steps To Reproduce
Steps to reproduce the behavior:
- Open a workspace with Robot Framework files and a
robot.tomlcontaining a couple of profiles - Run
RobotCode: Select Configuration Profiles
My robot.toml:
# Default settings
log-level = "DEBUG"
output-dir = "src/Export/TestFiles/log"
debug-file = "debug.txt"
[variables]
EXPORT_FOLDER = "src/Export"
DEFAULT_IP_FOLDER = "doc/Default IP file"
TEST_FOLDER = "src/Export/TestFiles"
LOG_FOLDER = "src/Export/TestFiles/log"
[profiles.base]
args = ["--pythonpath", "HIL-rig/libs", "--pythonpath", "HIL-rig/keyword_libs"]
[profiles.rae1]
inherits = "base"
extend-variables = { HIL = "RAE 1", DEFAULT_IP_FILE = "RAE_v3.ip" }
extend-includes = ["rae"]
[profiles.rae2]
inherits = "base"
extend-variables = { HIL = "RAE 2", DEFAULT_IP_FILE = "RAE_v3.ip" }
extend-includes = ["rae"]
[profiles.saicb1]
inherits = "base"
extend-variables = { HIL = "SAICB 1", DEFAULT_IP_FILE = "SAICB.ip" }
extend-includes = ["saicb"]
[profiles.saicb2]
inherits = "base"
extend-variables = { HIL = "SAICB 2", DEFAULT_IP_FILE = "SAICB.ip" }
extend-includes = ["saicb"]
[profiles.saicb3]
inherits = "base"
extend-variables = { HIL = "SAICB 3", DEFAULT_IP_FILE = "SAICB.ip" }
extend-includes = ["saicb"]
# Robocop linter config
[tool.robocop.lint]
configure = ["too-many-calls-in-test-case=false"]
Expected behavior
I get the menu where I can choose profile.
Logs
RobotCode output:
executeRobotCode: exit code 0
client for file:///c%3A/Dev/auto-uac stopped.
executeRobotCode: c:\Dev\auto-uac\.venv\Scripts\python.exe -u -X utf8 c:\Users\SEANHOG1\.vscode\extensions\d-biehl.robotcode-2.2.0\bundled\tool\robotcode --format json --no-color --no-pager -dp . profiles list
create Language client: RobotCode Language Server for folder auto-uac
trying to start Language client: RobotCode Language Server for folder auto-uac
client for file:///c%3A/Dev/auto-uac starting.
executeRobotCode: exit code 0
client for file:///c%3A/Dev/auto-uac running.
client for file:///c%3A/Dev/auto-uac started.
executeRobotCode: c:\Dev\auto-uac\.venv\Scripts\python.exe -u -X utf8 c:\Users\SEANHOG1\.vscode\extensions\d-biehl.robotcode-2.2.0\bundled\tool\robotcode --format json --no-color --no-pager -dp . profiles list
executeRobotCode: c:\Dev\auto-uac\.venv\Scripts\python.exe -u -X utf8 c:\Users\SEANHOG1\.vscode\extensions\d-biehl.robotcode-2.2.0\bundled\tool\robotcode --format json --no-color --no-pager -p base -p saicb2 -dp . discover --read-from-stdin all -P HIL-rig/libs -P HIL-rig/keyword_libs
executeRobotCode: exit code 0
executeRobotCode: exit code 0
RobotCode Language Server output:
[Error - 1:46:39 PM] Server process exited with code 0.
Additional context
This has been working perfectly until today and I haven't changed anything. Also, I can still run tests as usual.
Desktop (please complete the following information):
- VS Code Version 1.110.1
- RobotCode Version 2.2.0
- OS: Windows
- Python Version 3.11.9
- RobotFramework Version 7.4.2
- RoboCop 8.2.2
- RobotFramework Tidy 4.18.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working