Kronuz / ColorHighlight

🎨 Lightweight Color Highlight colorizer for Sublime Text
MIT License
118 stars 12 forks source link

"resource not found" #22

Open belfie13 opened 4 years ago

belfie13 commented 4 years ago

Just installed via package control on sublime text v3.2.2, build 3211 - macos catalina v10.15.4 i'm not sure what other information you want.. this is from sublimes console

Traceback (most recent call last):
  File "/Users/x/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlight.sublime-package/ColorHighlight.py", line 984, in _update_view
  File "/Users/x/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlight.sublime-package/ColorHighlight.py", line 592, in highlight_colors
  File "/Users/x/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlight.sublime-package/colorizer.py", line 259, in setup_color_scheme
  File "/Users/x/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlight.sublime-package/colorizer.py", line 102, in content
  File "/Users/x/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlight.sublime-package/colorizer.py", line 62, in read_package
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime.py", line 192, in load_resource
    raise IOError("resource not found")
OSError: resource not found
legendofa commented 4 years ago

I am having the same issue.

JoshMayberry commented 3 years ago

I am having this issue too