From 66226e1a9d8a7fd310087abc16feffbef08df708 Mon Sep 17 00:00:00 2001 From: Will Bender Date: Wed, 12 Feb 2020 15:11:55 -0600 Subject: [PATCH] Change extension to prefer being installed as UI Change extensionKind to prefer ui so that you can access note files stored on local computer while opening a remote ssh instance. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1fb9518..ba3b6e4 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "onCommand:vsnotes.search", "onView:vsnotes" ], + "extensionKind": ["ui", "workspace"], "main": "./extension", "contributes": { "configuration": {