robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
168 stars 13 forks source link

vscode displays some unsaved files #207

Closed jjj-guo closed 5 months ago

jjj-guo commented 5 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

If possible add some example source code like:

***Settings***
Library  Collections

***Test Cases***
a simple test
    do something    # this should shown something

Expected behavior A clear and concise description of what you expected to happen.

Screenshots/ Videos If applicable, add screenshots or videos to help explain your problem.

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

Desktop (please complete the following information):

Additional context Add any other context about the problem here. When I open my project, there are display 23 unsaved files.But when I uninstall the extension, it get right.Everyone around me is the same.

1
d-biehl commented 5 months ago

ups, forgot to remove some test code ;-)

jjj-guo commented 5 months ago

Thank you