Skip to content

Commit 4d3900d

Browse files
committed
Publish client@8.0.0-next.18
1 parent ed919a8 commit 4d3900d

4 files changed

Lines changed: 19 additions & 56 deletions

File tree

client/package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-languageclient",
33
"description": "VSCode Language client implementation",
4-
"version": "8.0.0-next.17",
4+
"version": "8.0.0-next.18",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"engines": {
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"minimatch": "^3.0.4",
3333
"semver": "^7.3.5",
34-
"vscode-languageserver-protocol": "3.17.0-next.18"
34+
"vscode-languageserver-protocol": "3.17.0-next.20"
3535
},
3636
"scripts": {
3737
"prepublishOnly": "git clean -xfd . && npm install && npm run clean && node ./bin/updateVSCode.js && npm run compile && npm test",

client/src/common/fileOperations.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Copyright (c) Microsoft Corporation. All rights reserved.
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
* ------------------------------------------------------------------------------------------ */
5-
/// <reference path="../../typings/vscode.proposed.d.ts" />
65

76
import * as code from 'vscode';
87
import * as minimatch from 'minimatch';

client/typings/vscode.proposed.d.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)