Skip to content

Conversation

@motm32
Copy link
Contributor

@motm32 motm32 commented Jan 7, 2026

This PR contains the bulk of the migration work. I am still working on fixing some errors including lint and build errors. I'll put those in seperate PR's that merge into this branch before merging this.

Todo:

  • Merge in lint auto fix and manual fix PR's
  • Merge in any build error fixes
  • Put up PR for fixing failed tests
  • Test the webview code with esbuild/new scripts

@motm32 motm32 marked this pull request as ready for review January 15, 2026 18:25
@motm32 motm32 requested a review from a team as a code owner January 15, 2026 18:25
Comment on lines 10 to 12
globalIgnores([
'test/testProjects/**',
]),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be fine with adding this path to the shared pkg too.

Copy link
Contributor Author

@motm32 motm32 Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think in static web apps the path is 'test/testProject/**' should I add this path to the shared package as well?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, or rename the folder in SWA

package.json Outdated
"@vscode/test-electron": "*",
"@vscode/vsce": "*",
"esbuild": "*",
"esbuild-plugin-copy": "^2.1.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep * version for this one and leave control of the version to the eng pkg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants