Skip to content

Commit d2771f6

Browse files
committed
Yet another test commit
1 parent 0e23d56 commit d2771f6

File tree

7 files changed

+0
-9
lines changed

7 files changed

+0
-9
lines changed

src/commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77

88

9-
109
import * as pathLib from 'path';
1110
import * as vscode from 'vscode';
1211

src/commentHandlerResolver.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77

88

9-
109
import * as vscode from 'vscode';
1110

1211

src/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77

8-
98
export const EXTENSION_ID = 'GitHub.vscode-pull-request-github';
109
export const VSLS_REQUEST_NAME = 'git';
1110

src/experimentationService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77

8-
98
import * as vscode from 'vscode';
109
import TelemetryReporter from 'vscode-extension-telemetry';
1110
import {

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { LiveShare } from 'vsls/vscode.js';
1111
import { Repository } from './api/api';
1212
import { GitApiImpl } from './api/api1';
1313

14-
1514
import { registerCommands } from './commands';
1615
import Logger from './common/logger';
1716
import * as PersistentState from './common/persistentState';

src/extensionState.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ export function setSyncedKeys(context: vscode.ExtensionContext) {
2828
context.globalState.setKeysForSync([NEVER_SHOW_PULL_NOTIFICATION]);
2929
}
3030

31-

src/gitExtensionIntegration.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ import { RemoteSource, RemoteSourceProvider } from './@types/git';
77
import { OctokitCommon } from './github/common';
88
import { AuthProvider, CredentialStore, GitHub } from './github/credentials';
99

10-
11-
12-
1310
interface Repository {
1411
readonly full_name: string;
1512
readonly description: string | null;

0 commit comments

Comments
 (0)