Skip to content

Commit

Permalink
fix(typings): add createNameSpace to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Dec 15, 2020
1 parent 0c22723 commit 5a2bf6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4869,6 +4869,11 @@ declare module 'coc.nvim' {
*/
export const onDidRuntimePathChange: Event<ReadonlyArray<string>>

/**
* Create new namespace id by name.
*/
export function createNameSpace(name: string): number

/**
* Register autocmd on vim.
*
Expand Down

0 comments on commit 5a2bf6e

Please sign in to comment.