Skip to content

Commit

Permalink
updating to 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Escolar committed Jun 3, 2022
1 parent c6761c4 commit 3ecc689
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

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

## 0.4.7

Enhancement #63: prefix commands with "SolutionExplorer: "

Enhancement #167: using runtime icons for tree actions

Enhancement #189: it tries to determine the file extension when you create a new one without extension

Enhancement #159: added new command: "SolutionExplorer: Select Active Document"

## 0.4.6

Bugfix #178: Nested items PR #197 (by @callummarshall9)
Bugfix #178: Nested items PR #197 (by @callummarshall9). You can activate this option by setting the `vssolution.itemNesting` parameter to `true`.

Enhancement #171: load new project templates from `dotnet new --list` command output.

Expand Down
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,19 @@ Please report your issues: [vscode-solution-explorer GitHub page](https://github

There is a lot of work to do.

### 0.4.7

Enhancement #63: prefix commands with "SolutionExplorer: "

Enhancement #167: using runtime icons for tree actions

Enhancement #189: it tries to determine the file extension when you create a new one without extension

Enhancement #159: added new command: "SolutionExplorer: Select Active Document"

### 0.4.6

Bugfix #178: Nested items PR #197 (by @callummarshall9)
Bugfix #178: Nested items PR #197 (by @callummarshall9). You can activate this option by setting the `vssolution.itemNesting` parameter to `true`

Enhancement #171: load new project templates from `dotnet new --list` command output.

Expand All @@ -134,14 +144,6 @@ Enhancement #186: update to C# 10 namespace syntax (by @little512)

Fixing Dependabot alerts

### 0.4.4

Bugfix #177: cleaning `console.log` calls

Enhancement #175: adding "Watch Run" command

Fixing Dependabot alerts

## Thanks to contributors

[dfrencham](https://github.com/dfrencham)
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.4.6",
"version": "0.4.7",
"license": "MIT",
"publisher": "fernandoescolar",
"icon": "images/icon.png",
Expand Down

0 comments on commit 3ecc689

Please sign in to comment.