From e5ea63edb9919decf98482ea4dee0b28e0504f5c Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 25 Apr 2019 09:07:37 +0900 Subject: [PATCH] Added VS Code tasks info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a41ac8e7..4ae10fd8 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ The `run` binary is a file watcher that will restart the web server when it dete * Fork the notify.moe repository and upload your changes to the fork. * Clone all the repositories you use into a `projects` directory inside your home files. * Use an editor like [Visual Studio Code](http://code.visualstudio.com) to access the source code on the host. +* To automatically compile TypeScript files in VS Code, press `Ctrl Shift B` and select `tsc: watch` ## Find us