From 2b5871a29c77ecd0834b5f7c0a4dbaabdebc5394 Mon Sep 17 00:00:00 2001 From: Jolie Rabideau Date: Thu, 5 Dec 2024 12:46:08 -0500 Subject: [PATCH] build types --- lib/papi-dts/papi.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/papi-dts/papi.d.ts b/lib/papi-dts/papi.d.ts index e4f9108618..417ed4c854 100644 --- a/lib/papi-dts/papi.d.ts +++ b/lib/papi-dts/papi.d.ts @@ -2901,6 +2901,8 @@ declare module 'papi-shared-types' { 'platform.restart': () => Promise; /** @deprecated 3 December 2024. Renamed to `platform.openSettings` */ 'platform.openProjectSettings': (webViewId: string) => Promise; + /** @deprecated 3 December 2024. Renamed to `platform.openSettings` */ + 'platform.openUserSettings': () => Promise; 'platform.openSettings': (webViewId?: WebViewId) => Promise; 'test.addMany': (...nums: number[]) => number; 'test.throwErrorExtensionHost': (message: string) => void;