We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1c752 commit 70f68d5Copy full SHA for 70f68d5
hls-plugin-api/src/Ide/Plugin/Properties.hs
@@ -112,7 +112,6 @@ data SomePropertyKeyWithMetaData
112
-- A property is an immediate child of the json object in each plugin's "config" section.
113
-- It was designed to be compatible with vscode's settings UI.
114
-- Use 'emptyProperties' and 'useProperty' to create and consume 'Properties'.
115
--- newtype Properties (r :: [PropertyKey]) = Properties (Map.Map String SomePropertyKeyWithMetaData)
116
data Properties (r :: [PropertyKey]) where
117
ConsProperties :: (k ~ 'PropertyKey s t, KnownSymbol s, NotElem s ks)
118
=> KeyNameProxy s -> (SPropertyKey k) -> (MetaData t) -> Properties ks -> Properties (k : ks)
0 commit comments