Skip to content

Commit 2d2226f

Browse files
committed
Improve error message
1 parent 5aa5337 commit 2d2226f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/treeSitterCommandParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class TreeSitterCommandParser {
8787
(process.arch === 'arm' || process.arch === 'arm64') &&
8888
languageId === TreeSitterCommandParserLanguage.PowerShell
8989
) {
90-
throw new Error('not supported');
90+
throw new Error('powershell grammar is not supported on arm or arm64');
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)