techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

5.3K
active users

Ian Applebaum

Anyone here have experience with and building an extension for . Every time I point my _getHtmlForWebview() function to the scriptURI it doesn’t seem to transform the TSX to JavaScript. I’m just sorta stumped since I kinda followed this tutorial and consulted ChatGPT lol isamatov.com/create-vscode-ext

Web Development Tutorials - Iskander SamatovHow to create a VSCode extension using ReactBy Iskander Samatov

It just seems like it should be really easy…

So I found a YouTube video by Ben Awad that answered all of my issues. I ultimately was trying to combine too much behavior into one webpack config. Better to separate it into extension functionality and web view functionality. youtu.be/a5DX5pQ9p5M