Step 3: Set up VSCode

We recommend using VSCode for writing your function. You can learn more here .

At a high level you should install VSCode and then install the VSCode plugin .

Open the root folder you just created and run “Deno: Initialize Workspace Configuration” from the command pallet (Command+Shift+P on Mac, Ctrl+Shift+P on Windows).

Feedback