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

Broken syntax highlighting when combine overloading and export default #663

Closed
mjbvz opened this issue Sep 4, 2018 · 0 comments
Closed
Assignees

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Sep 4, 2018

From @HitalloExiled on September 4, 2018 17:33

  • VSCode Version: 1.26.1
  • OS Version: Windows 10

Steps to Reproduce:

//index.ts
export default function foo(): void;
export default function foo(bar: string): void;
export default function foo(bar?: string): void
{ }

Does this issue occur when all extensions are disabled?: Yes

Copied from original issue: microsoft/vscode#57889

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

No branches or pull requests

1 participant