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

Implement NLS without AMD loader #214588

Merged
merged 101 commits into from
Jun 28, 2024
Merged

Implement NLS without AMD loader #214588

merged 101 commits into from
Jun 28, 2024

Commits on Jun 7, 2024

  1. hackz wip

    bpasero committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d62f9b0 View commit details
    Browse the repository at this point in the history
  2. eval it

    bpasero committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2590c8e View commit details
    Browse the repository at this point in the history
  3. fix running out of sources

    bpasero committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    43b2d46 View commit details
    Browse the repository at this point in the history
  4. power thru

    bpasero committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    deed5cc View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. clanup

    bpasero committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    cdcbc44 View commit details
    Browse the repository at this point in the history
  2. log errors

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

Commits on Jun 13, 2024

  1. .

    bpasero committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d612970 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Jun 16, 2024

  1. adopt new index based format

    bpasero committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    047f07e View commit details
    Browse the repository at this point in the history
  2. 💄

    bpasero committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    5d6d949 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. .

    bpasero committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    106d998 View commit details
    Browse the repository at this point in the history
  2. .

    bpasero committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    372edbd View commit details
    Browse the repository at this point in the history
  3. .

    bpasero committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7985719 View commit details
    Browse the repository at this point in the history
  4. .

    bpasero committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4ec53ee View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. add nls.js

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    cc8029f View commit details
    Browse the repository at this point in the history
  2. .

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b9e4a0f View commit details
    Browse the repository at this point in the history
  3. .

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    38ea746 View commit details
    Browse the repository at this point in the history
  4. fix

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    74c2253 View commit details
    Browse the repository at this point in the history
  5. fixes

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7ab3623 View commit details
    Browse the repository at this point in the history
  6. remove languagepacks.js

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    32b1097 View commit details
    Browse the repository at this point in the history
  7. .

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    48ba9cb View commit details
    Browse the repository at this point in the history
  8. .

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    08a95b0 View commit details
    Browse the repository at this point in the history
  9. .

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c2de0fa View commit details
    Browse the repository at this point in the history
  10. cleanup

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6daf369 View commit details
    Browse the repository at this point in the history
  11. clanup

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d845fa4 View commit details
    Browse the repository at this point in the history
  12. cleanup

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8ddff54 View commit details
    Browse the repository at this point in the history
  13. clanup

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7a8a3bb View commit details
    Browse the repository at this point in the history
  14. .

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0920a41 View commit details
    Browse the repository at this point in the history
  15. fix things

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2343fc4 View commit details
    Browse the repository at this point in the history
  16. .

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7f0f62a View commit details
    Browse the repository at this point in the history
  17. reuse

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ce851f4 View commit details
    Browse the repository at this point in the history
  18. pseudo support

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    abfa3b1 View commit details
    Browse the repository at this point in the history
  19. cleanup

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d5e60d2 View commit details
    Browse the repository at this point in the history
  20. fallback

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0cd21b6 View commit details
    Browse the repository at this point in the history
  21. support --locale=pseudo

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e4c1d0e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c782b02 View commit details
    Browse the repository at this point in the history
  23. fix type checks

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    11597f4 View commit details
    Browse the repository at this point in the history
  24. undo

    bpasero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f235fda View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. builds

    bpasero committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    85569f3 View commit details
    Browse the repository at this point in the history
  2. fix server

    bpasero committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d588c68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1031b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1a9f3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96428ba View commit details
    Browse the repository at this point in the history
  6. fix compile

    bpasero committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ef366b4 View commit details
    Browse the repository at this point in the history
  7. fix tests

    bpasero committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6d6e0e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    8bdfd47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbabb5d View commit details
    Browse the repository at this point in the history
  3. support building web alone

    joaomoreno committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cc87f98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b693791 View commit details
    Browse the repository at this point in the history
  5. update type

    bpasero committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    44973a0 View commit details
    Browse the repository at this point in the history
  6. get rid of availableLanguages

    bpasero committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7fe9dcf View commit details
    Browse the repository at this point in the history
  7. add first web nls

    bpasero committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    02f5270 View commit details
    Browse the repository at this point in the history
  8. try to fix web upload

    bpasero committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f3a1a26 View commit details
    Browse the repository at this point in the history
  9. support unpkg service

    bpasero committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8cfdd3e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    2f67781 View commit details
    Browse the repository at this point in the history
  2. fix tests

    bpasero committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a53082c View commit details
    Browse the repository at this point in the history
  3. .

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

