Releases: fernandoescolar/vscode-solution-explorer
v 0.8.8
v 0.8.7
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
v 0.8.5
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
Bugfix #291: allow move folder up/down, thanks to Spencer Farley
v 0.8.3
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
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:
-
Enhancement #179 #269: Add option to open a project file on click, thanks to Spencer Farley
-
Enhancement #131 #268 Display files in proj order for F# projects, thanks to Spencer Farley
-
Enhancement #271: Add optional inline project edit button, thanks to Spencer Farley
-
Enhancement #270 #275: Create File above/below, thanks to Spencer Farley
v 0.8.1
v 0.8.0
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
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