VSCode Extension: ConfigurationProvider - Configuration Section naming #1910
jmenzies12
started this conversation in
General
Replies: 1 comment
-
Hey @jmenzies12, I think you can just override the See also for binding: langium/packages/langium/src/services.ts Lines 112 to 115 in efb6c9e |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
In order for the ConfigurationProvider to pick up properties registered in the package.json for the extension and map them to the language, the properties have to be explicitly named with the language name at the start i.e. "argument.blah.blah".
However we have multiple languages registered under our extension, to keep inline with naming conventions it would make sense for our properties to start with the extension name followed by the language name.
Would it be possible to make the section name configurable?
Cheers
Jonathan
Beta Was this translation helpful? Give feedback.
All reactions