Lots of improvements
This commit is contained in:
@@ -9,7 +9,7 @@ import * as fs from "fs";
|
||||
|
||||
// Defines the search path of your language server DLL. (.NET Core)
|
||||
const languageServerPaths = [
|
||||
"server/DemoLanguageServer.dll",
|
||||
"./server/UpsilonLanguageServer.dll",
|
||||
"../UpsilonLanguageServer/UpsilonLanguageServer/bin/Debug/netcoreapp2.1/UpsilonLanguageServer.dll"
|
||||
];
|
||||
|
||||
@@ -58,9 +58,9 @@ function activateLanguageServer(context: vscode.ExtensionContext) {
|
||||
configurationSection: "upsilonLanguageServer",
|
||||
// Notify the server about file changes to '.clientrc files contain in the workspace
|
||||
fileEvents: [
|
||||
vscode.workspace.createFileSystemWatcher("**/.clientrc"),
|
||||
vscode.workspace.createFileSystemWatcher("**/.yup"),
|
||||
vscode.workspace.createFileSystemWatcher("**/.lua"),
|
||||
vscode.workspace.createFileSystemWatcher("**/*.clientrc"),
|
||||
vscode.workspace.createFileSystemWatcher("**/*.yup"),
|
||||
vscode.workspace.createFileSystemWatcher("**/*.lua"),
|
||||
vscode.workspace.createFileSystemWatcher("**/.upsilon/*.json")
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user