Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Apr 17, 2020
1 parent 3e48fa8 commit 19d2482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"url": "https://github.com/yatli/coc-powershell"
},
"bugs": {
"url": "https://github.com/mikeTWC1984/coc-powershell-patched/issues"
"url": "https://github.com/coc-extensions/coc-powershell-patched/issues"
},
"homepage": "https://github.com/mikeTWC1984/coc-powershell-patched#readme",
"homepage": "https://github.com/coc-extensions/coc-powershell-patched#readme",
"engines": {
"coc": ">=0.0.77"
},
Expand Down
2 changes: 1 addition & 1 deletion src/client/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class PowerShellProcess {
if (this.consoleTerminal) {
const winid: number = await vscode.workspace.nvim.eval(`bufwinid(${this.consoleTerminal.bufnr})`) as number;

// Show terminal if it's hidden when running F5/F8 or if focusConsoleOnExecute,
// Show terminal if it's hidden when running "execute" commands or if focusConsoleOnExecute,
// this will cause the cursor to jump down into the terminal.
if (this.config.integratedConsole.focusConsoleOnExecute || winid == -1) {
this.consoleTerminal.show();
Expand Down

0 comments on commit 19d2482

Please sign in to comment.