We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28ac14 commit 14c8d71Copy full SHA for 14c8d71
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "overture-vscode",
3
- "version": "1.5.2",
+ "version": "1.5.3",
4
"repository": {
5
"type": "git",
6
"url": "https://github.com/devSparkle/overture-vscode.git"
src/luau-lsp-plugin.luau
@@ -105,8 +105,6 @@ return {
105
end
106
107
108
- NewText ..= `; {Match}`
109
-
110
table.insert(Changes, {
111
startLine = Line,
112
startColumn = Column,
@@ -120,7 +118,7 @@ return {
120
118
121
119
endLine = Line,
122
endColumn = (Column + #Match),
123
- newText = `require("{Libraries[Library]}"); {Match}`,
+ newText = `require("{Libraries[Library]}")`,
124
})
125
126
0 commit comments