We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8b684 commit e77f2beCopy full SHA for e77f2be
src/actions/onRunReset.ts
@@ -1,7 +1,6 @@
1
import * as T from 'typings'
2
import * as TT from 'typings/tutorial'
3
import Context from '../services/context/context'
4
-import { exec } from '../services/node'
5
import reset from '../services/reset'
6
import * as hooks from '../services/hooks'
7
import getCommitHashByPosition from '../services/reset/lastHash'
src/commands.ts
@@ -5,7 +5,6 @@ import createTestRunner from './services/testRunner'
import createWebView from './services/webview'
import * as hooks from './services/hooks'
import logger from './services/logger'
8
-import * as actions from './actions'
9
import Channel from './channel'
10
11
export const COMMANDS = {
0 commit comments