Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Commit b82d70c

Browse files
committed
refactor: remove extension module
It will soon be replaced with a much better extension API interface. BREAKING CHANGE: Importers must import definitions from their actual definition locations. The extension module no longer exists.
1 parent 13d794a commit b82d70c

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

src/extension/index.ts

-6
This file was deleted.

src/index.ts

-1
This file was deleted.

src/protocol/contribution.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { KeyPath } from '../extension'
1+
import { KeyPath } from './configuration'
22

33
/** Partial contribution-related client capabilities. */
44
export interface ContributionClientCapabilities {

src/protocol/initialize.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { ConfigurationCascade } from '../extension'
21
import { NotificationType, RequestType } from '../jsonrpc2/messages'
32
import { URI } from '../types/textDocument'
43
import { ClientCapabilities, ServerCapabilities } from './capabilities'
4+
import { ConfigurationCascade } from './configuration'
55
import { WorkspaceFoldersInitializeParams } from './workspaceFolder'
66

77
/**

0 commit comments

Comments
 (0)