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

Prebuilt update #243

Merged
merged 14 commits into from Sep 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 0 additions & 10 deletions OmniSharpSublime.sublime-settings
Expand Up @@ -8,16 +8,6 @@
"path": "omnisharp-roslyn/scripts/Omnisharp.*",
"config": null,
},
{
"name": "legacy",
"path":"omnisharp-server/OmniSharp/bin/Debug/OmniSharp.exe",
"config":"omnisharp-server/OmniSharp/bin/Debug/config.json",
},
{
"name": "prebuilt-legacy",
"path": "prebuilt-omnisharp-server/OmniSharp.exe",
"config": "prebuilt-omnisharp-server/config.json",
},
{
"name": "prebuilt-roslyn",
"path": "prebuilt-omnisharp-roslyn/omnisharp.*",
Expand Down
18 changes: 5 additions & 13 deletions README.md
@@ -1,11 +1,3 @@
# Help Required
*******Looking for a maintainer. If you'd like to help manage this plugin please file and issue*******

Linux & OSX | Windows
------------|------------
[![Build Status](https://travis-ci.org/OmniSharp/omnisharp-sublime.svg?branch=master)](https://travis-ci.org/OmniSharp/omnisharp-sublime) | [![Build status](https://ci.appveyor.com/api/projects/status/n70n3340jg2afgob?svg=true)](https://ci.appveyor.com/project/robbert229/omnisharp-sublime)


# OmniSharpSublime for ST3
OmnisharpSublime is a plugin for ST3 to provide a C# development environment. It communicates with OmniSharpServer by nosami for IDE functions.

Expand Down Expand Up @@ -39,10 +31,10 @@ Linux & OSX | Windows
21. Build/ReBuild/Clean Solution
22. Reload Solution

#Requirements
# Requirements
* Mono Development Kit(for [OmniSharpServer](https://github.com/nosami/OmniSharpServer))

#Installation
# Installation

* Using [Package Control](https://packagecontrol.io), install the package called `OmniSharp`

Expand Down Expand Up @@ -125,10 +117,10 @@ Once the `YOURPROJECT.sublime-project` is set up and saved, follow the below:
}
```

#OmniSharpServer Settings
# OmniSharpServer Settings
The Sublime plugin communicates to OmniSharp Server which has various available settings stored in a `config.json` file. By default the location of this file is in a folder under the Sublime OmniSharp packages folder called `PrebuiltOmniSharpServer` and there is also a user specific plugin setting that specifies the location of this `config.json` file. To prevent your settings being overridden on new releases of the Sublime package, we recommend you store your `config.json` file somewhere other than the default location. Once you have taken a copy of `config.json` and put it somewhere safe you will need to update the Sublime plugin's user setting called `"omnisharp_server_config_location"`.

#Format Document Settings
# Format Document Settings

When you press `Ctrl + K + D` to format the document you may see `CR` markers.

Expand Down Expand Up @@ -157,7 +149,7 @@ Open your safely tucked away config.json file and modify the `eolMarker` setting
},
```

#Unit Tests
# Unit Tests

For the plugin to be able to run unit tests you need to configure the test runner. This is done in the server config file.

Expand Down
7 changes: 2 additions & 5 deletions build.cmd
@@ -1,7 +1,4 @@
pushd omnisharp-server
msbuild /p:Platform="Any CPU" /property:nowarn=1685
popd

pushd omnisharp-roslyn
build.cmd
dotnet restore
msbuild /p:Configuration=Release
popd
12 changes: 4 additions & 8 deletions build.sh
@@ -1,9 +1,5 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
./scripts/prepare.sh
./scripts/build.sh

pushd omnisharp-server
xbuild /p:Platform="Any CPU" /property:nowarn=1685
popd

pushd omnisharp-roslyn
./build.sh
popd
2 changes: 1 addition & 1 deletion omnisharp-roslyn
Submodule omnisharp-roslyn updated 1232 files
1 change: 0 additions & 1 deletion omnisharp-server
Submodule omnisharp-server deleted from e19029
9 changes: 0 additions & 9 deletions prebuilt-omnisharp-roslyn/approot/global.json

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.