We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LineComment
SingleLineCommentStyle
1 parent 0b776fc commit 1365c46Copy full SHA for 1365c46
1 file changed
src/configuration.ts
@@ -12,6 +12,7 @@ import {logger} from "./logger";
12
import * as utils from "./utils";
13
import {ExtensionData} from "./extensionData";
14
import {Settings} from "./interfaces/settings";
15
+import {LineComment, SingleLineCommentStyle} from "./interfaces/commentStyles";
16
17
export class Configuration {
18
/**************
0 commit comments