Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 8f00783

Browse files
authored
Merge pull request #333 from ChrisBibby/feature/readme
docs: updated readme and license
2 parents 7681992 + 1e6188b commit 8f00783

4 files changed

Lines changed: 18 additions & 6 deletions

File tree

LICENSE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Except where otherwise stated, this code is:
2+
13
MIT License
24

35
Copyright (c) 2021 Chris Bibby
@@ -7,3 +9,9 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
79
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
810

911
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12+
13+
**Exclusions**
14+
15+
Image files included within this `images` directory are **EXCLUDED** from the _MIT license_ under which this software has been released.
16+
17+
_See [Hide icons created by Those Icons - Flaticon](https://www.flaticon.com/free-icons/hide) for usage information._

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Hide Node Modules README
88

9-
This VSCode extension adds the ability to show and hide the node modules folder from within the explorer, via a context-menu, shortcut keys, command palette or status bar. The option to show or hide the node_modules folder is only available if a `package.json` or `package-lock.json` is detected within the current workspace folder.
9+
This VSCode extension adds the ability to show and hide the `node_modules` folder from within the file explorer, via a context-menu, shortcut keys, command palette or status bar. The option to show or hide the `node_modules` folder is only available if a `package.json` or `package-lock.json` is detected within the current workspace folder.
1010

1111
![Hide Node Modules VSCode Extension](https://raw.githubusercontent.com/chrisbibby/vscode_hide-node-modules/master/resources/hide-node-modules_screenshot_01.png 'Hide Node Modules')
1212

@@ -26,9 +26,9 @@ This VSCode extension adds the ability to show and hide the node modules folder
2626

2727
## How to manually unhide node_modules
2828

29-
If a folder/workspace is opened in VSCode without the [Hide Node Modules](https://marketplace.visualstudio.com/items?itemName=chrisbibby.hide-node-modules) extension but had previously used it to hide the `node_modules` folder, VSCode will keep it hidden - the extension uses an option within the VSCode `settings.json` file to control visibility of the `node_modules` folder.
29+
If a folder is opened in VSCode without the [Hide Node Modules](https://marketplace.visualstudio.com/items?itemName=chrisbibby.hide-node-modules) extension but had previously used it to hide the `node_modules` folder, VSCode will keep it hidden - the extension uses an option within the VSCode `settings.json` file to control visibility of the `node_modules` folder.
3030

31-
To unhide the node_modules folder without using the extension:
31+
To unhide the `node_modules` folder without using the extension:
3232

3333
1. Open the `settings.json` file located within the `.vscode` folder
3434
2. Locate the line `"**/node_modules": true` within `"files.exclude": { ... }`
@@ -38,5 +38,4 @@ To unhide the node_modules folder without using the extension:
3838
The `node_modules` folder should now be visible again within the explorer.
3939

4040
## Acknowledgements
41-
42-
- [FlatIcon](https://www.flaticon.com/free-icon/hide_482706)
41+
- Folder Icons provided by: [Hide icons created by Those Icons - Flaticon](https://www.flaticon.com/free-icons/hide)

images/LICENSE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
**LICENSE NOTIFICATION**
2+
3+
Image files included within this directory are **EXCLUDED** from the _MIT license_ under which this software has been released.
4+
5+
_See [Hide icons created by Those Icons - Flaticon](https://www.flaticon.com/free-icons/hide) for usage information._

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"color": "#000000",
2121
"theme": "dark"
2222
},
23-
"version": "1.1.1",
23+
"version": "1.1.2",
2424
"publisher": "chrisbibby",
2525
"author": {
2626
"name": "Chris Bibby"

0 commit comments

Comments
 (0)