Create custom library in custom extension #1723
|
I'm building a 3rd-party library and trying to load it into the VS Code extension. |
Answered by
carsakiller
Nov 22, 2022
Replies: 1 comment 10 replies
|
I'm having trouble understanding what you are trying to do. You are trying to make it so your library is always enabled/activated even when not specified using |
10 replies
Answer selected by
kaikaibenkai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having trouble understanding what you are trying to do. You are trying to make it so your library is always enabled/activated even when not specified using
workspace.library? The math library is generated and enabled on startup by the server. "Third party libraries" have a different method method for "automatic" activation.