Skip to content

Commit

Permalink
Move to vscode version 1.82 (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Sep 12, 2023
1 parent 864c8c5 commit c880c61
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 42 deletions.
8 changes: 4 additions & 4 deletions client-node-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-node-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/minimatch": "^3.0.5",
"@types/sinon": "^10.0.2",
"@types/uuid": "^8.3.1",
"@types/vscode": "1.79.0",
"@types/vscode": "1.82.0",
"find-process": "^1.4.7",
"glob": "^7.1.7",
"sinon": "^11.1.2",
Expand Down
8 changes: 4 additions & 4 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
"vscode": "^1.79.0"
"vscode": "^1.82.0"
},
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@types/minimatch": "^3.0.5",
"@types/semver": "^7.3.10",
"@types/vscode": "1.79.0",
"@types/vscode": "1.82.0",
"shx": "^0.3.4"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion client/src/common/formatting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* ------------------------------------------------------------------------------------------ */
/// <reference path="../../typings/vscode.proposed.formatMultipleRanges.d.ts" />

import {
languages as Languages, Disposable, TextDocument, ProviderResult, Range as VRange, Position as VPosition, TextEdit as VTextEdit, FormattingOptions as VFormattingOptions,
Expand Down
2 changes: 1 addition & 1 deletion client/src/node/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import semverSatisfies = require('semver/functions/satisfies');
export * from 'vscode-languageserver-protocol/node';
export * from '../common/api';

const REQUIRED_VSCODE_VERSION = '^1.78.0'; // do not change format, updated by `updateVSCode` script
const REQUIRED_VSCODE_VERSION = '^1.82.0'; // do not change format, updated by `updateVSCode` script

export enum TransportKind {
stdio,
Expand Down
29 changes: 0 additions & 29 deletions client/typings/vscode.proposed.formatMultipleRanges.d.ts

This file was deleted.

0 comments on commit c880c61

Please sign in to comment.