Skip to content

Commit

Permalink
fix: removed session from extension.ts - #97
Browse files Browse the repository at this point in the history
  • Loading branch information
allaboutmeme committed Nov 23, 2024
1 parent aafbf0e commit 77336d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import { registerDiagramCommands } from './diagram'
import type { FlowrSession } from './flowr/utils'
import { selectionSlicer } from './selection-slicer'
import { positionSlicers } from './position-slicer'
import { flowrVersion } from '@eagleoutice/flowr-dev/util/version'
import { Session } from 'inspector/promises'
import { flowrVersion } from '@eagleoutice/flowr-dev/util/version'

export const MINIMUM_R_MAJOR = 3
export const BEST_R_MAJOR = 4
Expand Down

0 comments on commit 77336d6

Please sign in to comment.