Files
nand2tetris/web-ide-main/extension/README.md
T
2026-04-09 14:14:56 +02:00

20 lines
706 B
Markdown

# NAND2Tetris VSCode Extension
This extension adds a NAND2Tetris side panel to VSCode.
The side panel allows interacting with .HDl files and chips.
## Developing the extension
1. Open this project in VSCode.
2. Select "Run Extension" from the "Run and Debug" panel
3. Click "Run" or press F5.
4. In the debug VSCode window, open the [Project Files](https://github.com/nand2tetris/projects).
5. Open an HDL file, for instance, demo/Xor.hdl
6. The NAND2TETRIS: HDL CHIP view should be open in the side panel.
- If it is not, try `NAND2Tetris: Focus on HDL Chip View` in the command pallette.
## References
- [Your first extension](https://code.visualstudio.com/api/get-started/your-first-extension)