fernandoescolar / vscode-solution-explorer

This is a Visual Studio Code extension that provides a (.sln) Visual Studio Solution explorer panel..
MIT License
352 stars 73 forks source link

some change #213

Closed LesanOuO closed 2 years ago

LesanOuO commented 2 years ago
  1. add netcoreIgnore: .vs
  2. await vscode.workspace.fs.stat(uri); makes the icon not display properly
  3. update: let solution explorer can see code error and git status like: image

😁😁😁: add nuget management GUI how can i use ?

  1. go to webview /nuget-management run npm i and npm run build
  2. then will create dist/
  3. in this time, it will not work
  4. you need to change index.html : /assets/index.1e1df454.js --> assets/index.1e1df454.js /assets/index.25a0b0fa.css ---> assets/index.25a0b0fa.css
  5. then it will work like: image nuget-management
fernandoescolar commented 2 years ago

I have added to v0.6.3 the following commits:

fernandoescolar commented 2 years ago

About the nuget package manager, I think it's great. But I would like to integrate it with the existing actions to add or remove packages and also with the nuget mini-library that you can find in the extensions folder...

LesanOuO commented 2 years ago

No matter😎 I also think your version is more awesome