We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef0f0e commit 1c88289Copy full SHA for 1c88289
test/unitTests/Fakes/FakeOptions.ts
@@ -6,5 +6,5 @@
6
import { Options } from "../../../src/omnisharp/options";
7
8
export function getEmptyOptions(): Options {
9
- return new Options("", "", false, "", false, 0, 0, false, false, false, false, false, false, "", "");
+ return new Options("", "", false, "", false, 0, 0, false, false, false, false, false, false, 0, 0, "", "");
10
}
0 commit comments