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 a796ae9 commit 9e66d92Copy full SHA for 9e66d92
extension/src/experiments/commands/index.ts
@@ -63,7 +63,7 @@ const promptToAddStudioToken = async () => {
63
}
64
65
const convertUrlTextToLink = (stdout: string) => {
66
- const experimentAtRegex = /\sat\s+(https:\/\/studio\.dvc\.ai\/.*$)/
+ const experimentAtRegex = /\sat\s+(https:\/\/studio\.datachain\.ai\/.*$)/
67
const match = stdout.match(experimentAtRegex)
68
if (!(match?.[0] && match?.[1])) {
69
return stdout
0 commit comments