fabric8-analytics-lsp-server
Advanced tools
Comparing version 0.4.22 to 0.4.23
@@ -238,4 +238,5 @@ /* -------------------------------------------------------------------------------------------- | ||
} | ||
connection.sendDiagnostics({ uri: diagnosticFilePath, diagnostics: diagnostics }); | ||
}); | ||
connection.sendDiagnostics({ uri: diagnosticFilePath, diagnostics: diagnostics }); | ||
connection.console.log(`sendDiagnostics: ${diagnostics === null || diagnostics === void 0 ? void 0 : diagnostics.length}`); | ||
} | ||
@@ -242,0 +243,0 @@ /* Slice payload in each chunk size of @batchSize */ |
{ | ||
"name": "fabric8-analytics-lsp-server", | ||
"description": "LSP Server for Dependency Analytics", | ||
"version": "0.4.22", | ||
"version": "0.4.23", | ||
"author": "Pavel Odvody", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
# Dependency Analytics LSP Server | ||
[![NPM Publish](https://ci.centos.org/job/devtools-fabric8-analytics-lsp-server-npm-publish-build-master/badge/icon)](https://ci.centos.org/job/devtools-fabric8-analytics-lsp-server-npm-publish-build-master/) | ||
![Release](https://github.com/fabric8-analytics/fabric8-analytics-lsp-server/workflows/Release/badge.svg?branch=master) | ||
[![NPM Version](https://img.shields.io/npm/v/fabric8-analytics-lsp-server.svg)](https://www.npmjs.com/package/fabric8-analytics-lsp-server) | ||
@@ -8,3 +8,3 @@ ![CI Build](https://github.com/fabric8-analytics/fabric8-analytics-lsp-server/workflows/CI%20Build/badge.svg?branch=master) | ||
Language Server(LSP) that can analyze your dependencies specified in `package.json` and `pom.xml`. | ||
Language Server(LSP) that can analyze your dependencies specified in `package.json`, `pom.xml`, `requirements.txt` and `go.mod`. | ||
@@ -15,3 +15,2 @@ ## Build | ||
npm install | ||
npm run-script build | ||
``` | ||
@@ -30,7 +29,6 @@ | ||
``` | ||
export RECOMMENDER_API_URL= the-url + '/api/v1' | ||
export RECOMMENDER_API_URL= the-url + '/api/v2' | ||
``` | ||
``` | ||
export RECOMMENDER_API_TOKEN=the-token | ||
export THREE_SCALE_USER_TOKEN=the-user-token | ||
@@ -41,3 +39,3 @@ ``` | ||
Semantic release are done via fabric8cd using `semantic-release`. | ||
Semantic release are done via Github Actions using `semantic-release`. | ||
- merging each PR will result with an automatic build of master | ||
@@ -50,4 +48,3 @@ - and a release apatch, minor or major version. You should use correct [commit message](https://github.com/semantic-release/semantic-release#commit-message-format). | ||
- [VSCode Extension](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension) | ||
- [DevStudio Plugin](https://github.com/fabric8-analytics/fabric8-analytics-devstudio-plugin) | ||
- [RH-Che](https://github.com/redhat-developer/rh-che) | ||
- [IntelliJ Plugin](https://github.com/redhat-developer/intellij-dependency-analytics) | ||
@@ -54,0 +51,0 @@ ## License |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111262
1158
49