We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c681888 commit b49be24Copy full SHA for b49be24
1 file changed
extensions/html/server/src/modes/pathCompletion.ts
@@ -92,7 +92,7 @@ export function providePathSuggestions(value: string, range: Range, activeDocFsP
92
label: f,
93
kind: CompletionItemKind.File,
94
textEdit: TextEdit.replace(replaceRange, f)
95
- };
+ };
96
}
97
});
98
} catch (e) {
0 commit comments