Skip to content

Commit

Permalink
Rename integration -> integrationOptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Jun 24, 2024
1 parent 2e804d8 commit 6d8a3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotframework-ls/vscode-client/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ async function startLanguageServer(): Promise<LanguageClient> {
if (pluginsDir && pluginsDir.length > 0) {
OUTPUT_CHANNEL.appendLine("Plugins dir: " + pluginsDir + ".");
initializationOptions["pluginsDir"] = pluginsDir;
initializationOptions["integration"] = integration;
initializationOptions["integrationOption"] = integration;
}
} catch (error) {
logError("Error setting pluginsDir.", error, "EXT_PLUGINS_DIR");
Expand Down

0 comments on commit 6d8a3c3

Please sign in to comment.