Граф коммитов

52 Коммитов

Автор SHA1 Сообщение Дата
Dustin Campbell fef3b15b0b Update README and CHANGELOG for 1.11.0 2017-06-27 11:25:24 -07:00
Dustin Campbell 55458bc246 Update readme for 1.10 2017-05-25 07:32:30 -07:00
Dustin Campbell b54fae850c Update version number, readme, and changelog for 1.9.0 2017-04-20 16:30:06 -07:00
Gregg Miskelly 2c16a3eea9 Merge release into master 2017-03-30 22:38:02 -07:00
Gregg Miskelly d858640cb5 Changes for v1.8.1 C# extension (#1357)
This includes the changes for the v1.8.1 C# extension. Namely that we are now including the 1.9.1 debugger which addresses the fact tha debugging is broken on Sierra.
2017-03-30 22:15:27 -07:00
Peter Blazejewicz 29db22be2b Clarify and shorten watch NPM task description
The `tsc` can be run from already defined NPM script and by this:

- no local installation is needed for compiler
- the long path for Windows OS command is no longer required

Usage:
npm run watch

> csharp@1.8.0 watch /Users/piotrblazejewicz/git/omnisharp-vscode
> tsc -watch -p ./

3:19:52 PM - Compilation complete. Watching for file changes.
...

