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: vscode-extension/package.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -275,6 +275,14 @@
275
275
"type": "string",
276
276
"default": "",
277
277
"description": "Screenshot/demo mode: when set to a folder path, overrides all session file scanning and returns only .json/.jsonl files from this directory. Leave empty for normal operation."
278
+
},
279
+
"copilotTokenTracker.suppressedUnknownTools": {
280
+
"type": "array",
281
+
"items": {
282
+
"type": "string"
283
+
},
284
+
"default": [],
285
+
"description": "List of tool names to suppress from the 'Unknown Tools Found' section in the Usage Analysis dashboard. Useful for tools you are testing that don't yet have friendly display names."
0 commit comments