Skip to content

Commit

Permalink
Restore delayed activation (onTerminalProfile event) (#42)
Browse files Browse the repository at this point in the history
Refs: #37
  • Loading branch information
IT'S MUNIN JUHURD? authored Dec 22, 2021
1 parent 17b056f commit d48d169
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
"Other"
],
"activationEvents": [
"onStartupFinished"
"onLanguage:matlab",
"onCommand:matlab-interactive-terminal.openMatlabTerminal",
"onCommand:matlab-interactive-terminal.runMatlabScript",
"onCommand:matlab-interactive-terminal.runMatlabSelection",
"onTerminalProfile:matlab-interactive-terminal.terminal-profile"
],
"main": "./out/extension.js",
"contributes": {
Expand Down

0 comments on commit d48d169

Please sign in to comment.