deephaven / vscode-deephaven

Deephaven Visual Studio Code Extension
Apache License 2.0
3 stars 0 forks source link

feat: Lazy load panels #173

Closed bmingles closed 1 week ago

bmingles commented 1 week ago

Panels now lazy load the first time they are shown.

Can be tested using:

from deephaven import time_table

simple_ticking = time_table("PT2S")

simple_ticking2 = time_table("PT2S")

simple_ticking3 = time_table("PT2S")

resolves #52

github-actions[bot] commented 1 week ago

End-to-end Test Summary

Tests 📝Passed ✅Failed ❌Skipped ⏭️Pending ⏳Other ❓Flaky 🍂Duration ⏱️
660000005:08:03

A ctrf plugin

Detailed Test Results

NameStatusmsFlaky 🍂
should default to the correct settingspassed ✅2030
should return custom settings: Empty configspassed ✅235
should return custom settings: Populated configspassed ✅120
should be able to load VSCodepassed ✅912
should only be visible when a supported file type is active: test.groovypassed ✅3036
should only be visible when a supported file type is active: test.pypassed ✅1250

A ctrf plugin

Failed Test Summary

No failed tests ✨

Flaky Test Summary

No flaky tests detected. ✨