Skip to content

Commit

Permalink
VS Code: remove extension dependencies (#4179)
Browse files Browse the repository at this point in the history
Having `"extensionDependencies": ["vscode.git"]` disables Cody in restricted workspaces. Reverting to the manual Git extension initialization we already have in place.
  • Loading branch information
valerybugakov committed May 15, 2024
1 parent 3b5ae64 commit 0903f6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
"main": "./dist/extension.node.js",
"browser": "./dist/extension.web.js",
"activationEvents": ["onLanguage", "onStartupFinished", "onWebviewPanel:cody.chatPanel"],
"extensionDependencies": ["vscode.git"],
"contributes": {
"walkthroughs": [
{
Expand Down

0 comments on commit 0903f6f

Please sign in to comment.