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
Create a function that will scan a project and determine the dominant language (the language is currently hardcoded in the main function)
An idea would be to scan all files based on a set of extension (rs for rust, py for python) and find which extension represents most of the lines of code (in case of a multiple language project).
The text was updated successfully, but these errors were encountered:
Create a function that will scan a project and determine the dominant language (the language is currently hardcoded in the main function)
An idea would be to scan all files based on a set of extension (rs for rust, py for python) and find which extension represents most of the lines of code (in case of a multiple language project).
The text was updated successfully, but these errors were encountered: