@@ -70,7 +70,7 @@ export default class CommandProvider extends AutocompleteProvider {
|
|||||||
component: (<TextualCompletion
|
component: (<TextualCompletion
|
||||||
title={result.command}
|
title={result.command}
|
||||||
subtitle={result.args}
|
subtitle={result.args}
|
||||||
description={ t_(result.description) }
|
description={ _t(result.description) }
|
||||||
/>),
|
/>),
|
||||||
range,
|
range,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user