You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance settings import functionality for remote workspaces
- Added options for importing settings from either remote or local JSON files in remote workspaces.
- Implemented a file picker in the webview for selecting local JSON files.
- Introduced a new message type 'requestLocalSettingsFile' to facilitate local file selection.
- Updated the import logic to handle local file content and clean up temporary files after import.
This improves user experience by providing flexibility in settings management across different environments.
0 commit comments