You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Pin codeql/rust-all to 0.2.10 (not '*') matching other language conventions
- Fix Rust CallGraph queries: use getName().getText() for string comparison
(Rust's getName() returns Name object, not string like Swift's)
- Populate all 5 .expected files with actual query test results
- Generate codeql-pack.lock.yml for both src and test packs
- Create server/src/resources/languages/rust_ast.md AST reference resource
- Register Rust AST resource in language-types.ts
- Add 'rust' to VSIX bundle-server.js LANGUAGES array
- Change 'kotlin' to 'cobol' as invalid language in tests
- Update language-resources tests for 9 AST resources (was 8)
Agent-Logs-Url: https://github.com/advanced-security/codeql-development-mcp-server/sessions/936d5519-c2a3-418b-9d95-555823d3ea7e
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
0 commit comments