Skip to content

Commit efa083d

Browse files
committed
clarify an error message
1 parent f398de4 commit efa083d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/addServerNamespaceToWorkspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export async function addServerNamespaceToWorkspace(): Promise<void> {
66
const serverManagerApi = await getServerManagerApi();
77
if (!serverManagerApi) {
88
vscode.window.showErrorMessage(
9-
"This command requires the [InterSystems Server Manager](https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager) extension to be installed and enabled."
9+
"Adding a server namespace to a workspace requires the [InterSystems Server Manager extension](https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager) to be installed and enabled."
1010
);
1111
return;
1212
}

0 commit comments

Comments
 (0)