Skip to content

Commit 4457dbf

Browse files
firelizzard18findleyr
authored andcommitted
extension/src: cleanup extension api
Removes properties from the extension API because those properties were a hallucination - they were never populated. Fixes #3574 Change-Id: I53ef2bc93e02f884e4d25b657edc83d0339135c0 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/621497 kokoro-CI: kokoro <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Commit-Queue: Ethan Reesor <[email protected]>
1 parent acda2ca commit 4457dbf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extension/src/export.d.ts

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ export { ToolAtVersion } from './goTools';
88

99
export interface CommandInvocation {
1010
binPath: string;
11-
args?: string[] | string;
12-
env?: Object;
13-
cwd?: string;
1411
}
1512

1613
export interface ExtensionAPI {

0 commit comments

Comments
 (0)