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
The lsp-server does not provide autocompletion for inline GraphQL snippets inside .svelte files.
It works fine in .ts files, though.
Version 0.8.1 of the VSCode plugin is supposed to add svelte support (see #2829)
The extension should provide intellisense in the <script> section of .svelte files.
Starting inspector on localhost:6009 failed: address already in use
3.11.2022, 12:59:28 [3] (pid: 19740) graphql-language-service-usage-logs: {"type":"usage","messageType":"initialize"}
GraphQL LSP restarted
3.11.2022, 12:59:28 [1] (pid: 19740) graphql-language-service-usage-logs: invalid/unknown file in graphql config documents entry:
'*.{svelte,ts}'
3.11.2022, 12:59:28 [1] (pid: 19740) graphql-language-service-usage-logs: Error:
Unable to find any GraphQL type definitions for the following pointers:
- *.{svelte,ts}
3.11.2022, 12:59:28 [1] (pid: 19740) graphql-language-service-usage-logs: invalid/unknown file in graphql config documents entry:
'*.{svelte,ts}'
3.11.2022, 12:59:28 [1] (pid: 19740) graphql-language-service-usage-logs: Error:
Unable to find any GraphQL type definitions for the following pointers:
- *.{svelte,ts}
Note that there's no output in the logs when I edit the svelte file, even if I add syntax errors. When I add syntax errors to the .ts file, they get printed in the log.
Is there an existing issue for this?
Description
The lsp-server does not provide autocompletion for inline GraphQL snippets inside .svelte files.
It works fine in .ts files, though.
Version 0.8.1 of the VSCode plugin is supposed to add svelte support (see #2829)
The extension should provide intellisense in the <script> section of .svelte files.
I've created a minimal repro: https://github.com/aloker/vscode-graphql-test
Output channel log:
Note that there's no output in the logs when I edit the svelte file, even if I add syntax errors. When I add syntax errors to the .ts file, they get printed in the log.
Environment
Related
The text was updated successfully, but these errors were encountered: