Skip to content

Commit 353b447

Browse files
committed
temp [ci skip]
1 parent fcdf8c8 commit 353b447

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

vscode/extension/src/extension.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ import { AuthenticationProviderTobikoCloud } from './auth/auth'
1212
import { signOut } from './commands/signout'
1313
import { signIn } from './commands/signin'
1414
import { signInSpecifyFlow } from './commands/signinSpecifyFlow'
15+
<<<<<<< HEAD
1516
import { isErr } from '@bus/result'
17+
=======
18+
import { isErr } from '../../bus/src/result'
19+
>>>>>>> 7a972d4e (temp [ci skip])
1620
import {
1721
handleNotSginedInError,
1822
handleSqlmeshLspNotFoundError,

vscode/extension/src/web-server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ChildProcess, spawn } from 'child_process'
2-
import { err, isErr, ok, Result } from '../utilities/functional/result'
2+
import { err, isErr, ok, Result } from '../../../bus/src/result'
33
import { sqlmesh_exec } from '../utilities/sqlmesh/sqlmesh'
44
import * as vscode from 'vscode'
55
import { isProduction } from '../utilities/isDev'

0 commit comments

Comments
 (0)