Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Handle _JAVA_OPTIONS env var (used to address a Java heap error) #228

Merged
merged 3 commits into from
May 12, 2017

Commits on May 12, 2017

  1. Move FormatMessage from VsCodeUtils to Utils

    This removes FormatMessage from having a dependency on 'vscode' (which VsCodeUtils does).  Having a dependency on 'vscode' immediately fails unit tests.
    Jeff Young committed May 12, 2017
    Configuration menu
    Copy the full SHA
    e32f78b View commit details
    Browse the repository at this point in the history
  2. Handle _JAVA_OPTIONS being set in env var

    Jeff Young committed May 12, 2017
    Configuration menu
    Copy the full SHA
    c132278 View commit details
    Browse the repository at this point in the history
  3. Add tests to handle _JAVA_OPTIONS set in env var

    Jeff Young committed May 12, 2017
    Configuration menu
    Copy the full SHA
    ae3e3c7 View commit details
    Browse the repository at this point in the history