Make the qlpack compatible with MRVA#1
Conversation
Previously, there was an issue with the codeql submodule being nested inside the parent qlpack. This change makes the workshop's qlpack a sibling of the codeql workspace. There are also some changes to the qlpack.yml itself. These are not necessary, but make the qlpack.yml more canonical: * Remove the `version` to prevent the pack from accidentally being published. * Add a `name` with a scope to properly identify the package. * Convert `libraryPathDependencies` to `dependencies` and use the library pack.
|
Thanks a lot @aeisenberg!
I tried that but it makes my neovim plugin to fail. The reason is that Im using |
|
Scratch that, it seems I have to pass |
|
LSP server is not correctly picking the qlpacks now though. I can see from the help doc that |
|
Got it working after running |
|
That is correct. It is no longer needed. We're aware that the docs for packaging are not up to date. It's just not something that we've had the resources to look into yet. |
Previously, there was an issue with the codeql submodule being nested
inside the parent qlpack. This change makes the workshop's qlpack a
sibling of the codeql workspace.
There are also some changes to the qlpack.yml itself. These are not
necessary, but make the qlpack.yml more canonical:
versionto prevent the pack from accidentally beingpublished.
namewith a scope to properly identify the package.libraryPathDependenciestodependenciesand use thelibrary pack.