Skip to content

Commit

Permalink
Remove mention of using on disk content for code completions.
Browse files Browse the repository at this point in the history
Fixes #758
  • Loading branch information
Greg Van Liew committed Jan 9, 2017
1 parent f8c0806 commit 3119848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/extensions/language-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,11 @@ export function activate(ctx: vscode.ExtensionContext): void {

>**Basic**
>
>You don't support resolve providers. Completions are computed based on the state saved on disk.
>You don't support resolve providers.
>**Advanced**
>
>Completion items are computed based on the un-saved contents of current open editors. You support resolve providers that compute additional information for completion proposal the user selects. This information is displayed along-side the selected item.
>You support resolve providers that compute additional information for completion proposal the user selects. This information is displayed along-side the selected item.
## Provide Diagnostics

Expand Down

0 comments on commit 3119848

Please sign in to comment.