We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810ceed commit 14ba739Copy full SHA for 14ba739
src/commands/export.ts
@@ -191,7 +191,8 @@ export async function exportExplorerItem(nodes: NodeBase[]): Promise<any> {
191
if (origNamespace !== node.namespace) {
192
const answer = await vscode.window.showWarningMessage(
193
`
194
-You are going to export items from another namespace.
+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.
196
Would you like to continue?`,
197
{
198
modal: true,
0 commit comments