Skip to content

Commit 9690cba

Browse files
ziontsAdam Zionts
andauthored
Update deprecation message to include alternative. (#1866)
Co-authored-by: Adam Zionts <adam@meteor.com>
1 parent 010706b commit 9690cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/apollo-language-server/src/config/loadConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export async function loadConfig({
135135
}
136136
if (legacyKey) {
137137
Debug.warning(
138-
`[Deprecation warning] Setting the key via ${legacyKeyEnvVar} is deprecated and will not be supported in future versions.`
138+
`[Deprecation warning] Setting the key via ${legacyKeyEnvVar} is deprecated and will not be supported in future versions. Please use ${keyEnvVar} instead.`
139139
);
140140
}
141141
apiKey = key || legacyKey;

0 commit comments

Comments
 (0)