Skip to content

Commit 068a3c0

Browse files
committed
Add lintGutter
1 parent d7925fb commit 068a3c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/components/src/modifiers/hds-code-editor.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { assert, warn } from '@ember/debug';
88
import { registerDestructor } from '@ember/destroyable';
99
import { task } from 'ember-concurrency';
1010
import config from 'ember-get-config';
11-
import { linter } from '@codemirror/lint';
11+
import { linter, lintGutter } from '@codemirror/lint';
1212

1313
// hds-dark theme
1414
import hdsDarkTheme from './hds-code-editor/themes/hds-dark-theme.ts';
@@ -321,6 +321,7 @@ export default class HdsCodeEditorModifier extends Modifier<HdsCodeEditorSignatu
321321
// hds dark theme
322322
hdsDarkTheme,
323323
syntaxHighlighting(hdsDarkHighlightStyle),
324+
lintGutter(),
324325
];
325326

326327
if (languageExtension !== undefined) {

0 commit comments

Comments
 (0)