-
Notifications
You must be signed in to change notification settings - Fork 11
Description
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
FAUNA_KEY=secret
FAUNA_DOMAIN=127.0.0.1
FAUNA_SCHEME=http
FAUNA_PORT=8443
FAUNA_GRAPHQL_HOST=http://localhost:8084/graphql
This config works fine on fauna-schema-migration and faunadb 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:
docker run --rm --name faunadb -p 8443:8443 -p 8084:8084 fauna/faunadbI'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