mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Rename more references
This commit is contained in:
@@ -581,7 +581,7 @@ function extensionConsentString(extensionConfig: ExtensionConfig): string {
|
|||||||
}
|
}
|
||||||
if (extensionConfig.contextFileName) {
|
if (extensionConfig.contextFileName) {
|
||||||
output.push(
|
output.push(
|
||||||
`This extension will append info to your gemini.md context using ${extensionConfig.contextFileName}`,
|
`This extension will append info to your QWEN.md context using ${extensionConfig.contextFileName}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (extensionConfig.excludeTools) {
|
if (extensionConfig.excludeTools) {
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ describe('restoreCommand', () => {
|
|||||||
).toEqual({
|
).toEqual({
|
||||||
type: 'message',
|
type: 'message',
|
||||||
messageType: 'error',
|
messageType: 'error',
|
||||||
content: 'Could not determine the .gemini directory path.',
|
content: 'Could not determine the .qwen directory path.',
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user