vscode-languageserver
Advanced tools
Comparing version 8.2.0-next.1 to 8.2.0-next.2
import { _, Features, _Connection } from './server'; | ||
import { SemanticTokensBuilder } from './semanticTokens'; | ||
import type { WorkDoneProgressReporter, WorkDoneProgressServerReporter, ResultProgressReporter } from './progress'; | ||
import * as ic from './inlineCompletion.proposed'; | ||
export * from 'vscode-languageserver-protocol/'; | ||
@@ -13,4 +14,4 @@ export { WorkDoneProgressReporter, WorkDoneProgressServerReporter, ResultProgressReporter }; | ||
export declare namespace ProposedFeatures { | ||
const all: Features<_, _, _, _, _, _, _, _>; | ||
type Connection = _Connection<_, _, _, _, _, _, _, _>; | ||
const all: Features<_, _, _, _, _, _, ic.InlineCompletionFeatureShape, _>; | ||
type Connection = _Connection<_, _, _, _, _, _, ic.InlineCompletionFeatureShape, _>; | ||
} |
@@ -24,2 +24,3 @@ "use strict"; | ||
Object.defineProperty(exports, "SemanticTokensBuilder", { enumerable: true, get: function () { return semanticTokens_1.SemanticTokensBuilder; } }); | ||
const ic = require("./inlineCompletion.proposed"); | ||
__exportStar(require("vscode-languageserver-protocol/"), exports); | ||
@@ -35,3 +36,4 @@ const textDocuments_1 = require("./textDocuments"); | ||
__brand: 'features', | ||
languages: ic.InlineCompletionFeature | ||
}; | ||
})(ProposedFeatures = exports.ProposedFeatures || (exports.ProposedFeatures = {})); |
@@ -21,2 +21,3 @@ "use strict"; | ||
const inlineValue_1 = require("./inlineValue"); | ||
// import { InlineCompletionFeatureShape, InlineCompletionFeature } from './inlineCompletion.proposed'; | ||
const inlayHint_1 = require("./inlayHint"); | ||
@@ -537,8 +538,3 @@ const diagnostic_1 = require("./diagnostic"); | ||
const method = Is.string(type) ? type : type.method; | ||
if (arguments.length === 1) { | ||
return connection.sendNotification(method); | ||
} | ||
else { | ||
return connection.sendNotification(method, param); | ||
} | ||
return connection.sendNotification(method, param); | ||
}, | ||
@@ -545,0 +541,0 @@ onNotification: (type, handler) => connection.onNotification(type, handler), |
{ | ||
"name": "vscode-languageserver", | ||
"description": "Language server implementation for node", | ||
"version": "8.2.0-next.1", | ||
"version": "8.2.0-next.2", | ||
"author": "Microsoft Corporation", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"vscode-languageserver-protocol": "3.17.4-next.1" | ||
"vscode-languageserver-protocol": "3.17.4-next.2" | ||
}, | ||
@@ -30,0 +30,0 @@ "scripts": { |
191406
59
4047
+ Addedvscode-jsonrpc@8.2.0-next.1(transitive)
+ Addedvscode-languageserver-protocol@3.17.4-next.2(transitive)
+ Addedvscode-languageserver-types@3.17.4-next.1(transitive)
- Removedvscode-jsonrpc@8.2.0-next.0(transitive)
- Removedvscode-languageserver-protocol@3.17.4-next.1(transitive)
- Removedvscode-languageserver-types@3.17.4-next.0(transitive)