-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3235,15 +3235,6 @@ | |
} | ||
], | ||
"languages": [ | ||
{ | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
sumneko
Author
Collaborator
|
||
"id": "lua", | ||
"extensions": [ | ||
".lua" | ||
], | ||
"aliases": [ | ||
"Lua" | ||
] | ||
}, | ||
{ | ||
"filenames": [ | ||
".luarc.json", | ||
|
@@ -3415,5 +3406,5 @@ | |
"sponsor": { | ||
"url": "https://github.com/LuaLS/lua-language-server/issues/484" | ||
}, | ||
"version": "3.11.1" | ||
"version": "3.12.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule server
updated
13 files
+17 −0 | changelog.md | |
+1 −1 | meta/template/basic.lua | |
+4 −3 | script/core/code-action.lua | |
+3 −3 | script/core/command/autoRequire.lua | |
+59 −0 | script/core/completion/auto-require.lua | |
+3 −3 | script/files.lua | |
+35 −5 | script/parser/luadoc.lua | |
+5 −3 | script/vm/compiler.lua | |
+1 −1 | script/vm/ref.lua | |
+1 −1 | script/vm/type.lua | |
+1 −1 | test/command/auto-require.lua | |
+10 −0 | test/references/all.lua | |
+28 −0 | test/type_inference/common.lua |
Hi, @sumneko ...
I made the PR to add this languages contribution points in the previous merged commit. Is there a specific reason why this is now reverted?