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
Currently, if I'm in a file where I reference a flag from the deconstruction of useFlags() result, it does not appear in the Flags in this File panel. Any plan we support this?
import{useFlags}from'launchdarkly-react-client-sdk';functionApp(){const{ myFlag }=useFlags()// Expect my-flag to be listed in the Flags in this File}
The text was updated successfully, but these errors were encountered:
add a .launchdarkly directory in the root of the repo. Then add a coderefs.yaml under it so it looks like .launchdarkly/coderefs.yaml and then in the file:
aliases:
- type: camelcase
If you have any other feedback on the extension we'd appreciate it.
Hey @InTheCloudDan, thanks for your response! I tried the config and I can see flag info when I hover the specifier now. However the "Flags in this file" section is still empty.
Hey team, thanks for making this tool!
Currently, if I'm in a file where I reference a flag from the deconstruction of
useFlags()
result, it does not appear in the Flags in this File panel. Any plan we support this?The text was updated successfully, but these errors were encountered: