microsoft / vscode-anycode

MIT License
334 stars 38 forks source link

add support to self-suppress languages when a "real" language extension is available #38

Closed jrieken closed 2 years ago

jrieken commented 2 years ago

Allow language contributes like anycode-typescript to self-suppress them when a well-known language extension is available, e.g vscode.typescript-language-features. This helps to avoid false positives being mixed in with other results.