From 7c498ae5e83ea6ea00a0027448d0a250de178b5a Mon Sep 17 00:00:00 2001 From: daoarchitect Date: Thu, 14 Apr 2022 08:19:17 +1000 Subject: [PATCH] chore(docs): update organization name --- docs/DEVELOPMENT.md | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 18b736d..82269e7 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -7,15 +7,16 @@ Have Node.js installed. Install a single version: https://nodejs.org/ Or manage multiples versions using `nvm`: -- For Windows: https://github.com/coreybutler/nvm-windows -- For Linux/MacOS: https://github.com/nvm-sh/nvm + +- For Windows: https://github.com/coreybutler/nvm-windows +- For Linux/MacOS: https://github.com/nvm-sh/nvm ## Get the code Clone this repo: ```bash -git clone git@github.com:optio-labs/teal-debugger-extension.git +git clone git@github.com:hone-labs/teal-debugger-extension.git ``` ## Setup @@ -98,19 +99,16 @@ The updated version will deploy automatically to npm (provided the automated tes ## Resources -- This code developed from the VS Code "your first extension" tutorial: - - https://code.visualstudio.com/api/get-started/your-first-extension -- VS Code API reference: - - https://code.visualstudio.com/api/references/vscode-api -- Implementing a VS Code debugger extension: - - https://code.visualstudio.com/api/extension-capabilities/overview#debugging -- List of debugger adaptors: - - https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/ -- Debugger API reference: - - https://code.visualstudio.com/api/references/vscode-api#debug -- Debug Adaptor Protocol (this protocol is independent of VS Code): - - https://microsoft.github.io/debug-adapter-protocol/ - - https://microsoft.github.io/debug-adapter-protocol/overview - - - +- This code developed from the VS Code "your first extension" tutorial: + - https://code.visualstudio.com/api/get-started/your-first-extension +- VS Code API reference: + - https://code.visualstudio.com/api/references/vscode-api +- Implementing a VS Code debugger extension: + - https://code.visualstudio.com/api/extension-capabilities/overview#debugging +- List of debugger adaptors: + - https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/ +- Debugger API reference: + - https://code.visualstudio.com/api/references/vscode-api#debug +- Debug Adaptor Protocol (this protocol is independent of VS Code): + - https://microsoft.github.io/debug-adapter-protocol/ + - https://microsoft.github.io/debug-adapter-protocol/overview