Skip to content

Commit 5a9c2a2

Browse files
Update src/commands/export.ts
Co-authored-by: John Murray <[email protected]>
1 parent 14ba739 commit 5a9c2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/export.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export async function exportExplorerItem(nodes: NodeBase[]): Promise<any> {
192192
const answer = await vscode.window.showWarningMessage(
193193
`
194194
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.
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.
196196
Would you like to continue?`,
197197
{
198198
modal: true,

0 commit comments

Comments
 (0)