This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Package Extractor fineses #475
Closed
Description
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:
import pandas as pd
def main():
# Get the list of column names
columns = df.columns.tolist()
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