Commits on Jun 22, 2024

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

    bpasero committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    bdf7056 View commit details
    Browse the repository at this point in the history
  3. improve files we ship

    bpasero committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    0fdd41a View commit details
    Browse the repository at this point in the history
  4. add nls to cli

    bpasero committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    f646a6b View commit details
    Browse the repository at this point in the history
  5. .

    bpasero committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    fa271dd View commit details
    Browse the repository at this point in the history
  6. cleanup

    bpasero committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    c3a0496 View commit details
    Browse the repository at this point in the history
  7. remove _VSCODE_NLS_LOCALE

    bpasero committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    b6147c8 View commit details
    Browse the repository at this point in the history
  8. fix hyg

    bpasero committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    89d9bc9 View commit details
    Browse the repository at this point in the history
  9. fix tests

    bpasero committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    a307f1e View commit details
    Browse the repository at this point in the history
  10. back to _VSCODE_NLS_LOCALE

    bpasero committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    f452401 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. first worker support

    bpasero committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    19897ef View commit details
    Browse the repository at this point in the history
  2. fix

    bpasero committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    c3d38a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d9c0cf View commit details
    Browse the repository at this point in the history
  4. .

    bpasero committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    0612b2a View commit details
    Browse the repository at this point in the history
  5. .

    bpasero committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    142a78a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. renames

    bpasero committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    55d0c5a View commit details
    Browse the repository at this point in the history
  2. cleanup

    bpasero committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    84a50a6 View commit details
    Browse the repository at this point in the history
  3. .

    bpasero committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b3b0293 View commit details
    Browse the repository at this point in the history
  4. fix

    bpasero committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    db61d76 View commit details
    Browse the repository at this point in the history
  5. more cleanu

    bpasero committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1b6f7f0 View commit details
    Browse the repository at this point in the history
  6. change to throw

    bpasero committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b70dfdc View commit details
    Browse the repository at this point in the history
  7. jsdoc

    bpasero committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4f089a8 View commit details
    Browse the repository at this point in the history
  8. jsdoc

    bpasero committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e972e4b View commit details
    Browse the repository at this point in the history
  9. nls for web worker ext host

    bpasero committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1f044ba View commit details
    Browse the repository at this point in the history
  10. simplify

    bpasero committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f38f13c View commit details
    Browse the repository at this point in the history
  11. simplify

    bpasero committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cb02f6e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d3d6407 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    fe82037 View commit details
    Browse the repository at this point in the history
  2. final review

    bpasero committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    43f70ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98b074c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. store language also in cookie

    bpasero committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    80eaca3 View commit details
    Browse the repository at this point in the history
  2. adopt cookies in web server

    bpasero committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b253599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac431af View commit details
    Browse the repository at this point in the history
  4. fix cors issue

    bpasero committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1aaa60c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    7bdcef6 View commit details
    Browse the repository at this point in the history
  2. set cookie on startup

    bpasero committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a07df3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    717e979 View commit details
    Browse the repository at this point in the history
  4. support monaco editor

    bpasero committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4c50b81 View commit details
    Browse the repository at this point in the history
  5. .

    bpasero committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c777dfb View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. cleanup

    bpasero committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    295d38b View commit details
    Browse the repository at this point in the history
  2. .

    bpasero committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7e7e5cb View commit details
    Browse the repository at this point in the history
  3. fix reg

    bpasero committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    532d16b View commit details
    Browse the repository at this point in the history
  4. .

    bpasero committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    14a9d5e View commit details
    Browse the repository at this point in the history
  5. support old format

    bpasero committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    25d386a View commit details
    Browse the repository at this point in the history