-
Notifications
You must be signed in to change notification settings - Fork 10
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
Refresh doesn't work? #74
Comments
Don't you have any error messages at the bottom right corner?
|
The refresh did nothing, so yeah, I get no error messages either too. I can add normally with After I entered everything, I clicked on refresh icon and it does nothing again. It only show once when Visual Studio Code has started for the first time after closing it. (Hence login.js1, login.js2, login.js3, login.js4 is showing here) |
Does it has something to do with GRAPHQL? I don't use GraphQL so I'm not quite sure if this is the issue.
|
@YanDevDe have you deleted databases login.js1, login.js2 etc..? are not shown on the second screen. |
Yes, I've deleted login.js1 etc because this was from test from fauna-blueprint (and it auto-removed again in test). Sorry for the confusion. db.fauna.com with following FAUNA_ADMIN_KEY=<fauna secret key from fauna.com> Also lists the database (with demo data) after VSCode restart - but it doesn't refresh here either too. |
I have probably the same issue, refresh doesnt show newly created documents |
Hello everyone!
I've been trying to use this extension under fauna-dev (which runs per docker). Hence I'm using .faunarc at my root project directory with empty global admin key.
I've following content at
.faunarc
This config works fine on
fauna-schema-migration
andfaunadb
nodejs module - my test runs smoothly and it can pull data from fauna-dev too. It also displays correctly in FaunaDB Extension at running it first time.But for some reason, when I added some data to fauna-dev - I don't see this new data at FaunaDB Plugins in VSCode. If I click refresh button at top right - it just happens nothing. Not even loader bar thing appears.
Temporary fix would be closing Visual Studio Code and re-open it again and then the data are visible - which kinda... sucks lol
Am I missing something here?
Been running fauna's docker by:
I'm using 1.7.1 Fauna from VSCode Marketplace.
Visual Studio Code: 1.56
macOS 11.2.3 (Apple M1)
Any tips or help are welcome! :)
Thanks,
Yan
The text was updated successfully, but these errors were encountered: