rwConfig for VS Code
rwConfig is a simple, lightweight library that provides a unified and fast interface for reading configuration information from a wide range of config sources. What distinguishes rwConfig from the pack is its design philosophy: define what you need and what it should look like ahead of time, and validate that you have what you need at coding time (with this extension) and on startup. This means that you can rest easier knowing that you won't be surprised by configuration issues when it's too late to do something about it. For more information see the project page on GitHub. This extention provides syntax highlighting for HighlightingTypes, allowed values and ranges, escapes, list items, and library settings are each highlighted, and anything the parser would reject is marked as invalid - the grammar is built from the same rules as the parser, so what the editor calls wrong is what the library would call wrong. CheckingWhen a workspace has an The checking is done by the Config sources are not loaded. Only the declarations are read, so the checks need no network, database, or secrets. To find out whether the whole configuration would load on this machine, run rwConfig: Test config sources from the command palette - that one really does open every source the file describes, which is why it only happens when you ask. Settings
|
