Skip to content

Commit

Permalink
Refactoring (#154)
Browse files Browse the repository at this point in the history
* Move language related files in new introduced meta folder

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Add some logging, reflect file movements and make openHAB tree views available without file condition.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
  • Loading branch information
Confectrician authored Oct 23, 2019
1 parent e60b0bb commit 26855ba
Show file tree
Hide file tree
Showing 4 changed files with 714 additions and 710 deletions.
4 changes: 4 additions & 0 deletions client/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,12 @@ export function activate(context: ExtensionContext) {

init(disposables, config, context)
.catch(err => console.error(err));

console.log(`openHAB vscode extension has been activated`);

}

// this method is called when your extension is deactivated
export function deactivate() {
console.log(`openHAB vscode extension has been shut down`);
}
File renamed without changes.
Loading

0 comments on commit 26855ba

Please sign in to comment.