Releases: fernandoescolar/vscode-solution-explorer
v 0.7.4
Enhancement #230: dotnet core is no more thanks to ShalokShalom
Bugfix #227 NuGet packages manager in Windows thanks to nev-21
v 0.7.3
v 0.7.2
v 0.7.1
Bugfix #216: icons now are loaded right
Enhancement #132: added github action tasks to publish the extension in Open VSX Registry too
Enhancement #191: adding vcxproj as a known extension in open project dialog
Simplifying the project loading and the different tree project item kinds
Bugfix: add and remove project reference actions now work
Bugfix: avoid create Folder tag when it is not needed
Enhancement: duplicated items error tolerance
v 0.7.0
v 0.6.3
Bugfix #215 copy the commands array to avoid modifying the original config
Bugfix #214 fixing icon size
Sort .NET Core default folders ("Properties" and "wwwroot") thanks to LesanOuO
Let solution explorer can see code error and git status thanks to LesanOuO
Add netcoreIgnore: .vs thanks to LesanOuO
Async nuget feeds loading
v 0.6.2
Adding new terminal command system
Better display of nuget package version in tree
Use more Visual Studio 2022 icons thanks to LesanOuO
Add api controller template file thanks to LesanOuO
Update: rename files while modifying class name thanks to LesanOuO
Bugfix: await icon loading thanks to LesanOuO
v 0.6.1
Activity bar icon updated thanks to LesanOuO
Bugfix: Solution Explorer not loading automatically the first time thanks to LesanOuO
Bugfix: unable to add files without .cs suffix (like .json .xml ...) thanks to LesanOuO
Bugfix: options panel hide after selection
New template system for new file creation
Enhancement #57: now you can add or delete solution files
Enhancement #94: add "Reveal In OS File Manager" command
Add nuget.config support for custom feed sources (only ClearTextPassword credencials are supported)
Some refactoring tasks to avoid using any
keyword
v 0.6.0
Improving add nuget package command: now it searches in the nuget repository for the package and let you select the version
Improving move and copy commands: now it prevents replacing existing files
Improving the output channel behavior
Enhancement #9: Adding drag and drop functionality: move projects, folders and files arround the solution, and copy files and folders between projects
Updating README
Updating to latests node and vscode dependencies versions
Updating to typescript v4.7.4
New internal activity system to run features
Using vscode fs API
Using vscode clipboard API
v 0.5.0
Adding open solution command
Adding different automatic open solution flags: in root folder, in alt folders, in root folders and subfolders (Enhancement #204), and omnisharp integration
Adding command to update package references versions automatically
Bugfix #205: README images fixed thanks to Philippe Desmarais
Adding welcome view when no solution found
Updating README