We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d440d3 commit 9b2a6c6Copy full SHA for 9b2a6c6
src/features/DocumentFormatter.ts
@@ -4,7 +4,6 @@
4
5
import vscode = require('vscode');
6
import {
7
- languages,
8
TextDocument,
9
TextEdit,
10
FormattingOptions,
@@ -13,7 +12,7 @@ import {
13
12
DocumentRangeFormattingEditProvider,
14
Range,
15
} from 'vscode';
16
-import { LanguageClient, RequestType, NotificationType } from 'vscode-languageclient';
+import { LanguageClient, RequestType } from 'vscode-languageclient';
17
import Window = vscode.window;
18
import { IFeature } from '../feature';
19
import * as Settings from '../settings';
0 commit comments