Skip to content

Commit

Permalink
fix build and clean imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Sep 6, 2022
1 parent 1ea1bb5 commit 27cb3a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions apps/nxls/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ import {
mergeArrays,
setLspLogger,
} from '@nx-console/language-server/utils';
import {
ClientCapabilities,
CompletionList,
getLanguageService,
LanguageService,
TextDocument,
} from 'vscode-json-languageservice';
import { nxWorkspace } from '@nx-console/workspace';
import { CompletionList, TextDocument } from 'vscode-json-languageservice';
import {
createConnection,
InitializeResult,
Expand All @@ -32,7 +27,6 @@ import {
TextDocumentSyncKind,
} from 'vscode-languageserver/node';
import { URI, Utils } from 'vscode-uri';
import { nxWorkspace } from '@nx-console/workspace';

let WORKING_PATH: string | undefined = undefined;

Expand Down
1 change: 1 addition & 0 deletions apps/vscode/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import {
getOutputChannel,
getTelemetry,
initTelemetry,
outputLogger,
teardownTelemetry,
watchFile,
} from '@nx-console/vscode/utils';
Expand Down

0 comments on commit 27cb3a0

Please sign in to comment.