Skip to content

Commit 1365c46

Browse files
committed
fix: the missing imports for LineComment & SingleLineCommentStyle
1 parent 0b776fc commit 1365c46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/configuration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {logger} from "./logger";
1212
import * as utils from "./utils";
1313
import {ExtensionData} from "./extensionData";
1414
import {Settings} from "./interfaces/settings";
15+
import {LineComment, SingleLineCommentStyle} from "./interfaces/commentStyles";
1516

1617
export class Configuration {
1718
/**************

0 commit comments

Comments
 (0)