Skip to content

Commit 7e768d9

Browse files
committed
1.6.8
1 parent 32a2d8d commit 7e768d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

client/out/extension.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/out/extension.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function activate(context: vscode.ExtensionContext) {
118118
vscode.window.showErrorMessage(err);
119119
}
120120

121-
openUpdatesWindow(context);
121+
// openUpdatesWindow(context);
122122

123123
updateRobloxAPI(context);
124124

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@
13661366
"type": "git",
13671367
"url": "https://github.com/NightrainsRbx/RobloxLsp"
13681368
},
1369-
"version": "1.6.7",
1369+
"version": "1.6.8",
13701370
"__metadata": {
13711371
"id": "169d2b9c-69d2-482a-aee2-ea6c33ed4e89",
13721372
"publisherId": "e1e7384e-2406-4940-a937-5fad58f8815e",

0 commit comments

Comments
 (0)