Skip to content

Commit

Permalink
Fix: Comment initializationOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Mar 18, 2024
1 parent bcf7095 commit 53decbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/language/languageClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ export async function activateLanguageServer (context: ExtensionContext, bitBake
// Register the server for bitbake documents
// TODO: check new documentSelector
documentSelector: [{ scheme: 'file', language: 'bitbake' }],
initializationOptions: {
extensionPath: context.extensionPath
},
// initializationOptions: {
// extensionPath: context.extensionPath
// },
// middleware: {
// provideCompletionItem: middlewareProvideCompletion,
// provideDefinition: middlewareProvideDefinition,
Expand Down

0 comments on commit 53decbc

Please sign in to comment.