Fix missing newline at end of file in extension.ts

This commit is contained in:
2025-03-17 07:24:19 +00:00
parent 72f21325dd
commit 90665f81f5

View File

@@ -170,4 +170,4 @@ export function activate(context: vscode.ExtensionContext) {
*/
export function deactivate() {
// Clean up resources when the extension is deactivated
}
}