File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,9 @@ node_modules.bak
9595# SwiftLint
9696swiftlint /*
9797
98- # Sample app
98+ # Environment variables
9999samples /* /.env
100+ .env
100101
101102# Local Claude Code settings that should not be committed
102103.claude /settings.local.json
Original file line number Diff line number Diff line change 1313 "kind" : " build" ,
1414 "isDefault" : true
1515 }
16+ },
17+ {
18+ "label" : " Claude" ,
19+ "type" : " shell" ,
20+ "command" : " CLAUDE_PATH=$(grep '^CLAUDE_PATH=' .env | cut -d '=' -f2 | tr -d '\" ') && $CLAUDE_PATH" ,
21+ "icon" : {
22+ "color" : " terminal.ansiRed" ,
23+ "id" : " robot"
24+ },
25+ "presentation" : {
26+ "reveal" : " always" ,
27+ "panel" : " new" ,
28+ "focus" : true
29+ },
30+ "group" : {
31+ "kind" : " none" ,
32+ "isDefault" : true
33+ },
34+ "problemMatcher" : []
1635 }
1736 ]
1837}
You can’t perform that action at this time.
0 commit comments