Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Change default to how it is today
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanolsonx committed Sep 11, 2018
1 parent f1dffb9 commit 28dd1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class TypeScriptLanguageClient extends AutoLanguageClient {
const autocompleteResultsFirst = atom.config.get('ide-typescript.autocompleteResultsFirst')
return {
...super.provideAutocomplete(),
suggestionPriority: autocompleteResultsFirst ? 5 : 1
suggestionPriority: autocompleteResultsFirst ? 2 : 1
}
}

Expand Down

0 comments on commit 28dd1b4

Please sign in to comment.