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 4a6ad52 commit ba53289Copy full SHA for ba53289
test/integrationTests/documentationCommentAutoFormatting.integration.test.ts
@@ -1,9 +1,13 @@
1
+/*---------------------------------------------------------------------------------------------
2
+* Copyright (c) Microsoft Corporation. All rights reserved.
3
+* Licensed under the MIT License. See License.txt in the project root for license information.
4
+*--------------------------------------------------------------------------------------------*/
5
+
6
import { expect, should } from 'chai';
7
import * as vscode from 'vscode';
8
import * as path from 'path';
9
import { isRazorWorkspace } from './integrationHelpers';
10
import testAssetWorkspace from './testAssets/testAssetWorkspace';
-import { skip } from 'rxjs/operators';
11
12
const onTypeFormatProviderCommand = 'vscode.executeFormatOnTypeProvider';
13
0 commit comments