This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
You've already forked angular-docs-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
07fa97c831
angular-docs-cn
/
integration
/
language_service_plugin
/
.gitignore
4 lines
27 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test(language-service): Improve integration test (#28168) The current integration test for language service involves piping the results of one process to another using Unix pipes. This makes the test hard to debug, and hard to configure. This commit refactors the integration test to use regular Jasmine scaffolding. More importantly, it tests the way the language service will actually be installed by end users. Users would not have to add `@angular/language-service` to the plugins section in tsconfig.json Instead, all they need to do is install the *extension* from the VS Code Marketplace and Angular Language Service will be loaded as a global plugin. PR Close #28168
2018-12-18 02:44:26 -05:00
*.js
tsserver.log
ti-*.log