CompiledCodeNotifier
This component notifies the user that he opened a compiled file, so he shouldn't modify it.
Features
If the user opened a file which's name ends with .d.ts , then it flashes the scrollbar.
Extension Settings
compiledCodeNotifier.primaryColor : The primary color which the sidebar will change to.
compiledCodeNotifier.secondaryColor : The secondary color which the sidebar will change to.
compiledCodeNotifier.interval : The interval in milliseconds which the sidebar will change it's color.
compiledCodeNotifier.filenameFormat : The format which the filename should match to make it notify you about that you are editing compiled code.
Release Notes
1.0.1
Removes unnecessary information message.
1.0.0
Initial release of CompiledCodeNotifier.
| |