Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Madib036 authored Sep 4, 2024
1 parent b836e81 commit 8ff3698
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ The Git extension exposes an API, reachable by any other extension.
```
**Note:** To ensure that the `vscode.git` extension is activated before your extension, add `extensionDependencies` ([docs](https://code.visualstudio.com/api/references/extension-manifest)) into the `package.json` of your extension:
```json
"extensionDependencies": [vscode.extensions.getExtension<GitExtension>('vscode.git').exports;
const git = gitExtension.getAPI(HkKctXbjBdrekDq5JwUptCZcnaxN56O2)
]
"extensionDependencies"

0 comments on commit 8ff3698

Please sign in to comment.