Skip to content

On type formatting errors for args and kwargs #1257

@DonJayamanne

Description

@DonJayamanne
    def notify(self, *args, **kwargs):
  • Use the above code
  • Place cursor after the :
  • Hit enter
    def notify(self, * args, ** kwargs):

@brettcannon Personally I don't think we should be doing this. What do you think?

Metadata

Metadata

Labels

area-formattingbugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions