Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Escolar committed Jul 27, 2022
1 parent 7c42d35 commit 6b7447b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ All notable changes to the "vscode-solution-explorer" extension will be document

Adding open solution command

Adding different automatic open solution flags: in root folder, in alt folders, in root folders and subfolders, and omnisharp integration
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](https://github.com/CephalonAhmes)

Adding welcome view when no solution found

Updating README

## 0.4.7

Enhancement #63: prefix commands with "SolutionExplorer: "
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ You can enable omnisharp integration and vscode-solution-explorer will open the

> It will ignore .csproj files because vscode-solution-explorer cannot open a project file without a Solution.
> You have to install [Microsoft C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) to enable omnisharp integration.
### Find Solution files

You can use the automatic solution file finder activating some options in the Visual Studio Code settings panel.
Expand Down Expand Up @@ -83,12 +85,6 @@ Adds a Solution Explorer panel where you can find a Visual Studio Solution File

![Solution Explorer](https://github.com/fernandoescolar/vscode-solution-explorer/raw/main/images/vscode-solution-explorer-3.gif)

## Requirements

You have to open a folder with at least one solution file (".sln") in the root path.

Or you can create a new one by clicking with the right mouse button.

## Extension Settings

- `vssolution.showMode` Show the solution explorer in the "activityBar", in the "explorer" pane or "none" to hide it. This feature is only for testing pourposes.
Expand Down Expand Up @@ -192,6 +188,8 @@ Bugfix #205: README images fixed thanks to [Philippe Desmarais](https://github.c

Adding welcome view when no solution found

Updating README

### 0.4.7

Enhancement #63: prefix commands with "SolutionExplorer: "
Expand Down

0 comments on commit 6b7447b

Please sign in to comment.