Skip to content

Commit

Permalink
Fix formatting and lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred committed Dec 15, 2020
1 parent 4a6ad52 commit ba53289
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

import { expect, should } from 'chai';
import * as vscode from 'vscode';
import * as path from 'path';
import { isRazorWorkspace } from './integrationHelpers';
import testAssetWorkspace from './testAssets/testAssetWorkspace';
import { skip } from 'rxjs/operators';

const onTypeFormatProviderCommand = 'vscode.executeFormatOnTypeProvider';

Expand Down

0 comments on commit ba53289

Please sign in to comment.