Skip to content

Commit 85cb789

Browse files
committed
remove code that disabled completions in Positron
1 parent a61fcc9 commit 85cb789

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

apps/vscode/src/providers/editor/codeview.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,6 @@ export function vscodeCodeViewServer(_engine: MarkdownEngine, document: TextDocu
102102
return lspCellYamlOptionsCompletions(context, lspRequest);
103103
}
104104

105-
// if this is Positron, no visual editor completions
106-
// TODO: fix LSP issues for visual editor in Positron:
107-
// https://github.com/posit-dev/positron/issues/1805
108-
// if (hasHooks()) {
109-
// return {
110-
// items: [],
111-
// isIncomplete: false
112-
// };
113-
// }
114-
115105
// otherwise delegate to vscode completion system
116106
const vdoc = virtualDocForCode(context.code, language);
117107
const completions = await vdocCompletions(

0 commit comments

Comments
 (0)