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(Wind): Add development logging and real path resolution from Mountain
Add DevLog utility for tag-filtered browser-side logging controlled via window.__LAND_DEV_LOG or localStorage. Supports tags: vfs, ipc, config, lifecycle, storage, exthost, folder, bootstrap.
ResolveConfiguration now fetches real paths from Mountain via MountainIPCInvoke (nativeHost:getEnvironmentPaths) instead of hardcoded values. This provides homeDir, tmpDir, userDataDir, logsPath for the sandbox config. Also reads ?folder= URL parameter to set workspace/folderUri for folder-based launches.
Add IPC request/response logging in TauriMainProcessService and fix file read commands to return proper Uint8Array format for VS Code's IPCFileSystemProvider. Also improve error handling in ChildProcessPolyfill and SharedProcessProxy with catch handlers for Tauri event listeners.
These changes enable the workbench to initialize with real system paths and add development debugging capabilities for IPC, configuration, and file operations.
0 commit comments