Closed btmills closed 11 years ago
When installed on a system without the CoffeeScript compiler, saving opens an error dialog with the message
'coffee' is not recognized as an internal or external command,
Workaround: Set checkSyntaxOnSave and compileOnSave to false in user settings.
checkSyntaxOnSave
compileOnSave
false
Thanks for pointing this out. Can't say this is a bug but maybe this should be in the readme...
When installed on a system without the CoffeeScript compiler, saving opens an error dialog with the message
Workaround: Set
checkSyntaxOnSave
andcompileOnSave
tofalse
in user settings.