Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include base/ platform from VS Code, adopt DomScrollableElement and introduce esbuild #5077

Closed
wants to merge 41 commits into from

Commits on Jun 28, 2024

  1. Include vscode base/ utils

    Tyriar committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    03e334b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b568e38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f67433a View commit details
    Browse the repository at this point in the history
  4. Fix most scroll perf issues

    Tyriar committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    80e7199 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9701c23 View commit details
    Browse the repository at this point in the history
  6. Make scrollbar wider

    Tyriar committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ffe92e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f6359d View commit details
    Browse the repository at this point in the history
  8. Remove old viewport

    Tyriar committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    168a323 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f383790 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9f4927 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Delete base dir

    Tyriar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7b8f71a View commit details
    Browse the repository at this point in the history
  2. Update gitignore

    Tyriar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    cefd558 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7926abb View commit details
    Browse the repository at this point in the history
  4. Remove binary file

    Tyriar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8a117e8 View commit details
    Browse the repository at this point in the history
  5. Add update script and run it

    Tyriar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7e16f30 View commit details
    Browse the repository at this point in the history
  6. Polish tsconfig

    Tyriar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0ba514e View commit details
    Browse the repository at this point in the history
  7. WIP

    Tyriar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    752f768 View commit details
    Browse the repository at this point in the history
  8. Demo working

    Tyriar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    326eb6b View commit details
    Browse the repository at this point in the history
  9. Standardizing build paths

    Tyriar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    da832cf View commit details
    Browse the repository at this point in the history
  10. Fix demo paths

    Tyriar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bc9ce3e View commit details
    Browse the repository at this point in the history
  11. Tidy up

    Tyriar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    fa5273e View commit details
    Browse the repository at this point in the history
  12. Build demo on esbuild-dev

    Tyriar committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f8291ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4442bc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    88fcc55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb91d1f View commit details
    Browse the repository at this point in the history
  3. Remove unused strings parts

    Tyriar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0473f03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72fda0a View commit details
    Browse the repository at this point in the history
  5. Polish license banner

    Tyriar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7f09b13 View commit details
    Browse the repository at this point in the history
  6. Tidy up server start

    Tyriar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a77102e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    642f8ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3aebff0 View commit details
    Browse the repository at this point in the history
  9. Put package.json keywords on one line

    These aren't very important and task up too much space
    Tyriar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ed7f8b2 View commit details
    Browse the repository at this point in the history
  10. Add tsc- tasks

    Tyriar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1d1e753 View commit details
    Browse the repository at this point in the history
  11. Zip new folders

    Tyriar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    97e003a View commit details
    Browse the repository at this point in the history
  12. Run esbuild before zip

    Tyriar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fc96364 View commit details
    Browse the repository at this point in the history
  13. More out -> out-tsc

    Tyriar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f60a7ed View commit details
    Browse the repository at this point in the history
  14. Fix non-browser unit tests

    Tyriar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    905686f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Improve build order

    Tyriar committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f6025a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a21038d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c10a743 View commit details
    Browse the repository at this point in the history
  4. Get building

    Tyriar committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9458d25 View commit details
    Browse the repository at this point in the history