https://github.com/narumincho/vscode-file-size-counter
https://github.com/narumincho/vscode-file-size-counter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/narumincho/vscode-file-size-counter
- Owner: narumincho
- License: mit
- Created: 2023-12-10T00:42:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T04:00:16.000Z (over 1 year ago)
- Last Synced: 2025-01-23T10:30:42.900Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://zenn.dev/narumincho/articles/deno-vscode-extension
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-file-size-counter
https://github.com/narumincho/vscode-file-size-counter/assets/16481886/7c79661a-4191-4fa8-a94c-42a56ea31acd
## build
```sh
deno run -A ./build.ts
```
## create VSIX file
```sh
cd ./distribution
deno run npm:@vscode/vsce package
```
If it doesn't work... delete ./distribution/node_modules and use Node.js.
```sh
npm install -g @vscode/vsce
cd ./distribution
vsce package
```