Skip to content

Commit 060bca2

Browse files
committed
pass 4
1 parent 79f116d commit 060bca2

File tree

5 files changed

+25
-15
lines changed

5 files changed

+25
-15
lines changed

src/features/ExternalApi.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
46
import * as vscode from "vscode";
57
import { v4 as uuidv4 } from 'uuid';
68
import { LanguageClientConsumer } from "../languageClientConsumer";

src/features/GetCommands.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
46
import * as vscode from "vscode";
57
import { RequestType0 } from "vscode-languageclient";
68
import { LanguageClient } from "vscode-languageclient/node";

src/features/ISECompatibility.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
46
import * as vscode from "vscode";
57
import * as Settings from "../settings";
68

test/features/ExternalApi.test.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
46
import * as assert from "assert";
57
import * as vscode from "vscode";
68
import { before, beforeEach, afterEach } from "mocha";

test/features/ISECompatibility.test.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
46
import * as assert from "assert";
57
import * as vscode from "vscode";
68
import { ISECompatibilityFeature } from "../../src/features/ISECompatibility";

0 commit comments

Comments
 (0)