We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a674537 + 6bb0854 commit cdd6553Copy full SHA for cdd6553
extensions/ql-vscode/src/model-editor/extension-pack-picker.ts
@@ -226,7 +226,7 @@ async function autoCreateExtensionPack(
226
extensionPacksInfo: QlpacksInfo,
227
logger: NotificationLogger,
228
): Promise<ExtensionPack | undefined> {
229
- // Get the `codeQL.dataExtensions.extensionsDirectory` setting for the language
+ // Get the `codeQL.model.extensionsDirectory` setting for the language
230
const userExtensionsDirectory = getExtensionsDirectory(language);
231
232
// If the setting is not set, automatically pick a suitable directory
0 commit comments