Skip to content

Commit

Permalink
chore: removed wrong header comments (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Nov 27, 2023
1 parent 0a69d4f commit 727ce76
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 32 deletions.
5 changes: 0 additions & 5 deletions client/src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* --------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* ------------------------------------------------------------------------------------------ */

import * as path from "path";
import { workspace, ExtensionContext, window, commands } from "vscode";

Expand Down
5 changes: 0 additions & 5 deletions client/src/test/completion.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* --------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* ------------------------------------------------------------------------------------------ */

import * as vscode from "vscode";
import * as assert from "assert";
import { getDocUri, activate } from "./helper";
Expand Down
5 changes: 0 additions & 5 deletions client/src/test/diagnostics.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* --------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* ------------------------------------------------------------------------------------------ */

import * as vscode from "vscode";
import * as assert from "assert";
import { getDocUri, activate } from "./helper";
Expand Down
5 changes: 0 additions & 5 deletions client/src/test/helper.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/* --------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* ------------------------------------------------------------------------------------------ */

import * as vscode from "vscode";
import * as path from "path";

Expand Down
4 changes: 0 additions & 4 deletions client/src/test/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/* --------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* ------------------------------------------------------------------------------------------ */
import * as path from "path";
import * as Mocha from "mocha";
import * as glob from "glob";
Expand Down
4 changes: 0 additions & 4 deletions client/src/test/runTest.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import * as path from "path";

import { runTests } from "@vscode/test-electron";
Expand Down
4 changes: 0 additions & 4 deletions server/src/server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/* --------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* ------------------------------------------------------------------------------------------ */
import {
createConnection,
TextDocuments,
Expand Down

0 comments on commit 727ce76

Please sign in to comment.