Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 537 Bytes

vscode-extension.md

File metadata and controls

10 lines (8 loc) · 537 Bytes

Using vscode extensions

You can use vscode from your computer and connect to the piTop running .NET interactive. Follow the instructions here to get the extension, then open the sample/vs-code folder.

You need ot start dotnet interactive in http mode, type this in your piTop

pi@pi-top:~ dotnet interactive [vscode] http --http-port 1024

or you can use the script start-dotnet-interactive.sh in the tools folder.