UNPKG

@daiyam/artifact-vsx-ts

Version:

The configuration to create Visual Studio extensions and publish them on Visual Studio Marketplace and Open VSX Registry.

8 lines (5 loc) 179 B
import { getDebugChannel } from '../utils/settings.js'; export async function hello(): Promise<void> { const channel = getDebugChannel(true)!; channel.appendLine('Hello!'); }