We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc959e commit 4a8d119Copy full SHA for 4a8d119
packages/vscode/src/fill/environmentService.ts
@@ -9,5 +9,5 @@ export class EnvironmentService extends environment.EnvironmentService {
9
10
}
11
12
-// @ts-ignore
13
-environment.EnvironmentService = EnvironmentService;
+const target = environment as typeof environment;
+target.EnvironmentService = EnvironmentService;
0 commit comments