-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix loading of CodyInlineCompletionProvider in IJ 2023 (#2510)
## Changes Fixes BUGS-577 In IJ 2023 we want `CodyInlineCompletionProvider` to be disabled, but we need to load the class to make the check. `InlineCompletionProviderID` class does not exist in 2023.2 and younger, so loading class was failing. ## Test plan 1. Open IJ 2023.2 and check if autocomplete works. No exception should be thrown. 2. Open IJ 2024.2 in remote mode and check if autocomplete works. No exception should be thrown.
- Loading branch information
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters