Andy Hanson
f828bc3fae
Merge branch 'master' into map4
2016-10-18 09:07:00 -07:00
Vladimir Matveev
121f51e552
Merge pull request #11694 from Microsoft/vladima/reload-tmp
...
allow reload from temp files
2016-10-17 23:20:39 -07:00
jramsay
68c485d9f9
Merge pull request #11686 from Microsoft/AddIsSemanticToGetDiagnosticsWorker
...
TSServer: Add isSemantic check to getDiagnosticsWorker
2016-10-17 22:10:59 -07:00
Vladimir Matveev
05ebd1d5fb
Merge pull request #11651 from Microsoft/vladima/literals-in-protocol
...
switch enums in protocol to unions of literal types
2016-10-17 15:46:55 -07:00
Jason Ramsay
b71e8a2167
Add isSemantic check to getDiagnosticsWorker
2016-10-17 13:11:13 -07:00
Andy Hanson
7292f9f67e
Merge branch 'master' into map4
2016-10-17 06:49:53 -07:00
Zhengbo Li
a1cbfcae4b
Add missing trigger file ( #11641 )
...
* Add missing trigger file property for config file diags
* Add test
2016-10-14 20:50:12 -07:00
Yui
cd04aa9995
Merge pull request #11541 from Microsoft/master_11339
...
[Master] Fix 11339; using localeCompare cause exception in window 2012 dueto Intl
2016-10-14 09:36:41 -07:00
Vladimir Matveev
dd26822cc0
Merge pull request #11594 from Microsoft/vladima/fix-11590
...
return result from SetCompilerOptionsForInferredProject request
2016-10-13 16:48:44 -07:00
Kanchalai Tanglertsampan
c03b04bd4f
Only use localeCompare in CompareStrings
2016-10-12 14:26:30 -07:00
Vladimir Matveev
92b63fa725
Merge pull request #11550 from Microsoft/vladima/generate-protocol
...
Automatically generate protocol.d.ts by pulling in necessary dependencies
2016-10-12 14:18:19 -07:00
Andy Hanson
475125bbb9
Merge branch 'master' into map4
2016-10-12 09:13:36 -07:00
Andy Hanson
e8c7224eac
Merge branch 'master' into map4
2016-10-12 08:50:49 -07:00
Andy Hanson
a567dacbe2
Merge branch 'master' into navtree
2016-10-12 08:09:12 -07:00
Paul van Brenk
9f73ae5903
Merge pull request #10185 from Microsoft/pvb/codeaction/api
...
The API to support codefixes
2016-10-11 19:51:18 -07:00
Zhengbo Li
460de66311
Turn on skipLibCheck for js-only inferred project and external project ( #11399 )
...
* Turn on skipLibCheck for js-only inferred project and external project
* avoid changing compiler options
* Update tests
2016-10-11 19:19:40 -07:00
Paul van Brenk
9b98d00155
Merge branch 'master' into pvb/codeaction/api
2016-10-11 17:31:20 -07:00
Kanchalai Tanglertsampan
d7e33c90a2
Guard localeCompare function
2016-10-11 13:51:53 -07:00
Andy Hanson
9385b84c62
Add "navtree" and "navtree-full" server commands
2016-10-11 08:32:37 -07:00
Zhengbo Li
3b0515fd8b
Send config file diagnonstics event even when no errors were found ( #11285 )
...
* emit config diagnostics event when no errors found
* Add tests for project service events
2016-10-10 16:38:08 -07:00
Vladimir Matveev
997acaec7a
update documentation in protocol.d.ts ( #11501 )
...
update documentation in protocol.d.ts
2016-10-10 16:04:14 -07:00
Paul van Brenk
a88ceb5597
Merge branch 'master' into pvb/codeaction/api
2016-10-07 14:02:24 -07:00
Paul van Brenk
a83a2b0de0
Codefixes in client for testing the server.
2016-10-07 13:58:53 -07:00
Paul van Brenk
c29e9b7e4b
PR feedback
2016-10-07 10:31:12 -07:00
Paul van Brenk
1e9b6536cf
Fix linting issues
2016-10-06 13:59:54 -07:00
Andy Hanson
aadcbcc083
Use native maps when they're available
2016-10-06 13:29:18 -07:00
Vladimir Matveev
59c0143934
do not run semantic classification on non-ts-or-tsx files
2016-10-05 14:49:16 -07:00
Paul van Brenk
4f404ad92b
Implement codefixes in tsserver
2016-10-04 16:58:17 -07:00
Vladimir Matveev
1931ece855
linter
2016-09-30 16:41:00 -07:00
Vladimir Matveev
745f0342f6
expose 'gotoImplementation' for VS
2016-09-30 16:15:23 -07:00
Vladimir Matveev
f361ed19c1
fixes: merge issue in test baselines, linter
2016-09-27 15:04:34 -07:00
Vladimir Matveev
912e685f2a
update LKG, resolve merge issues
2016-09-27 12:51:24 -07:00
Vladimir Matveev
833a46c091
merge with origin/master
2016-09-27 10:22:41 -07:00
Vladimir Matveev
55f6d4f90d
do not adjust location being passed to the managed side ( #10999 )
...
do not adjust location being passed to the managed side
* remove redundant code
2016-09-19 16:57:19 -07:00
Richard Knoll
ea3752aa18
Merge remote-tracking branch 'origin/master' into go_to_implementation_pr
...
Refactored goToImplementation out of services
2016-09-14 17:25:56 -07:00
Vladimir Matveev
d14183c5a1
merge with origin/release-2.0.5
2016-09-13 15:59:04 -07:00
Paul van Brenk
17dbaf005f
Get rid of BOM
2016-09-12 17:26:00 -07:00
Paul van Brenk
e038215496
Implement NavigateTo for single files, instead of the project.
2016-09-12 17:17:52 -07:00
Richard Knoll
3ccc58c37d
Merge remote-tracking branch 'origin/master' into go_to_implementation_pr
2016-09-06 14:11:38 -07:00
jramsay
4fc38fb1bf
Merge pull request #10673 from Microsoft/tsserverVS-Types2.0
...
Updating TSServer to use @Types instead of TSD for d.ts auto acquisition
2016-09-02 15:45:01 -07:00
Zhengbo Li
a3cd7d8c97
Avoid returning type symbols for js configured projects ( #10654 )
...
* Exclude all things from .d.ts files for projects containing only .js and .d.ts files
2016-09-01 15:17:38 -07:00
Richard Knoll
c742d16ff1
Merge remote-tracking branch 'origin/master' into import_completions_pr
2016-09-01 10:46:21 -07:00
Richard Knoll
b9b79af1b7
Recombining import completions and regular completion APIs
2016-08-31 18:11:47 -07:00
Zhengbo Li
95378aa399
Fix compile on save issues ( #10615 )
...
* only return .ts and .tsx files for affected document list
* Return all files exclude mixed-content files for CoS affected list
2016-08-31 12:11:32 -07:00
Jason Ramsay
d15381682b
- invalidate typings fix
...
- update gc timer
2016-08-30 15:51:43 -07:00
Zhengbo Li
1fb969f107
Split tests and fix issues with missing referenced files ( #10599 )
...
* Split tsserver project system tests to seperate files
* fix issues with missing references
* Incorporate changes in tsserverVS-WIP branch
* drop ts prefix
2016-08-30 11:47:08 -07:00
Richard Knoll
b0eff90c5f
Merge remote-tracking branch 'origin/master' into go_to_implementation_pr
2016-08-29 18:52:38 -07:00
Vladimir Matveev
7e979746bb
merge with origin/release-2.0
2016-08-29 14:13:22 -07:00
Vladimir Matveev
8075a0dd72
store project errors on project so they can be reported later
2016-08-26 14:37:49 -07:00
Zhengbo Li
3953d6ba96
[CoS] return results from all projects if not specified project file name ( #10527 )
2016-08-25 10:46:48 -07:00