We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f3e31 commit 07b6ad2Copy full SHA for 07b6ad2
1 file changed
packages/vscode-apollo/src/languageServerClient.ts
@@ -51,7 +51,7 @@ export function getLanguageServerClient(
51
synchronize: {
52
fileEvents: [
53
workspace.createFileSystemWatcher("**/.env"),
54
- workspace.createFileSystemWatcher("**/*.{graphql,js,ts,jsx,tsx,py}")
+ workspace.createFileSystemWatcher("**/*.{graphql,js,ts,jsx,tsx,vue,py}")
55
]
56
},
57
outputChannel
0 commit comments