diff --git a/conf/infos.yml b/conf/infos.yml
index e69de29..7e046f8 100644
--- a/conf/infos.yml
+++ b/conf/infos.yml
@@ -0,0 +1,54 @@
+root:
+ AccessibilityInformation:
+ _note: '#9965'
+ CodeAction:
+ isPreferred:
+ _note: '#9989'
+ disabled:
+ _note: '#9989'
+ CodeActionKind:
+ SourceFixAll:
+ _note: '#9991'
+ CommentThread:
+ canReply:
+ _note: '#10002'
+ ConfigurationScope:
+ _note: '#10004'
+ CustomDocumentOpenContext:
+ untitledDocumentData:
+ _note: '#10005'
+ DebugProtocolBreakpoint:
+ _note: '#10011'
+ DebugProtocolSource:
+ _note: '#10011'
+ DebugSession:
+ workspaceFolder:
+ _note: '#10023'
+ DocumentSymbolProviderMetadata:
+ _note: '#10026'
+ EvaluatableExpression:
+ _note: '#10027'
+ Extension:
+ extensionKind:
+ _note: '#10029'
+ extensionMode:
+ _note: '#10201 (current impl is only a stub)'
+ ExtensionContext:
+ logUri:
+ _note: '#10033'
+ InlineValue:
+ _note: '#10028'
+ InputBoxOptions:
+ title:
+ _note: '#10030'
+ LinkedEditingRangeProvider:
+ _note: '#10200'
+ LinkedEditingRanges:
+ _note: '#10200'
+ TreeViewOptions:
+ canSelectMany:
+ _note: '#10102'
+
+window:
+ registerWebviewViewProvider:
+ _note: '#8740'
\ No newline at end of file
diff --git a/src/html-generator.ts b/src/html-generator.ts
index 57bc9f1..953fcbc 100644
--- a/src/html-generator.ts
+++ b/src/html-generator.ts
@@ -29,6 +29,10 @@ export class HTMLGenerator {
+