add .vscode

This commit is contained in:
Simon Gardling 2022-03-21 17:58:59 -04:00
parent d3177d10a7
commit 641e10b7d9
6 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@
Cargo.lock
/pkg
/tmp
/assets.tar.zst
/assets.tar.zst

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.insertFinalNewline": true,
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true
}

View File

@ -18,4 +18,4 @@
10. rewrite FunctionEntry to move more information and handling to egui_app (such as config changes)
11. Threading
12. fix integral display
13. Improve loading indicator
13. Improve loading indicator

View File

@ -30,4 +30,4 @@ cp -r pkg/ytbn_graphing_software_bg.wasm pkg/ytbn_graphing_software.js tmp/
cp www/index.html www/style.css tmp/
echo "Total size: $(du -sb tmp)"
echo "Binary size: $(du -sb tmp/ytbn_graphing_software_bg.wasm)"
echo "Binary size: $(du -sb tmp/ytbn_graphing_software_bg.wasm)"

View File

@ -1,4 +1,4 @@
#!/bin/bash
rm -fr assets.tar.zst | true
cd assets
tar -I 'zstd --ultra -22' -cf ../assets.tar.zst *.*
tar -I 'zstd --ultra -22' -cf ../assets.tar.zst *.*

View File

@ -3,4 +3,4 @@ set -e
bash build.sh "$1"
basic-http-server tmp/
basic-http-server tmp/