Files
OSIT-AE-App-Native-Electron/aether_app_native_electron.code-workspace
Scott Idem 3d7aa1ab92 feat(native): implement Phase 5 AppleScript handlers and remote control
- Implemented specialized PowerPoint/Keynote handlers with auto-focus and slideshow start.
- Added native:control-presentation for remote navigation (next/prev/stop).
- Added native:list-tools handler for self-documenting the bridge API.
- Added a comprehensive project README.md.
2026-01-26 16:18:00 -05:00

17 lines
281 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"git.autofetch": true,
"markdownlint.config": {
"MD007": false,
"MD030": false,
"MD004": false,
"MD033": false
}
}
}