added new property to connect to standalone language server

This commit is contained in:
Martin Lippert
2017-01-20 14:07:39 +01:00
parent aff3fe5888
commit 0496a906ce
3 changed files with 3 additions and 0 deletions

View File

@@ -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: {

View File

@@ -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: {

View File

@@ -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: {