Skip to content

Commit 6bb0854

Browse files
committed
Fix a comment that should be renamed.
1 parent a674537 commit 6bb0854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/model-editor/extension-pack-picker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ async function autoCreateExtensionPack(
226226
extensionPacksInfo: QlpacksInfo,
227227
logger: NotificationLogger,
228228
): Promise<ExtensionPack | undefined> {
229-
// Get the `codeQL.dataExtensions.extensionsDirectory` setting for the language
229+
// Get the `codeQL.model.extensionsDirectory` setting for the language
230230
const userExtensionsDirectory = getExtensionsDirectory(language);
231231

232232
// If the setting is not set, automatically pick a suitable directory

0 commit comments

Comments
 (0)