Skip to content

Commit 20dbb69

Browse files
committed
update
1 parent 25b4367 commit 20dbb69

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"activationEvents": [
1414
"onLanguage:EmmyLua"
1515
],
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/EmmyLua/VSCode-EmmyLua"
19+
},
1620
"main": "./out/extension",
1721
"contributes": {
1822
"commands": [

src/extension.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
import * as vscode from 'vscode';
55
import * as path from "path";
66
import * as net from "net";
7-
import {LanguageClient, LanguageClientOptions, SettingMonitor,
8-
ServerOptions, StreamInfo, ErrorHandler, ErrorAction,
9-
CloseAction, Executable, ExecutableOptions, NotificationType} from "vscode-languageclient";
7+
import { LanguageClient, LanguageClientOptions, ServerOptions, StreamInfo } from "vscode-languageclient";
108
import * as Annotator from "./annotator";
119
import * as notifications from "./notifications";
1210

0 commit comments

Comments
 (0)