Skip to content
Snippets Groups Projects
Commit 35a61fd2 authored by 最萌小汐's avatar 最萌小汐
Browse files

no more `Lua.develop.enable`

parent 02c675fb
Branches
Tags
No related merge requests found
...@@ -5,7 +5,6 @@ return { ...@@ -5,7 +5,6 @@ return {
author = "sumneko", author = "sumneko",
icon = "images/logo.png", icon = "images/logo.png",
license = "MIT", license = "MIT",
enableProposedApi = true,
repository = { repository = {
type = "git", type = "git",
url = "https://github.com/sumneko/lua-language-server" url = "https://github.com/sumneko/lua-language-server"
...@@ -55,7 +54,6 @@ return { ...@@ -55,7 +54,6 @@ return {
supported = "limited", supported = "limited",
description = "", description = "",
restrictedConfigurations = { restrictedConfigurations = {
"Lua.develop.enable",
"Lua.runtime.plugin", "Lua.runtime.plugin",
"Lua.misc.parameters", "Lua.misc.parameters",
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment