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

Checks for RNW environment #1733

Merged
merged 64 commits into from
Feb 1, 2022
Merged

Checks for RNW environment #1733

merged 64 commits into from
Feb 1, 2022

Commits on Dec 1, 2021

  1. added prepareAttachOptions function

    AndreiLobanovich committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    d8c8702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d31a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. fixed package-loc.json

    Samriel committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    dfa2c77 View commit details
    Browse the repository at this point in the history
  2. fixed package-lock.json, package.json

    Samriel committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    30de479 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb08168 View commit details
    Browse the repository at this point in the history
  4. mrge branch 'tmp'

    Samriel committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    6ab81da View commit details
    Browse the repository at this point in the history
  5. added attach args preparation

    Samriel committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    edb1290 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into master

    Samriel committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    a030d71 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. wip

    Samriel committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    1ba4a41 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into master

    Samriel committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    eb8cce9 View commit details
    Browse the repository at this point in the history
  3. removed redundant imports

    Samriel committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    5ea0659 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cd6ce3 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. resolved comments

    Samriel committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    ee7675b View commit details
    Browse the repository at this point in the history
  2. simplified isDirect argument assignment

    Samriel committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    edfc5d6 View commit details
    Browse the repository at this point in the history
  3. polishing

    Samriel committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a2efd4c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. modified package json

    AndreiLobanovich committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    af66379 View commit details
    Browse the repository at this point in the history
  2. modified direct attach in package json

    AndreiLobanovich committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    4c38606 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. added description for env, envfile

    Samriel committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    68f471b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17313b9 View commit details
    Browse the repository at this point in the history
  3. Update src/debugger/debugSessionBase.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    a6dbd55 View commit details
    Browse the repository at this point in the history
  4. Update src/debugger/direct/directDebugSession.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c60a7f8 View commit details
    Browse the repository at this point in the history
  5. Update src/debugger/rnDebugSession.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    e1adcba View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into master

    Samriel committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    872c6a9 View commit details
    Browse the repository at this point in the history
  7. Update src/debugger/debugSessionBase.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    daec61c View commit details
    Browse the repository at this point in the history
  8. Update src/debugger/debugSessionBase.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c954256 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. added winver check

    AndreiLobanovich committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    f2f47aa View commit details
    Browse the repository at this point in the history
  2. merged with main

    AndreiLobanovich committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    d874a9e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    1368808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    210b753 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. added all checks

    AndreiLobanovich committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    badfdea View commit details
    Browse the repository at this point in the history
  2. fixed studio.ts

    AndreiLobanovich committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    4d7654d View commit details
    Browse the repository at this point in the history
  3. fixed studio.ts

    AndreiLobanovich committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    7a316a5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'microsoft:master' into master

    Samriel committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    bf7bc0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a4c33f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    aba79ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ded21e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb10c50 View commit details
    Browse the repository at this point in the history
  4. Update src/extension/services/validationService/checks/devmode.ts

    Co-authored-by: Heniker <Heniker@mail.ru>
    Samriel and Heniker committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5d0fa92 View commit details
    Browse the repository at this point in the history
  5. Update src/extension/services/validationService/checks/longPath.ts

    Co-authored-by: Heniker <Heniker@mail.ru>
    Samriel and Heniker committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    72ba74f View commit details
    Browse the repository at this point in the history
  6. Update src/extension/services/validationService/checks/studio.ts

    Co-authored-by: Heniker <Heniker@mail.ru>
    Samriel and Heniker committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    c601176 View commit details
    Browse the repository at this point in the history
  7. Update src/extension/services/validationService/checks/studio.ts

    Co-authored-by: Heniker <Heniker@mail.ru>
    Samriel and Heniker committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    7ae20d9 View commit details
    Browse the repository at this point in the history
  8. Update src/extension/services/validationService/checks/longPath.ts

    Co-authored-by: Heniker <Heniker@mail.ru>
    Samriel and Heniker committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5772bd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65de504 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    146aed0 View commit details
    Browse the repository at this point in the history
  11. change to checker

    AndreiLobanovich committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    989e02c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Update src/extension/services/validationService/checks/dotnet.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    ca6adaf View commit details
    Browse the repository at this point in the history
  2. Update src/extension/services/validationService/checks/studio.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    95113a8 View commit details
    Browse the repository at this point in the history
  3. Update src/extension/services/validationService/checks/studio.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    eea8d21 View commit details
    Browse the repository at this point in the history
  4. Update src/extension/services/validationService/checks/devmode.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    3b3a4ce View commit details
    Browse the repository at this point in the history
  5. Update src/extension/services/validationService/checks/devmode.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    c455b2e View commit details
    Browse the repository at this point in the history
  6. Update src/extension/services/validationService/checks/studio.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    cf21ee7 View commit details
    Browse the repository at this point in the history
  7. Update src/extension/services/validationService/checks/windows.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    b2ed0a1 View commit details
    Browse the repository at this point in the history
  8. Update src/extension/services/validationService/checks/windows.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    25e3d81 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. reworked studio.ts

    AndreiLobanovich committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    aa26800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd7921a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ad18cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a89e55f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5b54f2 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into master

    Samriel committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    dda666e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f26608 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Update src/extension/services/validationService/checks/visualStudio.ts

    Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
    Samriel and RedMickey committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    2c1bff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ae952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99447c3 View commit details
    Browse the repository at this point in the history
  4. minor improvement

    AndreiLobanovich committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    ccd3b61 View commit details
    Browse the repository at this point in the history