Skip to content

Releases: fernandoescolar/vscode-solution-explorer

v 0.7.4

06 Nov 06:01
Compare
Choose a tag to compare

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

12 Oct 08:33
Compare
Choose a tag to compare

Enhancement #223: Allow add new or existing project to solution without selecting a solution file in the tree view

Enhancement #224: better omnisharp integration thanks to prettyv

Fixing "Update" section relativepath (related to #222)

v 0.7.2

15 Sep 14:58
Compare
Choose a tag to compare

Bugfix #218: Create a file via context menu generates error

Bugfix #220: Very slow initial load time

Bugfix: Add a solution file to an empty folder generates wrong .sln file format

Fixing #132: added github action tasks to publish the extension in Open VSX Registry too

v 0.7.1

05 Sep 09:40
Compare
Choose a tag to compare

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

01 Sep 16:02
Compare
Choose a tag to compare

Improving compatibility: New core engine to load projects based on MsBuild documentation: https://docs.microsoft.com/en-us/visualstudio/msbuild/how-to-use-project-sdk?view=vs-2022 related to #11, #129, #142 and #174

Bugfix: now getText is closed after pressing enter

v 0.6.3

30 Aug 17:13
Compare
Choose a tag to compare

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

28 Aug 07:58
Compare
Choose a tag to compare

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

27 Aug 15:24
Compare
Choose a tag to compare

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

25 Aug 12:14
Compare
Choose a tag to compare

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

27 Jul 08:48
Compare
Choose a tag to compare

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