You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using amplify's graphql api capabilities, the syntax highlighting for anything past the graphql function stops working properly. See screenshot. You can see where the if after .graphql() is yellow instead of the purple like previous as well as the const following that if is white instead of navy blue.
Expected Behavior
This should affect graphql syntax, but not affect other highlighting after using a .graphql() function.
Steps To Reproduce
This is in VS Code Insiders 1.96.0 and I'm also using
Environment
GraphiQL Version: N/A
OS: Windows 11
Browser: N/A
Bundler: N/A
react Version: 18.2.0
graphql Version: N/A
aws-amplify Version: 6.6.7
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
When using amplify's graphql api capabilities, the syntax highlighting for anything past the graphql function stops working properly. See screenshot. You can see where the if after .graphql() is yellow instead of the purple like previous as well as the const following that if is white instead of navy blue.
Expected Behavior
This should affect graphql syntax, but not affect other highlighting after using a .graphql() function.
Steps To Reproduce
This is in VS Code Insiders 1.96.0 and I'm also using
Environment
react
Version: 18.2.0graphql
Version: N/Aaws-amplify
Version: 6.6.7Anything else?
No response
The text was updated successfully, but these errors were encountered: