We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa5337 commit 2d2226fCopy full SHA for 2d2226f
src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/treeSitterCommandParser.ts
@@ -87,7 +87,7 @@ export class TreeSitterCommandParser {
87
(process.arch === 'arm' || process.arch === 'arm64') &&
88
languageId === TreeSitterCommandParserLanguage.PowerShell
89
) {
90
- throw new Error('not supported');
+ throw new Error('powershell grammar is not supported on arm or arm64');
91
}
92
93
0 commit comments