-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
the entire navigation tree is queried synchronously on start up (including all node_modules),
then the content of each file is saved into memory
obviously this is an out of memory error waiting to happen, so we need to
- load all files paths and content from debugger api ONLY
- all other paths and content to be lazily loaded upon selection (see scope tree implementation in reducers/actions for an example of how to)
Reactions are currently unavailable