refactor: clean up old code

This commit is contained in:
Carl-Robert Linnupuu 2024-03-14 14:31:16 +02:00
parent 33c597d8e5
commit 42105bf308
67 changed files with 75 additions and 8227 deletions

View file

@ -3,7 +3,6 @@ package ee.carlrobert.codegpt;
import com.intellij.openapi.editor.EditorCustomElementRenderer;
import com.intellij.openapi.editor.Inlay;
import com.intellij.openapi.util.Key;
import ee.carlrobert.embedding.ReferencedFile;
import java.util.List;
public class CodeGPTKeys {