-
-
Notifications
You must be signed in to change notification settings - Fork 459
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
Optional chaining operator #885
Comments
This is an issue with VS Code itself, not this extension. It is tracked here: microsoft/TypeScript#16 |
when it will get resolved any ideas or any other options to fix this ? |
While it is not implemented vscode U can install the extension JavaScript and TypeScript Nightly |
After trying to set |
As an update, Prettier and this extension does support this now. It will depend on VS Code though. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Optional chaining operator moved to stage 3 https://github.com/tc39/proposal-optional-chaining
prettier already has support for it but on vscode still complains
Is this feature implemented on prettier-vscode? If yes how do I enable it?
I already setup my babel and eslint config.
And if I run eslint or prettier binary the test passes, but on vscode it shows the error
The text was updated successfully, but these errors were encountered: