Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

commenting a line with a private field doesn't work correctly #102

Open
trafnar opened this issue Jul 19, 2021 · 1 comment
Open

commenting a line with a private field doesn't work correctly #102

trafnar opened this issue Jul 19, 2021 · 1 comment

Comments

@trafnar
Copy link
Contributor

trafnar commented Jul 19, 2021

If you try to comment this line using vscode's comment shortcut
#foo = 2 + 2

You will get this result:

foo = 2+2

Instead of the correct:
# #foo = 2+2

If you uncomment the incorrect result, you'll get this further incorrect result:
# foo = 2+2

@codeluggage
Copy link

Also ran into this 👍 In case it is useful, my versions (on MacOS) are:

  • vscode-imba: v3.0.6
  • VSCode: Version: 1.60.0 (Universal) Commit: e7d7e9a9348e6a8cc8c03f877d39cb72e5dfb1ff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants