mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Fix markdown path suggestions on windows
This commit is contained in:
@@ -26,8 +26,7 @@ function getCompletionsAtCursor(resource: vscode.Uri, fileContents: string) {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
suite.skip('Markdown path completion provider', () => {
|
||||
suite('Markdown path completion provider', () => {
|
||||
|
||||
setup(async () => {
|
||||
// These tests assume that the markdown completion provider is already registered
|
||||
|
||||
Reference in New Issue
Block a user