File tree Expand file tree Collapse file tree 5 files changed +25
-15
lines changed Expand file tree Collapse file tree 5 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 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
+
4
6
import * as vscode from "vscode" ;
5
7
import { v4 as uuidv4 } from 'uuid' ;
6
8
import { LanguageClientConsumer } from "../languageClientConsumer" ;
Original file line number Diff line number Diff line change 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
+
4
6
import * as vscode from "vscode" ;
5
7
import { RequestType0 } from "vscode-languageclient" ;
6
8
import { LanguageClient } from "vscode-languageclient/node" ;
Original file line number Diff line number Diff line change 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
+
4
6
import * as vscode from "vscode" ;
5
7
import * as Settings from "../settings" ;
6
8
Original file line number Diff line number Diff line change 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
+
4
6
import * as assert from "assert" ;
5
7
import * as vscode from "vscode" ;
6
8
import { before , beforeEach , afterEach } from "mocha" ;
Original file line number Diff line number Diff line change 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
+
4
6
import * as assert from "assert" ;
5
7
import * as vscode from "vscode" ;
6
8
import { ISECompatibilityFeature } from "../../src/features/ISECompatibility" ;
You can’t perform that action at this time.
0 commit comments