Skip to content

Releases: fernandoescolar/vscode-solution-explorer

v 0.8.8

25 Nov 13:15
Compare
Choose a tag to compare

Fixing issues managing nuget packages with multiple nuget.config files and not working feeds.

Fixing the github actions flow.

v 0.8.7

25 Nov 10:49
Compare
Choose a tag to compare

Fixing duplicated items in the tree view: "Element with id is already registered" error

Fixing issue with terminal after executing the update all packages in project command.

Adding new nuget package management inline in a .csproj file.

Adding readonly support for .slnx files.

Adding .slnx grammar support for highlighting.

v 0.8.6

07 Jun 13:09
Compare
Choose a tag to compare

Bugfix #296: Ctr+Enter hotkey should have a "when" condition to not mess with other hotkeys

v 0.8.5

13 Dec 08:35
Compare
Choose a tag to compare

Bugfix #274: Trying to solve "Element with id is already registered" error.

Enhancement #277: Adding new command to open a file and focus the document using ctrl+enter keybinding.

Enhancement #289: Add context option to Open in Solution Explorer

Enhancement #295: Syntax coloring for .sln files

Renaming the extension terminal from "dotnet" to "solution-explorer" to avoid conflicts with other extensions.

v 0.8.4

07 Jun 14:42
Compare
Choose a tag to compare

Bugfix #291: allow move folder up/down, thanks to Spencer Farley

v 0.8.3

07 Jun 12:13
Compare
Choose a tag to compare

Enhancement #283: Display folders in project file order in F# projects, thanks to Spencer Farley

Enhancement #284: Enable drag-drop for F# projects, thanks to Spencer Farley

Enhancement #285: Update the add new project template value, thanks to Fadi Hania

v 0.8.2

21 Mar 15:55
Compare
Choose a tag to compare

Enhancement #265: adding new parameter vssolution.showTerminalOnCommand to show the terminal when a command is executed, true by default

Enhancement #272: Bump webpack from 5.74.0 to 5.76.0

Improved grouping and sorting of context menu options.

Better F# projects support:

v 0.8.1

21 Feb 10:59
Compare
Choose a tag to compare

Bugfix #264: allow undefined selected item commands

v 0.8.0

20 Feb 13:10
Compare
Choose a tag to compare

Bugfix #254: Refresh tree view item icons properly, thanks to panoskj

Bugfix #252: Fixed a bug when using "Include" project items, thanks to panoskj

Bugfix #255: Doesn't open solutions if you don't have open a folder first

Enhancement #257: Added support for "PropertyGroup" properties within include/exclude paths, thanks to panoskj

Enhancement #258: Fixed bug that prevented pasting files, thanks to panoskj

Bugfix #261: Fix Project dependent files display, thanks to lhz

Bugfix #5: Keyboard shortcuts not working, thanks to panoskj

Bugfix #169: Now "paste" is shown in context menu

v 0.7.5

03 Jan 12:51
Compare
Choose a tag to compare

Bugfix ##239: Fix project expansion, thanks to Richard Willis

Bugfix #238: Not able to change casing when renaming file

Enhancement #242: Update single package, thanks to Richard Willis

PR #246 Fix spelling, thanks to Richard Willis

PR #247 Use modern ecmascript variable declarations, thanks to Richard Willis

Bugfix #250: new output panel configuration option to select desired behavior outputChannelMode: show, append or none.

Enhancement #245: show nested package references, thanks to Richard Willis