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
I'm using this command to compile and output CoffeeScript in JS: { "keys": ["super+b"], "command": "compile_and_display", "args": {"opt": "-p"}}
If there is any cyrillic characters, it gives me blank output. Selective compiling without including cyrillic characters works just fine.
Fortunately, compile to .js file works sharp.
An expampe of cyrillic + western characters mixed code for testing: http.createServer(app).listen(app.get('port'), -> console.log "Сайт доступен по адресу: http://localhost:#{app.get 'port'}")
The text was updated successfully, but these errors were encountered:
I'm using this command to compile and output CoffeeScript in JS:
{ "keys": ["super+b"], "command": "compile_and_display", "args": {"opt": "-p"}}
If there is any cyrillic characters, it gives me blank output. Selective compiling without including cyrillic characters works just fine.
Fortunately, compile to .js file works sharp.
An expampe of cyrillic + western characters mixed code for testing:
http.createServer(app).listen(app.get('port'), -> console.log "Сайт доступен по адресу: http://localhost:#{app.get 'port'}")
The text was updated successfully, but these errors were encountered: