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
fix(devin-lang): update icon loading and add missing package declaration #101
The icon used for the DevInFileType was updated to use a custom icon instead of the AI Copilot icon. Additionally, a new file was added to declare the icon in a separate file, and the missing package declaration in DevInLexerAdapter was fixed. The build.gradle.kts file was modified to remove the unnecessary plugin and plugin version settings, as well as the dependency on the :java project, since these were not needed for this change.
0 commit comments