Feature/webview improvements#6
Merged
Merged
Conversation
…s in features list
…vements - Merged ELv2 license shifts across core package, extension package, vite-plugin package, JetBrains build config, website layouts and blog posts. - Resolved vsce packaging issues in extension package by introducing .vscodeignore and removing package.json files array to prevent packaging monorepo parent folders. - Re-packaged and updated core, vite-plugin, extension, and JetBrains plugin binaries inside releases/v1.2.0/ with the correct ELv2 license text.
…vent capture without refresh - Modified btnClear click handler to reset signal epoch counters and values, rather than deleting registration maps (nodeMap, nodeAliasMap, nodeSignatureMap). - Preserves the local signal definitions so subsequent writes and updates are correctly captured and rendered. - Synced the updated app.js to the JetBrains plugin resources. - Re-packaged the VS Code .vsix extension and rebuilt the JetBrains plugin .zip.
…ction - Added registeredSignals cache array to SigTraceClient. - Intercepts and caches 'register' events during send. - Re-sends all cached signal registrations upon connection open (ws.onopen) to populate host caches, eliminating the need to refresh browser applications when extension restarts or reloads.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Description
Closes #
🔀 Type of Change
🧪 Testing
Test environment:
Testing steps performed:
npm run compile)demo/reference appvite-pluginorcore)📸 Screenshots / Recordings
None
📝 Additional Notes