xxxxxxxxxx
def self.github
Dir.mkdir(".github") unless Dir.exist?(".github")
Dir.mkdir(".github/workflows") unless Dir.exist?(".github/workflows")
end
xxxxxxxxxx
it happen to me once in vs code
i already have the library and it's detected in in the file it self when i point in my imported class i can se it
solution:i reloaded my vs code windows and it worked