Skip to content

Commit

Permalink
Updating to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoescolar committed Dec 13, 2023
1 parent ee8af5b commit 67eefb5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to the "vscode-solution-explorer" extension will be documented in this file.

## 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.

## 0.8.4

Bugfix #291: allow move folder up/down, thanks to [Spencer Farley](https://github.com/farlee2121)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-solution-explorer",
"displayName": "vscode-solution-explorer",
"description": "Visual Studio .sln file explorer for Visual Studio Code",
"version": "0.8.4",
"version": "0.8.5",
"license": "MIT",
"publisher": "fernandoescolar",
"icon": "images/icon.png",
Expand Down

0 comments on commit 67eefb5

Please sign in to comment.