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;