Minimum Java 11 for all spring LS. Upgrade vscode dependencies.
This commit is contained in:
@@ -6,7 +6,7 @@ import { workspace } from 'vscode';
|
||||
import * as commons from '@pivotal-tools/commons-vscode';
|
||||
import * as liveHoverUi from './live-hover-connect-ui';
|
||||
|
||||
import {LanguageClient} from "vscode-languageclient";
|
||||
import {LanguageClient} from "vscode-languageclient/node";
|
||||
|
||||
const PROPERTIES_LANGUAGE_ID = "spring-boot-properties";
|
||||
const YAML_LANGUAGE_ID = "spring-boot-properties-yaml";
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
import * as VSCode from 'vscode';
|
||||
import { LanguageClient } from "vscode-languageclient";
|
||||
import { LanguageClient } from "vscode-languageclient/node";
|
||||
import { ActivatorOptions } from '@pivotal-tools/commons-vscode';
|
||||
import { stringify } from 'querystring';
|
||||
|
||||
interface ProcessCommandInfo {
|
||||
processKey : string;
|
||||
@@ -39,7 +38,7 @@ async function liveHoverConnectHandler() {
|
||||
/** Called when extension is activated */
|
||||
export function activate(
|
||||
client: LanguageClient,
|
||||
options: ActivatorOptions,
|
||||
options: ActivatorOptions,
|
||||
context: VSCode.ExtensionContext
|
||||
) {
|
||||
context.subscriptions.push(
|
||||
|
||||
1444
vscode-extensions/vscode-spring-boot/package-lock.json
generated
1444
vscode-extensions/vscode-spring-boot/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,7 @@
|
||||
"license": "EPL-1.0",
|
||||
"engines": {
|
||||
"npm": "^6.0.0",
|
||||
"vscode": "^1.41.0"
|
||||
"vscode": "^1.53.0"
|
||||
},
|
||||
"categories": [
|
||||
"Programming Languages",
|
||||
@@ -517,14 +517,14 @@
|
||||
"vsce-package": "vsce package"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pivotal-tools/commons-vscode": "file:../commons-vscode/pivotal-tools-commons-vscode-0.2.3.tgz",
|
||||
"vscode-languageclient": "6.0.0"
|
||||
"@pivotal-tools/commons-vscode": "file:../commons-vscode/pivotal-tools-commons-vscode-0.2.4.tgz",
|
||||
"vscode-languageclient": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vsce": "^1.81.1",
|
||||
"typescript": "3.8.3",
|
||||
"@types/node": "^12.7.9",
|
||||
"@types/vscode": "^1.41.0"
|
||||
"@types/vscode": "^1.53.0",
|
||||
"typescript": "^4.1.2",
|
||||
"vsce": "^1.87.0"
|
||||
},
|
||||
"extensionDependencies": [
|
||||
"redhat.java"
|
||||
|
||||
Reference in New Issue
Block a user