Skip to content

Commit 07b6ad2

Browse files
committed
Add vue to file system watcher expression
1 parent f7f3e31 commit 07b6ad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode-apollo/src/languageServerClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function getLanguageServerClient(
5151
synchronize: {
5252
fileEvents: [
5353
workspace.createFileSystemWatcher("**/.env"),
54-
workspace.createFileSystemWatcher("**/*.{graphql,js,ts,jsx,tsx,py}")
54+
workspace.createFileSystemWatcher("**/*.{graphql,js,ts,jsx,tsx,vue,py}")
5555
]
5656
},
5757
outputChannel

0 commit comments

Comments
 (0)