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(exts/devin-lang): remove CustomVariable class and refactor VariableProvider to use findLanguage method for language injection #101
The CustomVariable class was deleted as it was deemed unnecessary and introduced unnecessary complexity. The VariableProvider class was modified to use the findLanguage method from the util.parser.Code utility class to determine the language for code injection, eliminating the need for the CustomVariable class. This refactoring simplifies the language injection logic and improves the maintainability of the codebase.
0 commit comments