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 8bd0782 commit b0b50d2Copy full SHA for b0b50d2
packages/core/src/auth/connection.ts
@@ -13,9 +13,9 @@ import { getLogger } from '../shared/logger/logger'
13
import { showMessageWithUrl } from '../shared/utilities/messages'
14
import { onceChanged } from '../shared/utilities/functionUtils'
15
16
-/** Shows an error message unless it is the same as the last one shown. */
+/** Shows a warning message unless it is the same as the last one shown. */
17
const warnOnce = onceChanged((s: string, url: string) => {
18
- void showMessageWithUrl(s, url, undefined, 'error')
+ void showMessageWithUrl(s, url, undefined, 'warn')
19
})
20
21
export const scopesCodeCatalyst = ['codecatalyst:read_write']
0 commit comments