Skip to content

Commit

Permalink
Update config.ts for typo (#4594)
Browse files Browse the repository at this point in the history
Summary:
At least I think it is probably a typo - did it in the GitHub UI, so things might break

Pull Request resolved: #4594

Reviewed By: monicatang

Differential Revision: D52973190

Pulled By: captbaritone

fbshipit-source-id: 8529fb47c2f0b260535afd37d6f80df4ec26df2b
  • Loading branch information
orta authored and facebook-github-bot committed Jan 22, 2024
1 parent 0037d05 commit b995eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-extension/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function getConfig(scope?: ConfigurationScope): Config {
pathToRelay: configuration.get('pathToRelay') ?? null,
pathToConfig: configuration.get('pathToConfig') ?? null,
pathToLocateCommand: configuration.get('pathToLocateCommand') ?? null,
lspOutputLevel: configuration.get('lspOutputLevel') ?? 'quiet-with-errros',
lspOutputLevel: configuration.get('lspOutputLevel') ?? 'quiet-with-errors',
compilerOutpuLevel: configuration.get('compilerOutputLevel') ?? 'info',
rootDirectory: configuration.get('rootDirectory') ?? null,
autoStartCompiler: configuration.get('autoStartCompiler') ?? false,
Expand Down

0 comments on commit b995eec

Please sign in to comment.