You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some lsp feature of "tspconfig.yaml" doesn't work properly in VSCode with latest extension because the latest extension expects the compiler can provide these functionalities which isn't available in old compiler
Workaround: upgrade to the latest compiler
i.e. the highlight of comment:
i.e. internal compiler error would be reported for tspconfig.yaml because old compiler would try to compile the tspconfig.yaml file:
RodgeFu
changed the title
[Bug]: Some Highlight don't work properly when using latest VS Code extension with old Compiler
[Bug]: Some lsp feature for "tspconfig.yaml" don't work properly when using latest VS Code extension with old Compiler
Nov 12, 2024
RodgeFu
changed the title
[Bug]: Some lsp feature for "tspconfig.yaml" don't work properly when using latest VS Code extension with old Compiler
[Bug]: when using latest VS Code extension with old Compiler, some lsp feature for "tspconfig.yaml" don't work properly
Nov 12, 2024
Describe the bug
Some lsp feature of "tspconfig.yaml" doesn't work properly in VSCode with latest extension because the latest extension expects the compiler can provide these functionalities which isn't available in old compiler
Workaround: upgrade to the latest compiler
i.e. the highlight of comment:

i.e. internal compiler error would be reported for tspconfig.yaml because old compiler would try to compile the tspconfig.yaml file:

Reproduction
use latest vscode extension against old compiler
Checklist
The text was updated successfully, but these errors were encountered: