atom / settings-view

🔧 Edit Atom settings
MIT License
273 stars 275 forks source link

"Featured Packages" is showing featured themes as well #1090

Open Arcanemagus opened 5 years ago

Arcanemagus commented 5 years ago

Prerequisites

Description

The list of Featured Themes is being added to the list of Featured Packages.

Steps to Reproduce

  1. Open Atom in Safe Mode
  2. Go to Settings -> Install
  3. Look at the list of Featured Packages

Expected behavior:

Only packages show in the Featured Packages.

Actual behavior:

Themes are showing in the package list: image

Reproduces how often:

100% of the time.

Versions

OS: Windows 10 x64

Atom    : 1.34.0-nightly8
Electron: 2.0.12
Chrome  : 61.0.3163.100
Node    : 8.9.3
apm  2.1.3
npm  6.2.0
node 8.9.3 x64
atom 1.34.0-nightly8
python 2.7.15
git 2.19.1.windows.1
visual studio 2015

Additional Information

Looks like this is the inverse of https://github.com/atom/settings-view/issues/304.

50Wliu commented 5 years ago

:+1: from me on adding a --packages argument to apm and simply propagating that flag in settings-view rather than trying to filter out themes.