Closed hario90 closed 1 year ago
I believe this is related to https://github.com/microsoft/vscode/issues/130953 in which the author was unable to use '.' as a trigger character without downgrading VS Code or disabling the RedHat YAML extension. The issue was closed because the VS Code side was working as intended.
Opening a bug in the vscode-yaml repo since this may not be specific to the language server.
Describe the bug
Code completions defined within a custom VS Code extension don't appear when the trigger character is a period when the RedHat YAML extension is enabled. They appear again when the RedHat YAML extension is turned off.
Expected Behavior
Code completions for "console." should appear, displaying "log", "info" and "error"
Current Behavior
Code completions don't appear.
Steps to Reproduce
'plaintext'
and change to{ scheme: 'file', language: 'yaml' }
.npm install
in completions-sample folder (see root README for NPM and NodeJS version requirements).This issue doesn't happen when the RedHat YAML extension is disabled.
Environment