zWing

Results 28 comments of zWing

Can I turn (kshglob and extendedglob) option off?

@zjr ```ts import Base from 'inquirer/lib/prompts/base'; export class ClearHistory extends Base { constructor(questions: any, rl: any, answers: any) { super(questions, rl, answers); // clear readline history rl.history = []; }...

all check passed, cc @smorimoto

Now can use [l10n](https://code.visualstudio.com/api/references/vscode-api#l10n) to support other language https://github.com/microsoft/vscode-loc

hi i use BUN 1.3.0 , same bug is here too,