Skip to content

Commit

Permalink
webpack install scripts for library code
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson committed Jan 20, 2024
1 parent 8dcafea commit d0f62ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mock-webpack.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# The library doesn't get webpacked, but it needs the copy of items that would normally be webpacked
# ... into the SDK or Runtime Extension for it to run in local dev scenarios.
Copy-Item ".\vscode-dotnet-runtime-library\distro-data\" -Destination ".\vscode-dotnet-runtime-library\dist\Acquisition\" -Recurse -Force
Copy-Item ".\vscode-dotnet-runtime-library\install scripts\" -Destination ".\vscode-dotnet-runtime-library\dist\utils\" -Recurse -Force
1 change: 1 addition & 0 deletions mock-webpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ echo ""
echo "----------- Copying Library Webpacked Dependencies -----------"
echo "" # See the build.ps1 for more details on why we do this
cp -r ./vscode-dotnet-runtime-library/distro-data ./vscode-dotnet-runtime-library/dist/Acquisition
cp -r ./vscode-dotnet-runtime-library/install-scripts ./vscode-dotnet-runtime-library/dist/utils

0 comments on commit d0f62ad

Please sign in to comment.