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
The Package Extractor code is assuming ecosystem somehow and that a word is actually a package. Managed to replicate this by using the words "how to code?" into copilot chat:
A user in discord experience the same issue where the word column was extracted from a codesnippet and derived as a package in Rust:
import pandas as pd
def main():
# Get the list of column names
columns = df.columns.tolist()
Describe the issue
The Package Extractor code is assuming ecosystem somehow and that a word is actually a package. Managed to replicate this by using the words "how to code?" into copilot chat:
A user in discord experience the same issue where the word column was extracted from a codesnippet and derived as a package in Rust:
cc @ptelang
Steps to Reproduce
Just type 'how to code?' into chat
Operating System
Other
IDE and Version
any
Extension and Version
any
Provider
GitHub Copilot
Model
any
Logs
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: