Skip to content

Commit

Permalink
chore(docs): update organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
aetherplex committed Apr 13, 2022
1 parent 57b2159 commit 7c498ae
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:optio-labs/teal-debugger-extension.git
git clone [email protected]:hone-labs/teal-debugger-extension.git
```

## Setup
Expand Down Expand Up @@ -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

0 comments on commit 7c498ae

Please sign in to comment.