Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

editGarnConfig

import { editGarnConfig } from "https://garn.io/ts/v0.0.16/mod.ts";

This is an Executable that will open a new vscodium editor that is preconfigured to provide a pleasant editing experience for garn.ts files.

The vscodium instance will not read or write to your vscodium configuration in your home directory, (if that exists).

const editGarnConfig: garn.Executable;