This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
How to get source namespace? #447
Answered
by
jose-elias-alvarez
vatosarmat
asked this question in
Q&A
-
Source |
Beta Was this translation helpful? Give feedback.
Answered by
jose-elias-alvarez
Dec 15, 2021
Replies: 1 comment
-
At the moment you can query it using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vatosarmat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment you can query it using
require("null-ls.diagnostics").get_namespace(id)
, which is exported here. That's an internal API, though, so it's not guaranteed to be stable, and I agree that this should be part of the default source data. PR welcome!