Skip to content

enable syntactic features if project size exceeded the limit, send events when state of language service changes#12190

Merged
vladima merged 2 commits intomasterfrom
vladima/11888
Nov 14, 2016
Merged

enable syntactic features if project size exceeded the limit, send events when state of language service changes#12190
vladima merged 2 commits intomasterfrom
vladima/11888

Conversation

@vladima
Copy link
Copy Markdown
Contributor

@vladima vladima commented Nov 12, 2016

fixes #11888

// cc @mhegazy, @dbaeumer

Comment thread src/server/project.ts Outdated
getSyntacticDiagnostics: (fileName) =>
fileName ? realLanguageService.getSyntacticDiagnostics(fileName) : emptyResult,
getSemanticDiagnostics: getEmptyResult,
getCompilerOptionsDiagnostics: getEmptyResult,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can be included as well

@vladima vladima merged commit f13e6d4 into master Nov 14, 2016
@vladima vladima deleted the vladima/11888 branch November 14, 2016 23:10
@dbaeumer
Copy link
Copy Markdown
Member

FYI @mjbvz

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TSServer: improve how languageServiceDisabled is communicated to the tool

4 participants