how setup while we use mono
workspace of vscode
#247
-
Describe the bugit seems that it can not generated "compilerOptions": {
"plugins": [
{
"name": "@0no-co/graphqlsp",
"schema": "http://localhost:5001/admin-api",
"tadaOutputLocation": "./src/graphql-env.d.ts"
}
], ReproductionNo response gql.tada versionlatest version Validations
|
Beta Was this translation helpful? Give feedback.
Answered by
JoviDeCroock
Feb 27, 2024
Replies: 2 comments
-
It's the same as for any other project, relative to the tsconfig location you will need to point to your schema and ensure that you're not using the VSCode TS version but the workspace one. You can open the tsserver logs to debug your specific issue. Moving this issue over to the appropriate repo though |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kitten
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's the same as for any other project, relative to the tsconfig location you will need to point to your schema and ensure that you're not using the VSCode TS version but the workspace one. You can open the tsserver logs to debug your specific issue. Moving this issue over to the appropriate repo though