file-icons / atom

Atom file-specific icons for improved visual grepping.
MIT License
1.32k stars 250 forks source link

Nonexistent `file-icons:clear-cache` command #807

Closed AlexWayfer closed 4 years ago

AlexWayfer commented 4 years ago

image

2.1.40

Alhadis commented 4 years ago

More context, please. Have you installed and activated the package? Or did you upgrade the package but haven't restarted Atom yet?

AlexWayfer commented 4 years ago

Have you installed and activated the package?

I'm using this package for a long time. Today I've noticed #808, go to README, found info about clear-cache command and didn't find it in commands panel.

Or did you upgrade the package but haven't restarted Atom yet?

I think, there was auto-update of package, yes. And I've restarted Atom. And I've installed Atom binary. Nothing changed.

I see errors in DevTools, but not in Atom UI:

internal/process/warning.js:18 (node:87365) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
writeOut @ internal/process/warning.js:18
output @ internal/process/warning.js:69
process.on @ internal/process/warning.js:100
emit @ events.js:182
(anonymous) @ internal/process/warning.js:74
_tickCallback @ internal/process/next_tick.js:61

styles-element.coffee:62 GET file:///usr/share/atom/resources/app.asar/static/ui-variables net::ERR_FILE_NOT_FOUND
  | StylesElement.styleElementAdded | @ | styles-element.coffee:62
-- | -- | -- | --
  | simpleDispatch | @ | <embedded>:11
  | emit | @ | <embedded>:11
  | addStyleElement | @ | <embedded>:11
  | addStyleSheet | @ | <embedded>:11
  | activateStylesheets | @ | <embedded>:11
  | activateNow | @ | <embedded>:11
  | measure | @ | <embedded>:11
  | measure | @ | <embedded>:11
  | activationPromise.activationPromise.Promise | @ | <embedded>:11
  | activate | @ | <embedded>:11
  | activatePackage | @ | <embedded>:11
  | config.transactAsync | @ | <embedded>:11
  | transactAsync | @ | <embedded>:11
  | activatePackages | @ | <embedded>:11
  | activate | @ | <embedded>:11
  | t.loadState.then | @ | <embedded>:1
  | async function (async) |   |  
  | t.loadState.then | @ | <embedded>:1
  | Promise.then (async) |   |  
  | startEditorWindow | @ | <embedded>:1
  | t.exports | @ | <embedded>:1
  | setupWindow | @ | index.js:175
  | window.onload | @ | index.js:106
  | load (async) |   |  
  | (anonymous) | @ | index.js:23
  | (anonymous) | @ | index.js:217
AlexWayfer commented 4 years ago

file-icons package is activated, I see no errors of it and can configure:

image

Alhadis commented 4 years ago

Does searching for clear cache throw up any results?

AlexWayfer commented 4 years ago

Does searching for clear cache throw up any results?

Not relevant, I think:

image

AlexWayfer commented 4 years ago

Re-installation via apm resolved this issue too: https://github.com/file-icons/atom/issues/808#issuecomment-607189747

Alhadis commented 4 years ago

Glad to hear. Let me know if you continue to have troubles.