From f3d79e0ffab39062d0350657024b26980caa50dd Mon Sep 17 00:00:00 2001 From: fossabot Date: Fri, 3 Aug 2018 12:12:05 -0700 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2d4d663..be7ec70 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,6 @@ # Komodo IDE JavaScript/TypeScript LSP Support +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FKomodo%2FKomodo-TypeScript-LSP.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FKomodo%2FKomodo-TypeScript-LSP?ref=badge_shield) + This addon for Komodo IDE adds JavaScript/TypeScript LSP support to Komodo's CodeIntel. Once installed you can switch to the LSP version of CodeIntel by opening a JavaScript or TypeScript file, opening the Symbol Browser and selecting the @@ -8,4 +10,7 @@ For this addon to work Node.js needs to be installed on your system and Komodo s you can manually configure it via Preferences > Languages > Node.js. You can also pass a custom LSP binary as well as pass custom arguments via Preferences > Code Intelligence > -LSP: TypeScript/JavaScript. \ No newline at end of file +LSP: TypeScript/JavaScript. + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FKomodo%2FKomodo-TypeScript-LSP.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FKomodo%2FKomodo-TypeScript-LSP?ref=badge_large) \ No newline at end of file