Skip to content

Commit

Permalink
fix: missing extension config breaks creating a new project
Browse files Browse the repository at this point in the history
  • Loading branch information
outercloudstudio committed Jul 1, 2023
1 parent c2e1531 commit 834d4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Extensions/Scripts/Modules/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const SidebarModule = ({ disposables, extensionId }: IModuleConfig) => ({
icon: string
}) {
if (!config.id) {
console.error('SidebarModule: config.id is required')
console.warn('SidebarModule: config.id is required')
config.id = `${extensionId}//${config.displayName}`
}
const sidebar = createSidebar(config)
Expand Down

0 comments on commit 834d4d7

Please sign in to comment.