Skip to content

Commit 648bf8c

Browse files
authored
Merge pull request intersystems-community#207 from intersystems-community/export-message
Export from another namespace, message updated
2 parents e0eab2f + 5a9c2a2 commit 648bf8c

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 in your local workspace will be compiled in the primary namespace of your workspace root, not the namespace from which you originally exported them.
195196
Would you like to continue?`,
196197
{
197198
modal: true,

0 commit comments

Comments
 (0)