added new property to connect to standalone language server
This commit is contained in:
@@ -16,6 +16,7 @@ import * as commons from 'commons-vscode';
|
||||
export function activate(context: VSCode.ExtensionContext) {
|
||||
let options : commons.ActivatorOptions = {
|
||||
DEBUG: false,
|
||||
CONNECT_TO_LS: false,
|
||||
extensionId: 'vscode-boot-properties',
|
||||
fatJarFile: 'target/vscode-boot-properties-0.0.1-SNAPSHOT.jar',
|
||||
clientOptions: {
|
||||
|
||||
@@ -32,6 +32,7 @@ function error(msg : string) {
|
||||
export function activate(context: VSCode.ExtensionContext) {
|
||||
let options : commons.ActivatorOptions = {
|
||||
DEBUG : false,
|
||||
CONNECT_TO_LS: false,
|
||||
extensionId: 'vscode-concourse',
|
||||
fatJarFile: 'target/vscode-concourse-0.0.1-SNAPSHOT.jar',
|
||||
clientOptions: {
|
||||
|
||||
@@ -29,6 +29,7 @@ function error(msg : string) {
|
||||
export function activate(context: VSCode.ExtensionContext) {
|
||||
let options : commons.ActivatorOptions = {
|
||||
DEBUG : false,
|
||||
CONNECT_TO_LS: false,
|
||||
extensionId: 'vscode-manifest-yaml',
|
||||
fatJarFile: 'target/vscode-manifest-yaml-0.0.2-SNAPSHOT.jar',
|
||||
clientOptions: {
|
||||
|
||||
Reference in New Issue
Block a user