Skip to content

Commit

Permalink
Merge pull request #2818 from filipw/feature/stdio
Browse files Browse the repository at this point in the history
do not use --stdio argument anymore when starting OmniSharp
  • Loading branch information
akshita31 authored Jan 28, 2019
2 parents 158456f + 5e81e34 commit 99ec969
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/omnisharp/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ export class OmniSharpServer {
let args = [
'-s', solutionPath,
'--hostPID', process.pid.toString(),
'--stdio',
'DotNet:enablePackageRestore=false',
'--encoding', 'utf-8',
'--loglevel', options.loggingLevel
Expand Down
1 change: 0 additions & 1 deletion tasks/spawnNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default async function spawnNode(args?: string[], options?: SpawnOptions)

let optionsWithFullEnvironment = {
cwd: rootPath,
stdio: 'inherit',
...options,
env: {
...process.env,
Expand Down

0 comments on commit 99ec969

Please sign in to comment.