Skip to content

Commit cdd6553

Browse files
authored
Merge pull request #2772 from github/starcke/fix-rename-comment
Fix a comment that should be renamed.
2 parents a674537 + 6bb0854 commit cdd6553

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)