-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): update organization name
- Loading branch information
1 parent
57b2159
commit 7c498ae
Showing
1 changed file
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |