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
Build. The program asks to configure default build task. If you use the node task, it'll work. My tasks.json is like this however.
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"problemMatcher": [
"$eslint-compact"
]
}
]
}
Expected: With the NVDA screen reader running, vscode's output window is readable.
Actual: There's no text whatsoever visible with NVDA. However, if I OCR the whole window, text is visible in the console.
I've reproduced this with a python project with custom tasks.json as well.
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered:
This issue is a show stopper for blind developers who want to use tasks, and at least in previous builds of vscode, the tasks pannel used to be accessible.
Steps to Reproduce:
This is a sample package.json.
Expected: With the NVDA screen reader running, vscode's output window is readable.
Actual: There's no text whatsoever visible with NVDA. However, if I OCR the whole window, text is visible in the console.
I've reproduced this with a python project with custom tasks.json as well.
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: