#why is vs code extension not working?
1 messages · Page 1 of 1 (latest)
you have deno.enable set to false
Also you won't get any typings when using npm:
I would strongly recommend you import from https://esm.sh/graphql instead
1 messages · Page 1 of 1 (latest)
I have my local .vscode/settings.json as
{
"deno.enable": false,
"deno.lint": true,
"editor.defaultFormatter": "denoland.vscode-deno"
}
and .vscode/extensions.json as
{
"recommendations": [
"denoland.vscode-deno"
]
}
but I'm getting this. how can I fix this?
you have deno.enable set to false
Also you won't get any typings when using npm:
I would strongly recommend you import from https://esm.sh/graphql instead