aliasadidev / vscode-npm-gui

vscode nuget package manager gui https://marketplace.visualstudio.com/items?itemName=aliasadidev.nugetpackagemanagergui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not see list of .NET projects due to one python project in the list

VishalJadav opened this issue · comments

I have 5-6 .NET Projects and one python under one root folder. I can see project list in GUI only when I remove python project. Is there any setting to exclude specific project?

This extension ignores .git and node_modules folders.

ignore: ['**/node_modules/**', '**/.git/**']

To see the error detail, follow the below steps:
VSCode -> Menu -> Help -> Toggle Developer Tools > Console Tab