Skip to content

Commit

Permalink
Merge pull request #915 from reznikmm/patch-3
Browse files Browse the repository at this point in the history
Drop extra ExecuteCommandOptions def in 3.15
  • Loading branch information
dbaeumer committed Feb 18, 2020
2 parents acf8d35 + b884aa1 commit 24340b4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions _specifications/specification-3-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -1639,16 +1639,6 @@ interface InitializeError {
The server can signal the following capabilities:

```typescript
/**
* Execute command options.
*/
export interface ExecuteCommandOptions {
/**
* The commands to be executed on the server
*/
commands: string[]
}

interface ServerCapabilities {
/**
* Defines how text documents are synced. Is either a detailed structure defining each notification or
Expand Down

0 comments on commit 24340b4

Please sign in to comment.