Skip to content

Commit fa2d8cc

Browse files
committed
Cleanup
1 parent e478ae9 commit fa2d8cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

editors/code/src/extension.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ export async function activate(context: vscode.ExtensionContext) {
182182
{ scheme: "file", language: "lua" },
183183
{ scheme: "file", language: "luau" },
184184
],
185-
// synchronize: {
186-
// fileEvents: [
187-
// vscode.workspace.createFileSystemWatcher("**/.luaurc"),
188-
// vscode.workspace.createFileSystemWatcher("**/sourcemap.json"),
189-
// ],
190-
// },
191185
diagnosticCollectionName: "luau",
192186
};
193187

0 commit comments

Comments
 (0)