Releases: dmgonch/bin
Releases · dmgonch/bin
oms-r-reposearch-7
oms-r-reposearch-6
oms-r-reposearch-5
oms-r-reposearch-4
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
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
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
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