Socket
Socket
Sign inDemoInstall

@dendronhq/lsp-server

Package Overview
Dependencies
274
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.3-alpha.0 to 0.12.3-alpha.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.12.3-alpha.1](https://github.com/Microsoft/vscode-extension-samples/compare/v0.12.3-alpha.0...v0.12.3-alpha.1) (2020-09-24)
**Note:** Version bump only for package @dendronhq/lsp-server
## [0.12.3-alpha.0](https://github.com/Microsoft/vscode-extension-samples/compare/v0.12.2...v0.12.3-alpha.0) (2020-09-24)

@@ -8,0 +12,0 @@

4

out/server.js

@@ -64,2 +64,3 @@ "use strict";

connection.console.log("engine initialized");
// initialize express
}

@@ -111,3 +112,4 @@ });

// In this simple example we get the settings for every validate run.
let settings = await getDocumentSettings(textDocument.uri);
let settings = globalSettings;
// await getDocumentSettings(textDocument.uri);
// The validator creates diagnostics for all uppercase words length 2 and more

@@ -114,0 +116,0 @@ let text = textDocument.getText();

{
"name": "@dendronhq/lsp-server",
"description": "Example implementation of a language server in node.",
"version": "0.12.3-alpha.0",
"version": "0.12.3-alpha.1",
"author": "Microsoft Corporation",

@@ -21,3 +21,3 @@ "license": "MIT",

"scripts": {},
"gitHead": "e0ef2ffc65c22c4becdd5411c653927a9cd0408e"
"gitHead": "b747a42e317e52137dd2aa740805d44e33b77ee8"
}

@@ -93,2 +93,4 @@ import { DendronEngine } from "@dendronhq/engine-server";

connection.console.log("engine initialized");
// initialize express
}

@@ -154,3 +156,4 @@ });

// In this simple example we get the settings for every validate run.
let settings = await getDocumentSettings(textDocument.uri);
let settings = globalSettings;
// await getDocumentSettings(textDocument.uri);

@@ -157,0 +160,0 @@ // The validator creates diagnostics for all uppercase words length 2 and more

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc