From 7180884f569c5b44545318760c0ccfac175971fc Mon Sep 17 00:00:00 2001 From: rictic Date: Sun, 1 Oct 2023 18:54:33 -0700 Subject: [PATCH] Add link to vscode bug --- src/test/ide.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ide.test.ts b/src/test/ide.test.ts index cf9aaeaf6..40f5b6711 100644 --- a/src/test/ide.test.ts +++ b/src/test/ide.test.ts @@ -1209,6 +1209,6 @@ test('we can get completions for paths', async ({rig}) => { // // I've tried to get that work work by using the textEdit field of the // completion item, but that just results in vscode ignoring all of our -// completions +// completions. Filed as https://github.com/microsoft/vscode/issues/194580 test.run();