Skip to content

Releases: dmgonch/bin

oms-r-reposearch-7

23 May 22:10
Compare
Choose a tag to compare

oms-r-reposearch-6

24 Nov 01:11
Compare
Choose a tag to compare

oms-r-reposearch-5

22 Jul 20:53
Compare
Choose a tag to compare

oms-r-reposearch-4

07 Jul 05:03
Compare
Choose a tag to compare

New in the release:

  • Automatically load projects for files that are different comparing to master branch.

Setup instructions for Windows only:

  • Install 'C# for Visual Studio Code (powered by OmniSharp)' extension
  • Unzip CodeSearchIntergrationPrototype.zip for example to c:\CodeSearchIntergrationPrototype
  • In VSCode File->Preferences->Settings add:
"omnisharp.path": "C:/CodeSearchIntergrationPrototype/OmniSharp.exe",
"omnisharp.enableMsBuildLoadProjectsOnDemand": true,
  • Create (or add to existing) %USERPROFILE%\.omnisharp\omnisharp.json with the following content:
{
  "MsBuild": {
    "HackEnabled": true
  }
}
  • Restart VS Code

The bits match commit dmgonch/oms-r@6463d79

oms-r-reposearch-3

21 May 21:35
Compare
Choose a tag to compare

New in the release:

  • Automatically load projects for files that are different comparing to master branch.

Setup instructions for Windows only:

  • Install 'C# for Visual Studio Code (powered by OmniSharp)' extension
  • Unzip CodeSearchIntergrationPrototype.zip for example to c:\CodeSearchIntergrationPrototype
  • In VSCode File->Preferences->Settings add:
"omnisharp.path": "C:/CodeSearchIntergrationPrototype/OmniSharp.exe",
"omnisharp.enableMsBuildLoadProjectsOnDemand": true,
  • Create (or add to existing) %USERPROFILE%\.omnisharp\omnisharp.json with the following content:
{
  "MsBuild": {
    "HackEnabled": true
  }
}
  • Restart VS Code

The bits match commit dmgonch/oms-r@b88f8de

oms-r-reposearch-2

25 Feb 04:54
Compare
Choose a tag to compare

Setup instructions for Windows only:

  • Install 'C# for Visual Studio Code (powered by OmniSharp)' extension
  • Unzip CodeSearchIntergrationPrototype.zip for example to c:\CodeSearchIntergrationPrototype
  • In VSCode File->Preferences->Settings add:
"omnisharp.path": "C:/CodeSearchIntergrationPrototype/OmniSharp.exe",
  • Create (or add to existing) %USERPROFILE%\.omnisharp\omnisharp.json with the following content:
{
  "MsBuild": {
    "HackEnabled": true
  }
}
  • Restart VS Code

The bits match commit dmgonch/oms-r@0deda61

oms-r-reposearch-1

07 Aug 14:48
Compare
Choose a tag to compare

Setup instructions for Windows only:

  • Install 'C# for Visual Studio Code (powered by OmniSharp)' extension
  • Unzip VSCodeRepoSearch.zip to c:\VSCodeRepoSearch
  • In VSCode File->Preferences->Settings add:
    "omnisharp.path": "C:/VSCodeRepoSearch/OmniSharp.exe",
  • Set environment variable HACK_ENABLED=1
  • Restart VS Code

Source code for the bits are at https://github.com/dmgonch/oms-r/tree/dev/Hack2018