Skip to content

Commit

Permalink
feat: add preview image
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed Sep 6, 2020
1 parent 3252edd commit 4fd4366
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# VSCode Folder Size

Shows the current file | folder size in the status bar for Visual Studio Code.
> Shows the current file | folder size in the status bar for Visual Studio Code.
## Usage

Select the code file(TextDocument), Plugin will counting [file | folder] size.

![preview](./images/preview.gif)

## Configuration

The Folders Not Counting, default is: `"node_modules|.git"`

```json
{
"folder-size.ignoreFolders": "node_modules|.git"
}
```

## Lisence

MIT [@xiaoluoboding](https://github.com/xiaoluoboding)
Binary file added images/preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vscode-folder-size-0.0.1.vsix
Binary file not shown.

0 comments on commit 4fd4366

Please sign in to comment.