Skip to content

Commit

Permalink
Chore: Remove synchronize option
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonZiweiWang committed Jan 3, 2024
1 parent 8416c28 commit 9d2865d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions client/src/language/languageClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,6 @@ export async function activateLanguageServer (context: ExtensionContext): Promis
// Register the server for bitbake documents
// TODO: check new documentSelector
documentSelector: [{ scheme: 'file', language: 'bitbake' }],
synchronize: {
configurationSection: 'bitbake',

// Notify the server about file changes to '.clientrc files contain in the workspace
fileEvents: [
workspace.createFileSystemWatcher('**/*.bbclass', false, true, false),
workspace.createFileSystemWatcher('**/*.inc', false, true, false),
workspace.createFileSystemWatcher('**/*.bb', false, true, false),
workspace.createFileSystemWatcher('**/*.conf', false, true, false)
]
},
initializationOptions: {
storagePath: context.storageUri?.fsPath,
extensionPath: context.extensionPath
Expand Down

0 comments on commit 9d2865d

Please sign in to comment.