From 78ee221b67c476008d59288ba406de334fcc4597 Mon Sep 17 00:00:00 2001 From: Orian Date: Thu, 5 May 2022 04:47:39 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b72ec0e..d583d89 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ There is a workspace file in `.vscode` which contains the recommended settings f ## Installation ``` git clone https://github.com/bitburner-official/vscode-template +cd vscode-template npm install npm run defs ``` @@ -65,4 +66,4 @@ When debugging you see errors like the following: Could not read source map for file:///path/to/Steam/steamapps/common/Bitburner/resources/app/dist/ext/monaco-editor/min/vs/editor/editor.main.js: ENOENT: no such file or directory, open '/path/to/Steam/steamapps/common/Bitburner/resources/app/dist/ext/monaco-editor/min/vs/editor/editor.main.js.map' ``` -These errors are to be expected, they are referring to the game's files and the game does not come packaged with sourcemaps. \ No newline at end of file +These errors are to be expected, they are referring to the game's files and the game does not come packaged with sourcemaps.