Skip to content

Commit 8ba8319

Browse files
committed
Update README.md for clarity and consistency in VS Code extension and features descriptions
1 parent 57bd005 commit 8ba8319

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,18 @@ SimDeck workflow:
3030
npx skills add NativeScript/SimDeck --skill simdeck -g
3131
```
3232

33-
For VS Code, install the `nativescript.simdeck-vscode` extension to open the simulator
33+
For VS Code, install the [`nativescript.simdeck-vscode`](https://marketplace.visualstudio.com/items?itemName=NativeScript.simdeck-vscode) extension to open the simulator
3434
view inside the editor.
3535

3636
## Features
3737

38-
- Local iOS Simulator video over browser-native WebRTC H.264 with H.264 WebSocket fallback
38+
- Local iOS Simulator video over browser-native WebRTC H.264 with H.264 WebSocket fallback for streaming
3939
- Android emulator frames are sourced from emulator gRPC; loopback browsers use raw RGBA over WebRTC, and non-loopback browsers use VideoToolbox-encoded H.264
4040
- Full simulator control & inspection using private iOS accessibility APIs and Android UIAutomator - available using `simdeck` CLI
4141
- Real-time screen `describe` command using accessibility view tree - available in token-efficient format for agents
4242
- CoreSimulator chrome asset rendering for device bezels
43-
- NativeScript, React Native, Flutter, UIKit and SwiftUI runtime inspector plugins to view app's view hierarchy live
44-
- `simdeck/test` for fast JS/TS app tests that can query accessibility state and drive simulator controls.
45-
- SimDeck Studio for sharing Simulator streams & automatic PR deployments to on-demand simulators
43+
- NativeScript, React Native, Flutter, UIKit and SwiftUI runtime inspector plugins to debug app's view hierarchy live
44+
- `simdeck/test` for fast JS-based app tests that can query accessibility state and drive simulator controls
4645

4746
## Documentation
4847

0 commit comments

Comments
 (0)