mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
The Metrics folder has a queries.xml file which is required when building a full distribution, as the Metrics folder gets copied into odasa-csharp-metrics directory. However, in QL for Eclipse this doesn't compile because it prevents import lookup at the top level. Modifying the qlpath file to include the top-level directory on the library path fixes the problem.
11 lines
395 B
XML
11 lines
395 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<ns:qlpath xmlns:ns="https://semmle.com/schemas/qlpath">
|
|
<librarypath>
|
|
<path>/semmlecode-csharp-queries</path>
|
|
</librarypath>
|
|
<dbscheme kind="WORKSPACE">semmlecode-csharp-queries/semmlecode.csharp.dbscheme</dbscheme>
|
|
<defaultImports>
|
|
<defaultImport>csharp</defaultImport>
|
|
</defaultImports>
|
|
</ns:qlpath>
|