From 37152556d7570f4fe9ac07df56139bc886206139 Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Sat, 9 Feb 2019 15:18:42 -0800 Subject: [PATCH] Minor tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce8b4c7c2..944ca8fcd 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Create a new node.js configuration, add `-r ts-node/register` to node args and m } ``` -> TIP: If you are using the `--project ` commandline argument as per the [Configuration Options](#configuration-options), and want to apply this same behavior when launching in VS Code, add an "env" key into the launch configuration: `"env": { "TS_NODE_PROJECT": "" }` +**Note:** If you are using the `--project ` command line argument as per the [Configuration Options](#configuration-options), and want to apply this same behavior when launching in VS Code, add an "env" key into the launch configuration: `"env": { "TS_NODE_PROJECT": "" }`. ## How It Works