Skip to content

Commit

Permalink
Docs: enable file nesting in vscode config file (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckob authored Oct 20, 2024
1 parent 22f8455 commit 8a92eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/installation/setup-ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ The following Visual Studio configuration shows a typical configuration.
```{code-block} json
:caption: .vscode/settings.json
{
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": { // shows *.feature.cs files as nested items
"*.feature": "${capture}.feature.cs"
},
Expand Down

0 comments on commit 8a92eb3

Please sign in to comment.