Skip to content

Commit 143356d

Browse files
chore: remove AI tools install from dotfiles — moved to dots-ai
- Remove run_onchange_before_install-ai-tools.sh.tmpl - Remove github.copilot, github.copilot-chat AI extensions from VSCode script
1 parent 46bd9ec commit 143356d

2 files changed

Lines changed: 1 addition & 79 deletions

File tree

home/.chezmoiscripts/linux/run_onchange_before_install-ai-tools.sh.tmpl

Lines changed: 0 additions & 77 deletions
This file was deleted.

home/.chezmoiscripts/run_onchange_after_configure-vscode.sh.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
{{ $extensions := list
44
"eamodio.gitlens"
55
"EditorConfig.EditorConfig"
6-
"github.copilot"
7-
"github.copilot-chat"
86
"ms-python.python"
97
"redhat.vscode-yaml"
108
"streetsidesoftware.code-spell-checker"
119
"yzhang.markdown-all-in-one"
1210
"VOSCA.vscode-v-analyzer"
1311
-}}
12+
{{- /* AI extensions (github.copilot, github.copilot-chat, claude-code) are managed by dots-ai */ -}}
1413

1514
#!/usr/bin/env bash
1615

0 commit comments

Comments
 (0)