Skip to content

Commit 14c8d71

Browse files
committed
Hotfix edge cases
1 parent f28ac14 commit 14c8d71

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "overture-vscode",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/devSparkle/overture-vscode.git"

src/luau-lsp-plugin.luau

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ return {
105105
end
106106
end
107107

108-
NewText ..= `; {Match}`
109-
110108
table.insert(Changes, {
111109
startLine = Line,
112110
startColumn = Column,
@@ -120,7 +118,7 @@ return {
120118
startColumn = Column,
121119
endLine = Line,
122120
endColumn = (Column + #Match),
123-
newText = `require("{Libraries[Library]}"); {Match}`,
121+
newText = `require("{Libraries[Library]}")`,
124122
})
125123
end
126124
end

0 commit comments

Comments
 (0)