From b53ca8af6d51a3e3e83acd62aff8a84c215bce11 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 8 Nov 2022 14:51:12 -0700 Subject: [PATCH] fixup: update notes proposed-api patch --- patches/proposed-api.diff | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patches/proposed-api.diff b/patches/proposed-api.diff index 219858554..cb6eb782a 100644 --- a/patches/proposed-api.diff +++ b/patches/proposed-api.diff @@ -1,6 +1,7 @@ Unconditionally enable the proposed API -To test run an extension that uses the proposed API. +To test run an extension that uses the proposed API (i.e. +https://github.com/microsoft/vscode-extension-samples/tree/ddae6c0c9ff203b4ed6f6b43bfacdd0834215f83/proposed-api-sample) We also override isProposedApiEnabled in case an extension does not declare the APIs it needs correctly (the Jupyter extension had this issue).