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

ESM support for VSCode and extensions #212727

Closed
wants to merge 857 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 8, 2024

  1. fix import map

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6ed0cf0 View commit details
    Browse the repository at this point in the history
  2. fix root url

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6e1b501 View commit details
    Browse the repository at this point in the history
  3. debug snapshot path

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    784bcc0 View commit details
    Browse the repository at this point in the history
  4. try to fix snapshot path

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9d2d4cd View commit details
    Browse the repository at this point in the history
  5. remove log

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2a77b89 View commit details
    Browse the repository at this point in the history
  6. fix app root path

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9e7d9bf View commit details
    Browse the repository at this point in the history
  7. simplify app root path

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d3aa998 View commit details
    Browse the repository at this point in the history
  8. simplify app root path

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    961f68d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd8dc0a View commit details
    Browse the repository at this point in the history
  10. tsc

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e6f23c3 View commit details
    Browse the repository at this point in the history
  11. tsc

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c0a7317 View commit details
    Browse the repository at this point in the history
  12. fix root path

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    20c6115 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4523d25 View commit details
    Browse the repository at this point in the history
  14. lint

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ee02678 View commit details
    Browse the repository at this point in the history
  15. lint

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a669ed5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    420c6b5 View commit details
    Browse the repository at this point in the history
  17. fix snapshot

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c835c13 View commit details
    Browse the repository at this point in the history
  18. add sinon exports

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    78e3958 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6ffdd57 View commit details
    Browse the repository at this point in the history
  20. fix markdown import

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9a13697 View commit details
    Browse the repository at this point in the history
  21. document paths

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c31ff9f View commit details
    Browse the repository at this point in the history
  22. skip debug test

    SimonSiefke committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e92a9ec View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix whitespace

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3b5d789 View commit details
    Browse the repository at this point in the history
  2. remove await

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    88a68e7 View commit details
    Browse the repository at this point in the history
  3. simplify tests

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0b2e0b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7f00ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78b30ff View commit details
    Browse the repository at this point in the history
  6. fix gridview import

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7d957b4 View commit details
    Browse the repository at this point in the history
  7. remove root log

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ccfb004 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6af7ab View commit details
    Browse the repository at this point in the history
  9. try to fix layer checker

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    35931c5 View commit details
    Browse the repository at this point in the history
  10. fix css

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    389f848 View commit details
    Browse the repository at this point in the history
  11. remove log

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a35dafb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b4dfc9 View commit details
    Browse the repository at this point in the history
  13. fix lint

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    bbb3029 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9cbb62e View commit details
    Browse the repository at this point in the history
  15. fix tsec

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    67991e9 View commit details
    Browse the repository at this point in the history
  16. fix tsec

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5769cf6 View commit details
    Browse the repository at this point in the history
  17. fix reporter

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6742dc8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cc06cca View commit details
    Browse the repository at this point in the history
  19. fix tsec

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    12ae378 View commit details
    Browse the repository at this point in the history
  20. use import with

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9d222df View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    28e359d View commit details
    Browse the repository at this point in the history
  22. don't use import json

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    18b8bf4 View commit details
    Browse the repository at this point in the history
  23. try to fix tsc build

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7f2865d View commit details
    Browse the repository at this point in the history
  24. try to fix windows paths

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    397cafc View commit details
    Browse the repository at this point in the history
  25. remove log

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    261dd6a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f8922a7 View commit details
    Browse the repository at this point in the history
  27. fix monaco

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7d6fdbb View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6d845c3 View commit details
    Browse the repository at this point in the history
  29. try to fix monaco

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    822946d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    629e18c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d196da3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0c4c652 View commit details
    Browse the repository at this point in the history
  33. fix extension import

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    340384d View commit details
    Browse the repository at this point in the history
  34. fix missing export

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4999acf View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    713e736 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2d6148d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b09b96a View commit details
    Browse the repository at this point in the history
  38. fix build

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    48d377b View commit details
    Browse the repository at this point in the history
  39. build deb in ci

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5e78619 View commit details
    Browse the repository at this point in the history
  40. add space

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2c156a9 View commit details
    Browse the repository at this point in the history
  41. build exe in ci

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0026393 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    4d79da1 View commit details
    Browse the repository at this point in the history
  43. skip deb build for now

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    65469b2 View commit details
    Browse the repository at this point in the history
  44. fix quote

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    861afee View commit details
    Browse the repository at this point in the history
  45. fix preload path

    SimonSiefke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ad6ff3b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    ea0e73b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    076f836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e09bd06 View commit details
    Browse the repository at this point in the history
  4. fix import

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2977b7d View commit details
    Browse the repository at this point in the history
  5. use real vscode import

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    dee797b View commit details
    Browse the repository at this point in the history
  6. debug custom loader

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2f4676d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8fe5de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1f0a87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e16814 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    839b6b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f073d28 View commit details
    Browse the repository at this point in the history
  12. remove unused code

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    35d845f View commit details
    Browse the repository at this point in the history
  13. skip ci minify for now

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    89287fe View commit details
    Browse the repository at this point in the history
  14. remove loader code

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f28c216 View commit details
    Browse the repository at this point in the history
  15. fix imports

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4ddf186 View commit details
    Browse the repository at this point in the history
  16. fix imports

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    15fb2ad View commit details
    Browse the repository at this point in the history
  17. fix loadTestModules

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    28f08e3 View commit details
    Browse the repository at this point in the history
  18. remove unused code

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7eb07e2 View commit details
    Browse the repository at this point in the history
  19. simplify test code

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    90a5317 View commit details
    Browse the repository at this point in the history
  20. fix imports

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2b0e3da View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8b3d341 View commit details
    Browse the repository at this point in the history
  22. simplify preload script

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d25a935 View commit details
    Browse the repository at this point in the history
  23. fix some imports

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b99c7ee View commit details
    Browse the repository at this point in the history
  24. fix snapshot worker

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2da2c18 View commit details
    Browse the repository at this point in the history
  25. update coverage import

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d05865d View commit details
    Browse the repository at this point in the history
  26. add minimatch export

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6a6f8b2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    189f847 View commit details
    Browse the repository at this point in the history
  28. add istanbul lib coverage

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e23cdd9 View commit details
    Browse the repository at this point in the history
  29. add source map

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1832488 View commit details
    Browse the repository at this point in the history
  30. add istanbul lib report

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d74caa0 View commit details
    Browse the repository at this point in the history
  31. add istanbul reports

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e4dfa7b View commit details
    Browse the repository at this point in the history
  32. sort modules

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4d0698c View commit details
    Browse the repository at this point in the history
  33. debug test globals

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7255450 View commit details
    Browse the repository at this point in the history
  34. fix error

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c6740e2 View commit details
    Browse the repository at this point in the history
  35. fix imports

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    dc387a6 View commit details
    Browse the repository at this point in the history
  36. fix test globals import

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2b1914f View commit details
    Browse the repository at this point in the history
  37. fix assert import

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1fd0961 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    cdada35 View commit details
    Browse the repository at this point in the history
  39. debug error

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    62dd341 View commit details
    Browse the repository at this point in the history
  40. use glob promise

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8d3ad03 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d7fd63a View commit details
    Browse the repository at this point in the history
  42. fix loader init

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a57428e View commit details
    Browse the repository at this point in the history
  43. fix globs

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a196663 View commit details
    Browse the repository at this point in the history
  44. remove log

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    95476f5 View commit details
    Browse the repository at this point in the history
  45. fix regexpp import

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9a9631b View commit details
    Browse the repository at this point in the history
  46. fix regexpp import

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    39782c5 View commit details
    Browse the repository at this point in the history
  47. fix xterm import

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7c4816a View commit details
    Browse the repository at this point in the history
  48. use normal import

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1e0613a View commit details
    Browse the repository at this point in the history
  49. improve loader

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    80dce70 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    f27a31f View commit details
    Browse the repository at this point in the history
  51. remove options log

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5f2233b View commit details
    Browse the repository at this point in the history
  52. fix import for now

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9dc36e7 View commit details
    Browse the repository at this point in the history
  53. sort import map

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    682a003 View commit details
    Browse the repository at this point in the history
  54. cannot use path import

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0aa38e7 View commit details
    Browse the repository at this point in the history
  55. fix root js not found

    SimonSiefke committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3bbee55 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    7aa1e28 View commit details
    Browse the repository at this point in the history
  2. fix sqlite3 export

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    eed15b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffee3af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    451e64e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e69301 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7e8f63 View commit details
    Browse the repository at this point in the history
  7. try to fix mocha imports

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    8a8cbb7 View commit details
    Browse the repository at this point in the history
  8. try to fix mocha

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    303a02b View commit details
    Browse the repository at this point in the history
  9. fix mocha

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    8e260e7 View commit details
    Browse the repository at this point in the history
  10. fix parcel import

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    53407e3 View commit details
    Browse the repository at this point in the history
  11. fix sqlite export

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    04e839b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    20b32a3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cbaa977 View commit details
    Browse the repository at this point in the history
  14. fix windows process tree

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    00874df View commit details
    Browse the repository at this point in the history
  15. remove log

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    f6ad21e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    928f287 View commit details
    Browse the repository at this point in the history
  17. fix lint

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d780e96 View commit details
    Browse the repository at this point in the history
  18. update cache salt

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    5c82317 View commit details
    Browse the repository at this point in the history
  19. undo testtree changes

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    c250e7b View commit details
    Browse the repository at this point in the history
  20. undo emmet changes

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    a68005d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0f638cf View commit details
    Browse the repository at this point in the history
  22. fix duplicate semicolon

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    c30092a View commit details
    Browse the repository at this point in the history
  23. fix missing quote

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2aa7c4b View commit details
    Browse the repository at this point in the history
  24. build

    SimonSiefke committed May 11, 2024
    Configuration menu
    Copy the full SHA
    3be06ce View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    34ff86d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    df3bb90 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    489ccd1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c94098b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6a1e658 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    c49c914 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    6155686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1712ae9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3da735f View commit details
    Browse the repository at this point in the history
  4. skip monaco for now

    SimonSiefke committed May 13, 2024
    Configuration menu
    Copy the full SHA
    01666d2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    4fbcdaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98ade8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aee56c8 View commit details
    Browse the repository at this point in the history
  4. remove console log

    SimonSiefke committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6ab5aed View commit details
    Browse the repository at this point in the history
  5. register command

    SimonSiefke committed May 14, 2024
    Configuration menu
    Copy the full SHA
    15831ab View commit details
    Browse the repository at this point in the history
  6. export real esm api

    SimonSiefke committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4908561 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94a54f8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    33b9647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbac22d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    cd12ad5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    d4b70ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e3fad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f04c713 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d70bb4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1afb2f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9450ddd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc0e3d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44c66e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b9456d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48accd0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1eba190 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a2d74f3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7b1a8e6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8efcf1b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4b66b9f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    306e7aa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    91b7920 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8883861 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bada2e5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0cea7d3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    23ce553 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3b9d733 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    94dcdaa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c99f02a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e4e16ce View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    cc99715 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6ef9669 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    54be917 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6dcf4c4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ca13465 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    844533c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b7b9764 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    edf3c5f View commit details
    Browse the repository at this point in the history
  34. Discard changes to extensions/typescript-language-features/src/test/s…

    …moke/referencesCodeLens.test.ts
    SimonSiefke authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1496a7e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a0b0a84 View commit details
    Browse the repository at this point in the history
  36. undo assert changes

    SimonSiefke committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    dd0a2d4 View commit details
    Browse the repository at this point in the history
  37. fix error

    SimonSiefke committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c1553e2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c5278c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    9cedafd View commit details
    Browse the repository at this point in the history
  2. fix assert import

    SimonSiefke committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3d5b601 View commit details
    Browse the repository at this point in the history
  3. remove unused code

    SimonSiefke committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2a0a650 View commit details
    Browse the repository at this point in the history
  4. fix types

    SimonSiefke committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0ac2574 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2485f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    730bb1c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    f38f767 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. fix test

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    82b5fc2 View commit details
    Browse the repository at this point in the history
  2. undo change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    e7b0096 View commit details
    Browse the repository at this point in the history
  3. undo change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    7c0f9ed View commit details
    Browse the repository at this point in the history
  4. undo change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    a8ee7c9 View commit details
    Browse the repository at this point in the history
  5. fix duplicate key

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    034db5e View commit details
    Browse the repository at this point in the history
  6. undo change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    e4fcc0f View commit details
    Browse the repository at this point in the history
  7. undo change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    e4b8b05 View commit details
    Browse the repository at this point in the history
  8. undo change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    54f0329 View commit details
    Browse the repository at this point in the history
  9. undo change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    ec8e0ef View commit details
    Browse the repository at this point in the history
  10. undo change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    122c97d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78b0bb4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7fe5e75 View commit details
    Browse the repository at this point in the history
  13. register item

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    a25ef2b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9855183 View commit details
    Browse the repository at this point in the history
  15. undo change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    3bef053 View commit details
    Browse the repository at this point in the history
  16. undo change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    7008e71 View commit details
    Browse the repository at this point in the history
  17. undo change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    780cbca View commit details
    Browse the repository at this point in the history
  18. fix xterm imports

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    2991622 View commit details
    Browse the repository at this point in the history
  19. fix xterm imports

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    3899406 View commit details
    Browse the repository at this point in the history
  20. fix xterm imports

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    7bc090c View commit details
    Browse the repository at this point in the history
  21. fix xterm export

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    431739f View commit details
    Browse the repository at this point in the history
  22. undo xterm import change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    1720e55 View commit details
    Browse the repository at this point in the history
  23. undo xterm import change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    2f25fae View commit details
    Browse the repository at this point in the history
  24. undo xterm import change

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    75236ae View commit details
    Browse the repository at this point in the history
  25. skip failing test

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    46cfff3 View commit details
    Browse the repository at this point in the history
  26. fix xterm export

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    3d65791 View commit details
    Browse the repository at this point in the history
  27. format code

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    44c9e0d View commit details
    Browse the repository at this point in the history
  28. fix xterm export

    SimonSiefke committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    8d44613 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    37f2fd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    379de63 View commit details
    Browse the repository at this point in the history
  2. fix xterm imports

    SimonSiefke committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    174c367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6928664 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b42b4c8 View commit details
    Browse the repository at this point in the history
  5. Discard changes to extensions/typescript-language-features/src/test/u…

    …nit/requestQueue.test.ts
    SimonSiefke authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c1f4e1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    140508a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e4ec8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22812f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    905c912 View commit details
    Browse the repository at this point in the history
  2. update compiled code

    SimonSiefke committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9ef4232 View commit details
    Browse the repository at this point in the history