Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snippets in VS Code does not take robot.completions.keywords.argumentsSeparator setting into account #723

Closed
MoreFamed opened this issue Aug 10, 2022 · 0 comments
Labels
bug Something isn't working robotframework-ls

Comments

@MoreFamed
Copy link

MoreFamed commented Aug 10, 2022

Describe the bug
Snippets in VS Code does not take robot.completions.keywords.argumentsSeparator setting into account

To Reproduce
Steps to reproduce the behavior:

  1. Set robot.completions.keywords.argumentsSeparator settings to 2 spaces
  2. Start to type "IF" and choose "IF STATEMENT" snippet.

Expected behavior
After "IF", the separator set in robot.completions.keywords.argumentsSeparator (just 2 spaces) will be completed between "IF" and the statement.

Screenshots
image

Versions:

  • OS: Windows 10
  • Robot Framework Version: 5.0.1
  • Robot Framework Language Server Version: 0.48.2
  • Client Version: VSCode 1.70
@MoreFamed MoreFamed added bug Something isn't working robotframework-ls labels Aug 10, 2022
@fabioz fabioz closed this as completed in eca707e Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working robotframework-ls
Projects
None yet
Development

No branches or pull requests

1 participant