Skip to content

Commit a2cc75f

Browse files
committed
getting closer...
1 parent d2771f6 commit a2cc75f

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/commands.ts

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

77

88

9+
910
import * as pathLib from 'path';
1011
import * as vscode from 'vscode';
1112

src/commentHandlerResolver.ts

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

77

88

9+
910
import * as vscode from 'vscode';
1011

1112

src/constants.ts

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

66

77

8+
89
export const EXTENSION_ID = 'GitHub.vscode-pull-request-github';
910
export const VSLS_REQUEST_NAME = 'git';
1011

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55

66

7+
78
'use strict';
89
import * as vscode from 'vscode';
910
import TelemetryReporter from 'vscode-extension-telemetry';

src/extensionState.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import
77
{ IAccount } from './github/interface';
88

99

10+
1011
// Synced keys
1112
export const NEVER_SHOW_PULL_NOTIFICATION = 'github.pullRequest.pullNotification.show';
1213

0 commit comments

Comments
 (0)