From 4a510948153cf6ce16eef806ae9713d08d827512 Mon Sep 17 00:00:00 2001 From: GeestWagen Date: Wed, 9 Oct 2019 16:04:15 +0200 Subject: [PATCH] fixed misleading information in readme if you had the same folder structure as seen above then require does not work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af32f14..286bf67 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ Learn more about the [extension manifest](https://www.visualstudio.com/docs/inte usePlatformStyles: true }); - VSS.require(["dist/app"], function (app) { + VSS.require(["../dist/app"], function (app) { ... });