From 13f6435cb68c88b5696b8c1ca1b8145e9d5b3159 Mon Sep 17 00:00:00 2001 From: Boris Sekachev Date: Tue, 10 Dec 2019 18:34:25 +0300 Subject: [PATCH] Updated contributing --- CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f6695930..90c57795 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ npm run start - Run Visual Studio Code from the virtual environment ```sh -$ code . + code . ``` - Inside Visual Studio Code install [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) and [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) extensions @@ -64,9 +64,6 @@ $ code . - Select `server: debug` configuration and start it (F5) to run REST server and its workers -- Select `cvat-ui: chrome` configuration and start it (F5) to run UI server -(this server restarts automatically after any changes in the source code) - You have done! Now it is possible to insert breakpoints and debug server and client of the tool. ## JavaScript coding style