massCodeIO / assistant-vscode

massCode assistant for VS Code
MIT License
28 stars 10 forks source link

Bug: Importing snippets with similar titles imports content of one of them only #15

Open aderchox opened 7 months ago

aderchox commented 7 months ago

Hi. Reproduction: First, create a folder called JavaScript and another one called Python, then create one snippet in each of them and title them both similarly, e.g., let's title them both "Functions". Now add some different content in each, then try importing each of them in VSCode. Use the massCode: search and type in "Functions", then choose each of them once. Only content of one of them will be imported in both cases.