Skip to content

Commit

Permalink
fix: disable statusBar
Browse files Browse the repository at this point in the history
If and how we use status bar is TBD. For now it will be disabled.
  • Loading branch information
jakobrosenberg committed Mar 15, 2022
1 parent 8a17d5d commit 3751311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PyMakr.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class PyMakr {
this.projectsProvider = new ProjectsProvider(this);
this.devicesProvider = new DevicesProvider(this);
this.fileSystem = new FileSystemProvider(this);
this.statusBar = new StatusBar(this);
// this.statusBar = new StatusBar(this);

this.registerWithIde();
this.setup();
Expand Down

0 comments on commit 3751311

Please sign in to comment.