update todo

Vladimir Mandic 2022-09-12 09:39:39 -04:00
parent 3699b147b8
commit 552da54cb1
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,10 @@
{ {
"search.exclude": { "search.exclude": {
"dist/*": true, "dist/*": true,
"node_modules/*": true "node_modules/*": true,
"types": true,
"typedoc": true,
}, },
"search.useGlobalIgnoreFiles": true, "search.useGlobalIgnoreFiles": true,
"search.useParentIgnoreFiles": true "search.useParentIgnoreFiles": true
} }

View File

@ -44,3 +44,4 @@ Enable via `about:config` -> `gfx.offscreencanvas.enabled`
## Pending Release Changes ## Pending Release Changes
- Enable model cache when using web workers - Enable model cache when using web workers
- Improve NodeJS resolver when using ESM