Skip to content

Commit 14ba739

Browse files
committed
Export from another namespace, message updated
1 parent 810ceed commit 14ba739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/export.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ export async function exportExplorerItem(nodes: NodeBase[]): Promise<any> {
191191
if (origNamespace !== node.namespace) {
192192
const answer = await vscode.window.showWarningMessage(
193193
`
194-
You are going to export items from another namespace.
194+
You are about to export items from another namespace.
195+
Edits to these files on your system will be compiled in the primary namespace for your root, not the namespace from which exported them.
195196
Would you like to continue?`,
196197
{
197198
modal: true,

0 commit comments

Comments
 (0)