Skip to content

Commit

Permalink
Ensure inlay hints are enabled in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred committed Mar 25, 2022
1 parent d6bc4ea commit 632ce77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integrationTests/inlayHints.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ suite(`Inlay Hints ${testAssetWorkspace.description}`, function () {
this.skip();
}

const editorConfig = vscode.workspace.getConfiguration('editor');
editorConfig.update('inlayHints.enable', true);

const csharpConfig = vscode.workspace.getConfiguration('csharp');
csharpConfig.update('inlayHints.parameters.enabled', true);
csharpConfig.update('inlayHints.parameters.forLiteralParameters', true);
Expand Down

0 comments on commit 632ce77

Please sign in to comment.