redhat-developer / redhat-developer/vscode-extension-tester

Remove dynamic import from TextView

Open
#889 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
326
Forks
88
Avg merge
7h 27m
Merged PRs (30d)
71

Description

Improper use of dynamic import on line AbstractViews.ts:94. Use standard import instead.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at line 94 of page-objects/src/components/bottomBar/AbstractViews.ts, where the issue identifies the dynamic import used by TextView. Replace it with a standard import and run the repository's existing TypeScript checks or tests; done means TextView no longer uses a dynamic import and the checks pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
testing
Issue type
Refactor
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.