Skip to content

Commit

Permalink
Attempt a fix for issue #35
Browse files Browse the repository at this point in the history
  • Loading branch information
spyder007 committed May 13, 2021
1 parent 76c555f commit 212f692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ hs_err_pid*
.classpath
.gradle

.vscode/*
.vscode/*
.vs/*
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ protected MsTeamsNotificationProjectTabExtension(
super("msteamsNotifications", "MsTeams", pagePlaces, projectManager);
this.projSettings = settings;
myPluginPath = pluginDescriptor.getPluginResourcesPath();
register();
}

@Override
Expand Down

0 comments on commit 212f692

Please sign in to comment.