Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 16, 2024
1 parent d3c23f7 commit 328e3ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vscode-lean4/src/leanclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ import {
import * as ls from 'vscode-languageserver-protocol'

import { LeanFileProgressParams, LeanFileProgressProcessingInfo, ServerStoppedReason } from '@leanprover/infoview-api'
import { getElaborationDelay, getFallBackToStringOccurrenceHighlighting, shouldAutofocusOutput } from './config'
import {
getElaborationDelay,
getFallBackToStringOccurrenceHighlighting,
shouldAutofocusOutput
} from './config'
import { logger } from './utils/logger'
// @ts-ignore
import { SemVer } from 'semver'
Expand Down

0 comments on commit 328e3ce

Please sign in to comment.