update todo

pull/356/head
Vladimir Mandic 2022-09-12 09:39:39 -04:00
parent c79afbd1e7
commit 164e28ed99
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,9 @@
{ {
"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