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(shell): add support for shell script execution #257
- Add "shell script" and "bash" language mappings to CodeFence.
- Update code highlight logic to check for non-Markdown text languages.
- Implement ShellRunService with runFile method for executing shell scripts.
- Use runReadAction for thread-safe file lookup in ShellRunService.
0 commit comments