visual studio code – Can VSCode Ignore Problems inside Extensions?
is there a good way to stop VSCode from complaining about Problems INSIDE of extensions?
I’m getting about 25+ “Problems” from various things that are complaining inside of extensions – I think since this last VSCode update.
"resource": "/c:/Users/USERNAME/.vscode/extensions/ms-azuretools.vscode-azure-github-copilot-1.0.179-win32-x64/resources/agents/azqr-cost-optimize.agent.md",
"message": "The 'infer' attribute is deprecated in favour of 'user-invocable' and 'disable-model-invocation'.",
"resource": "/c:/Users/USERNAME/AppData/Roaming/Code/User/globalStorage/github.copilot-chat/ask-agent/Ask.agent.md",
"message": "Unknown tool 'github/issue_read'.",
...
"message": "Unknown tool 'github.vscode-pull-request-github/issue_fetch'.",
...
"message": "Unknown tool 'github.vscode-pull-request-github/activePullRequest'.",
Read more here: Source link