Thanks!
2017-03-17 15:21:26 +01:00
John Leuenhagen 60799e81d1 fix readme typo (#1326) 2017-03-15 10:55:18 -07:00
Gregg Miskelly a694b22081 Update changelog for v1.8 debugger items 2017-03-10 10:08:19 -08:00
Dustin Campbell d3353f4d91 Tweaks to readme for 1.7 2017-02-07 17:50:00 -08:00
Khalid Aziz 427da0cfe2 Added support for Zorin OS 12, an Ubuntu-based linux distribution (#1160)
* Added support for Zorin OS to platform.ts

* Updated README to show Zorin OSZorin OS support

* Added break to switch in platform.ts
2017-01-31 10:44:56 -08:00
Dustin Campbell 15bfc71d75 Merge with master and remove additional syntax code 2017-01-24 14:30:52 -08:00
Gregg Miskelly f62e38e6bf Update README.md to mention Python (#1121)
Python 2.7 is required on Windows to install dependencies. I am assuming it is required on other platforms too, but since npm itself requires it on Linux, and I don't have a spare Mac to verify, I can't say for sure.
2017-01-13 15:29:51 -08:00
Dustin Campbell 4dc48b8de8 Update CHANGELOG.md, README.md and version number for v1.6.0 release 2016-12-21 11:30:38 -08:00
Ivan Zlatev 8f1ec2190d Remove C# grammar test suite and npm dependencies. 2016-12-17 19:00:38 +00:00
Gregg Miskelly 26cea8957a Update Changelog/Readme for v1.6 (#1022)
- Add debugger v1.6 items to CHANGLEG.md
- Update the supported Linux distro list in README.md
2016-12-07 16:31:09 -08:00
Dustin Campbell 21fdb1555b v1.5.2 -> v.1.5.3 2016-11-20 06:49:28 -08:00
Dustin Campbell 8aa12bb1bb Update readme (again) for v1.5.2 2016-11-15 14:22:30 -08:00
Dustin Campbell 1aada534b7 Update readme for 1.5.2 2016-11-15 11:38:54 -08:00
Dustin Campbell c5ddbfa5cb Update to 1.5.1 2016-11-14 14:45:41 -08:00
Dustin Campbell 0c96937d6a A few more readme tweaks 2016-11-11 12:37:10 -08:00
Dustin Campbell 8fb0974ee9 Remove unnecessary line item from debugger text in readme 2016-11-11 12:31:23 -08:00
Dustin Campbell 453651aa2d Update readme for 1.5 2016-11-11 12:25:50 -08:00
Ivan Zlatev 358aea83a0 Fixed typos. 2016-09-23 21:44:17 +01:00
Ivan Zlatev db0b2a34b8 Added a tip in the README for people who don't have node-gyp set-up yet and will see an error when installing the vscode-textmate regex dependency. 2016-09-23 21:34:57 +01:00
Kendra Havens f8e12b71af Add Get Started Section
Added links to "Get Started" section to our documentation and my video tutorial with .NET Core.
2016-09-22 16:10:34 -07:00
Dustin Campbell edef5c2d24 Update readme.md for 1.4.0 2016-08-29 14:10:51 -07:00
Dustin Campbell 3aed265818 Add moar to what's new 2016-07-20 14:59:13 -07:00
Dustin Campbell 1445b6e077 Add what's new from debugger 2016-07-20 12:53:26 -07:00
Dustin Campbell 5f40a2a2e1 Update readme.md for 1.3 2016-07-20 11:10:11 -07:00
Gregg Miskelly 72175f1bf7 Update README.md for 1.2.0 (#499) 2016-06-29 13:18:09 -07:00
Dustin Campbell 93824386ab Fix spelling mistake 2016-06-27 07:13:31 -07:00
Dustin Campbell a26f729e23 Add text back to readme to reflect progress on csproj suppot on OSX/Linux 2016-06-27 07:08:31 -07:00
Dustin Campbell 751776ce8b Remove text from readme about .csproj files not being supported on OS X and Linux 2016-06-24 11:37:12 -07:00
Gregg Miskelly 49c3e37de9 Debugger changes for 1.1.4 (#407)
This updates the clrdbg package to the 25406 build. This includes fixes
for Win7 expression evulation and the System.Task breaking change.
This addresses: https://github.com/OmniSharp/omnisharp-vscode/issues/258

This also the MIEngine to pull in https://github.com/Microsoft/MIEngine/pull/353

Lastly this disables the external console by default. We decided to have it off
by default as we have seen some issues with it on OSX (ex: not always closing
when the target exits), and we are hoping it will be possible soon to use the
new VS Code console window instead. So we decided to turn it off by default, at
least for now.
2016-06-06 13:44:03 -07:00
Gregg Miskelly 019520c515 Add "What's new" section and update debugger docs with new features (#396) 2016-06-01 17:33:27 -07:00
Dustin Campbell a48b59e3c5 Merge branch 'master' into merge-master-to-dev 2016-05-18 15:23:19 -07:00
Dustin Campbell fa8e77dc59 Update debugger support note 2016-05-18 11:45:27 -07:00
Dustin Campbell 01a475e566 Be more specific about project support in readme 2016-05-18 11:40:24 -07:00
Dustin Campbell 98e88ea540 Merge pull request #330 from DustinCampbell/merge-master-to-dev
Merge master to dev
2016-05-18 09:58:22 -07:00
Dustin Campbell 5a8e2bf5be Clean up readme and bump version number 2016-05-18 09:54:03 -07:00
Troy Dai dfec722128 Update development guide 2016-05-17 14:56:20 -07:00
Dustin Campbell ed064be94c Minor readme and package.json metadata tweaks 2016-05-16 17:05:14 -07:00
Gregg Miskelly 5599656da6 Update README.md to reference the OmniSharp extension 2016-05-16 11:49:49 -07:00
Dustin Campbell 5f1e507812 Tweak display of build status on readme 2016-03-23 19:33:57 -07:00
Dustin Campbell e3c42f4369 Update README.md 2016-03-23 19:31:37 -07:00
Dustin Campbell 3b37a5f990 Add build to status to readme 2016-03-23 19:27:19 -07:00
Dustin Campbell e44b3f64bd Update readme.md
Fix typo in .NET Core link and remove line about using the OmniSharp extension since that is not relevant for this release.
2016-03-08 10:49:12 -08:00
Daniel Meixner 38dd5a7e52 updated readme (links to former extension and instructions) and adjusted debugger.md (mono, tasks.json) 2016-03-04 11:03:27 -08:00
Gregg Miskelly 16f582c83b Update licenses for the C# extension
This commit addresses issue #42 and other licensing concerns --
1. Update the readme to reference licensing
2. Change the package.json to reference the EULA rather than the source license.
3. Checkin the OpenDebugAD7 license so that it has a home on the web. Needed
for its nuget package.
2016-03-02 15:57:31 -08:00
Dustin Campbell 5dce0a38d4 Clean up readme a bit 2016-02-18 07:01:23 -08:00