From 07f70e651ad6a4a401dbf4239860204203c19d44 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sun, 22 Nov 2015 00:55:02 -0500 Subject: [PATCH] Add Extension Entry --- src/main.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main.ts diff --git a/src/main.ts b/src/main.ts new file mode 100644 index 0000000..22d43c8 --- /dev/null +++ b/src/main.ts @@ -0,0 +1,7 @@ +'use strict'; + +import { ExtensionContext } from 'vscode'; + +export function activate(ctx: ExtensionContext) { + +} \ No newline at end of file