Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
fcannizzaro committed Aug 17, 2019
1 parent 57c02d4 commit 0467621
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"1.4.1": "messages/1.4.1.md",
"1.4.2": "messages/1.4.2.md",
"1.4.3": "messages/1.4.3.md",
"1.4.6": "messages/1.4.6.md"
"1.4.7": "messages/1.4.7.md"
}
5 changes: 5 additions & 0 deletions messages/1.4.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Changelog
- fix issues#8, issues#9
- preview autocomplete sample (readme - github)
- new setting: "autocomplete_prefix": "const", "var", "let"
- new setting: "icons": true/false
2 changes: 0 additions & 2 deletions npm-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def update_icons(view):
other.append(reg)
result.append(module)

print('here', get_settings(view, 'npm_icons', True))

if get_settings(view, 'npm_icons', True):
flags = sublime.HIDE_ON_MINIMAP | sublime.DRAW_NO_FILL | sublime.DRAW_NO_OUTLINE | sublime.DRAW_SOLID_UNDERLINE
view.add_regions('require-off', other, 'request', ICON % 'off', flags)
Expand Down

0 comments on commit 0467621

Please sign in to comment.