Skip to content

Commit 4a8d119

Browse files
code-asherkylecarbs
authored andcommitted
@ts-ignore-be-gone
Spray liberally.
1 parent 8fc959e commit 4a8d119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vscode/src/fill/environmentService.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export class EnvironmentService extends environment.EnvironmentService {
99

1010
}
1111

12-
// @ts-ignore
13-
environment.EnvironmentService = EnvironmentService;
12+
const target = environment as typeof environment;
13+
target.EnvironmentService = EnvironmentService;

0 commit comments

Comments
 (0)