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

Migrates the extension to latest VS Code and TypeScript #1058

Merged
merged 4 commits into from
Dec 20, 2016

Commits on Dec 19, 2016

  1. Migrates the extension to latest VS Code and TypeScript

    This change updates the extension and several dependencies to the latest
    VS Code and TypeScript per the instructions at
    https://code.visualstudio.com/upgrades/v1_6#_extension-authoring.
    DustinCampbell committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    db8b0af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81f3869 View commit details
    Browse the repository at this point in the history
  3. Run tests in VS Code

    This change runs unit tests inside of VS Code, making it possible to set
    breakpoints and debug test, and to let tests access VS Code services. In
    addition, the syntax tests are split out into a separate "npm run
    test-syntax" script that runs using Mocha at the command-line. The reason
    for this is because the onigurama package used by those tests is
    native-compiled, and the compiled binary does not necessarily like running
    in VS Code 32-bit on Windows. Ultimately, the syntax tests will be moving
    into their own repo, so this is just a temporary measure.
    DustinCampbell committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    218d021 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9026a6 View commit details
    Browse the repository at this point in the history