Skip to content

Commit

Permalink
fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbilu committed Nov 29, 2023
1 parent f91ef2a commit ef6ed0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binary/runBinary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default async function runBinary(
? getProxySettings()
: undefined;
const args: string[] = [
...tlsConfig,
"--no-lsp=true",
tabnineExtensionProperties.logEngine ? `--log_to_stderr` : null,
tabnineExtensionProperties.logFilePath
Expand Down Expand Up @@ -70,7 +71,6 @@ export default async function runBinary(
`vscode-code-lens-enabled=${
tabnineExtensionProperties.codeLensEnabled ?? "unknown"
}`,
...tlsConfig,
...metadata,
].filter((i): i is string => i !== null);

Expand Down

0 comments on commit ef6ed0a

Please sign in to comment.