News

To ensure your code maintains its formatting when exporting from Google Docs, use the appropriate add-on like “Docs to Markdown” for Markdown files that recognize code block formatting.
You could also add entry into code-runner.executorMap to set the executor PATH. e.g. To set the executor PATH for ruby, php and html: How do I add this entry to that file. I can't find it in any ...