We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a04c1b commit 292f150Copy full SHA for 292f150
src/view/atom.ts
@@ -21,7 +21,7 @@ export function confirmPackagesToInstall({
21
: 'Something went wrong. Check your developer console'
22
const groupChoices = groupedDependencies.map((item) => item[0])
23
24
- // If Atom "notifications" package is disabled, treat the whole thing as ignored
+ // If Atom "notifications" package is disabled output a warning in case no other notifications package is installed.
25
if (atom.packages.isPackageDisabled('notifications')) {
26
console.warn(`Enable notifications to install dependencies for ${packageName}`)
27
}
0 commit comments