Skip to content

Fix standard query lockfile detection - #4487

Draft
Pybsama wants to merge 2 commits into
github:mainfrom
Pybsama:codex/fix-standard-query-lockfile-detection
Draft

Fix standard query lockfile detection#4487
Pybsama wants to merge 2 commits into
github:mainfrom
Pybsama:codex/fix-standard-query-lockfile-detection

Conversation

@Pybsama

@Pybsama Pybsama commented Jul 30, 2026

Copy link
Copy Markdown

Summary

  • detect existing standard-query pack lockfiles from the real filesystem instead of codeql pack packlist output
  • support both qlpack.lock.yml and codeql-pack.lock.yml
  • preserve the existing temporary dependency-install and cleanup flow when no lockfile exists

Tests

  • npm run test:vscode-integration:no-workspace -- --runTestsByPath test/vscode-tests/no-workspace/local-queries/standard-queries.test.ts
  • npm run test:vscode-integration:no-workspace
  • npm run build
  • npm run lint
  • npm run check-types
  • npm run lint:markdown

Fixes #4471

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

createLockFileForStandardQuery always creates temp lock because packPacklist doesn't return lock files

1 participant