mirror of
https://github.com/sdkasper/lean-obsidian-terminal.git
synced 2026-07-22 14:30:31 +00:00
- Expand Windows PowerShell detection to include MS Store install path (%LOCALAPPDATA%\Microsoft\WindowsApps\pwsh.exe) in addition to standard installer path (%ProgramFiles%\PowerShell\7\pwsh.exe) - Add -ExecutionPolicy Bypass to PowerShell shell integration script invocation to bypass default Restricted policy without affecting system-wide settings - Add per-OS shell path settings (Windows/macOS/Linux) to allow cross-platform users to configure shell paths separately without reconfiguring when switching devices. Legacy shellPath field kept as fallback for existing users. - Add resolveShellPath() helper to pick platform-specific shell path at spawn time with graceful fallback to legacy shellPath value for backwards compatibility Fixes #74 Fixes cross-platform shell configuration issues reported in community feedback Co-Authored-By: Claude |
||
|---|---|---|
| .. | ||
| binary-manager.ts | ||
| claude-sessions.test.ts | ||
| claude-sessions.ts | ||
| color-utils.test.ts | ||
| color-utils.ts | ||
| constants.ts | ||
| global.d.ts | ||
| main.ts | ||
| obsidian-internals.ts | ||
| pty-manager.ts | ||
| recent-sessions.test.ts | ||
| recent-sessions.ts | ||
| session-state.ts | ||
| settings.ts | ||
| shell-integration.ts | ||
| tab-colors.test.ts | ||
| tab-colors.ts | ||
| terminal-opener.ts | ||
| terminal-tab-manager.ts | ||
| terminal-view.ts | ||
| theme-registry.test.ts | ||
| theme-registry.ts | ||
| themes.test.ts | ||
| themes.ts | ||
| wikilink-autocomplete.test.ts | ||
| wikilink-autocomplete.ts | ||