Skip to content

Conversation

@sean-mcmanus
Copy link
Contributor

Debugging doesn't work. Something wrong with the source mapping I guess.

@sean-mcmanus sean-mcmanus requested review from a team April 4, 2019 22:27
@sean-mcmanus
Copy link
Contributor Author

Looks like this breaks the Azure Pipeline build...even though building works locally. Error: Cannot find module './out/tools/GenerateOptionsSchema'

Copy link
Member

@WardenGnaw WardenGnaw left a comment

Choose a reason for hiding this comment

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

I wouldn't webpack src/tools, since it is not used for the released VsCode extension.

I would add another agent build for testing webpacked builds and keep our normal just tsc builds since we do not want webpacking for regular dev workflow.

Add Extension/dist/* to .gitignore

@WardenGnaw WardenGnaw marked this pull request as ready for review April 17, 2019 20:07
@bobbrow
Copy link
Member

bobbrow commented Apr 17, 2019

When the Config UI goes in, we'll need to update this to make sure all the assets are in the right place.

bobbrow and others added 5 commits April 17, 2019 19:10
Webpack will be doing all the compilation. However we need to tsc
specific support files in order for our checks and tests to work.

Added webpack watch

Fix tslint

Debugger intergration tests are broken and will not work with webpack.
Fix .vscodeignore list to ignore out since now everything should be
published to dist.
support.ts will not be webpacked since it is needed for settings.html.

tscCompileList.txt will be used for typescript files that need to be
individually consumed as a .js file instead of being webpacked.

Updated .vscode ignore to remove unnecessary files.
@sean-mcmanus sean-mcmanus merged commit a590527 into master Apr 26, 2019
@sean-mcmanus sean-mcmanus deleted the bobbrow/webpack branch April 26, 2019 01:34
@philkuz
Copy link

philkuz commented May 1, 2019

Linking #3213 as it is fixed with this merge.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants