Skip to content

Commit

Permalink
add disable-inspect to argv options
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Sep 5, 2019
1 parent f9f58c3 commit dea88d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/platform/environment/node/argv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const options: Option[] = [
{ id: 'force', type: 'boolean' },
{ id: 'trace-category-filter', type: 'string' },
{ id: 'trace-options', type: 'string' },
{ id: 'disable-inspect', type: 'boolean' },

{ id: 'js-flags', type: 'string' }, // chrome js flags
{ id: 'nolazy', type: 'boolean' }, // node inspect
Expand Down

0 comments on commit dea88d8

Please sign in to comment.