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

Python: Block comment is three single quotes and not two #18

Closed
bpasero opened this issue Nov 16, 2015 · 3 comments
Closed

Python: Block comment is three single quotes and not two #18

bpasero opened this issue Nov 16, 2015 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded

Comments

@bpasero
Copy link
Member

bpasero commented Nov 16, 2015

When using the block comment feature, only 2 single quotes are put in, instead of three.

@joaomoreno
Copy link
Member

Python block comments are triple quotes, not double. Check if that works.

def f():
  '''
  example
  '''
  return 0

@bpasero
Copy link
Member Author

bpasero commented Nov 16, 2015

It does! Thanks @joaomoreno. @aeschli the bug is then that only 2 quotes are put in.

@bpasero bpasero changed the title Python: Block comment is not colored Python: Block comment is three single quotes and not two Nov 16, 2015
@aeschli aeschli added this to the 0.10.1 milestone Nov 16, 2015
@chrisdias chrisdias added the bug Issue identified by VS Code Team member as probable bug label Nov 16, 2015
@aeschli
Copy link
Contributor

aeschli commented Nov 16, 2015

Fixed, see #25, reviewed by Alex

@aeschli aeschli closed this as completed Nov 16, 2015
@aeschli aeschli assigned joaomoreno and unassigned aeschli Dec 15, 2015
@joaomoreno joaomoreno added the verified Verification succeeded label Dec 16, 2015
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants