You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/copilot/package.nls.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -169,10 +169,11 @@
169
169
"copilot.agent.description": "Edit files in your workspace in agent mode",
170
170
"copilot.agent.compact.description": "Free up context by compacting the conversation history. Optionally include extra instructions for compaction.",
171
171
"copilot.chronicle.description": "Session history tools and insights",
172
-
"copilot.chronicle.standup.description": "Generate a standup report from recent coding sessions",
173
-
"copilot.chronicle.tips.description": "Get personalized tips based on your Copilot usage patterns",
172
+
"copilot.chronicle.standup.description": "Generate a standup report from recent chat sessions",
173
+
"copilot.chronicle.tips.description": "Get personalized tips based on your chat session usage patterns",
174
174
"github.copilot.config.sessionSearch.enabled": "Enable session search and /chronicle commands. This is a team-internal setting.",
175
175
"github.copilot.config.sessionSearch.localIndex.enabled": "Enable local session tracking. When enabled, Copilot tracks session data locally for /chronicle commands.",
176
+
"github.copilot.config.localIndex.enabled": "Enable local session tracking. When enabled, session data is tracked locally for /chronicle commands.",
176
177
"github.copilot.config.sessionSearch.cloudSync.enabled": "Enable cloud sync for session data. When enabled, session data is synced to your Copilot account for cross-device access.",
177
178
"github.copilot.config.sessionSearch.cloudSync.excludeRepositories": "Repository patterns to exclude from cloud sync. Use exact `owner/repo` names or glob patterns like `my-org/*`. Sessions from matching repos will only be stored locally.",
178
179
"copilot.workspace.explain.description": "Explain how the code in your active editor works",
0 commit comments