Skip to content

Commit

Permalink
Change HostProfileId to be coc.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Jul 9, 2019
1 parent 996e78e commit de19e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class PowerShellProcess {
"-NonInteractive",
path.join(this.bundledModulesPath, "/PowerShellEditorServices/Start-EditorServices.ps1"),
"-HostName", "coc.vim",
"-HostProfileId", "0",
"-HostProfileId", "coc.vim",
"-HostVersion", "2.0.0",
"-LogPath", path.join(logDir, "log.txt"),
"-LogLevel", this.config.developer.editorServicesLogLevel || "Normal",
Expand Down

0 comments on commit de19e02

Please sign in to comment.