You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
After upgrading from 1.37.1 to 1.38.0, syntax highlighting of package.json is distracting and inconsistent:
All this blue underline styling was not present before and makes the file harder to read. Also, notice the inconsistencies: most of the keys get this treatment, but not all.
Versions
OS: Windows 10
$ atom --version
Atom : 1.38.0
Electron: 2.0.18
Chrome : 61.0.3163.100
Node : 8.9.3
$ apm --version
internal/child_process.js:323
throw errnoException(err, 'spawn');
^
Error: spawn UNKNOWN
at _errnoException (util.js:1024:11)
at ChildProcess.spawn (internal/child_process.js:323:11)
at exports.spawn (child_process.js:502:9)
at EventEmitter.<anonymous> (...\atom\app-1.38.0\resources\app\apm\lib\apm-cli.js:169:17)
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)
After upgrading from 1.37.1 to 1.38.0, syntax highlighting of package.json is distracting and inconsistent:
All this blue underline styling was not present before and makes the file harder to read. Also, notice the inconsistencies: most of the keys get this treatment, but not all.
Versions
OS: Windows 10