diff --git a/extensions/void/package.json b/extensions/void/package.json index e5680a9e..bcbbfb16 100644 --- a/extensions/void/package.json +++ b/extensions/void/package.json @@ -15,9 +15,7 @@ "contributes": { "configuration": { "title": "Void", - "properties": { - - } + "properties": {} }, "commands": [ { diff --git a/extensions/void/src/sidebar/SidebarSettings.tsx b/extensions/void/src/sidebar/SidebarSettings.tsx index a58af8ad..450f965e 100644 --- a/extensions/void/src/sidebar/SidebarSettings.tsx +++ b/extensions/void/src/sidebar/SidebarSettings.tsx @@ -84,7 +84,12 @@ export const SidebarSettings = () => { })} - + {/* Remove this after 10/21/24, this is just to give developers a heads up about the recent change */} +
+ {`We recently updated Settings. To copy your old Void settings over, press Ctrl+Shift+P, `} + {`type 'Open User Settings (JSON)',`} + {` and look for 'void.'. `} +
) }