Skip to content

Commit

Permalink
update vscode section of readme now that my pr got merged
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Oct 25, 2023
1 parent ede2d91 commit 83e25eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ vscode's builtin python plugin should discover both your python and robot tests

![image](https://github.com/DetachHead/pytest-robotframework/assets/57028336/411233d0-a0d6-4fca-9701-0503b534bd46)

if you use the [robotframework-lsp](https://github.com/robocorp/robotframework-lsp) extension, you'll see duplicated tests on `.robot` files because now both extensions are able to discover them. until https://github.com/robocorp/robotframework-lsp/issues/976 is merged, you'll need to install [this build](https://github.com/DetachHead/robotframework-lsp/releases/tag/asdf) which includes a new `robot.testView.enabled` setting. set that to `false` to remove the duplicated tests.
if you use the [robotframework-lsp](https://github.com/robocorp/robotframework-lsp) extension, you'll see duplicated tests on `.robot` files because you have two extensions that can discover them. to fix this, set `robot.testView.enabled` to `false` in robotframework-lsp's settings.

(note: at the time of writing, this option is not yet in the latest version of the extension, so for now you'll need to install [this build](https://github.com/DetachHead/robotframework-lsp/releases/tag/asdf))

### pycharm

Expand Down

0 comments on commit 83e25eb

Please sign in to comment.