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

85 Коммитов

Автор SHA1 Сообщение Дата
Ravi Chande 7c9bc386ef
Update README.md 2019-09-30 16:16:18 -07:00
Ravi Chande 2d752a5983
Update README.md 2019-09-18 13:55:46 -07:00
Akshita Agarwal 74f6eae46a
Update for 1.21.2 (#3244) 2019-08-22 11:25:44 -07:00
Akshita Agarwal c5972ef848
Make changes for 1.21.1 (#3232) 2019-08-15 14:48:04 -07:00
Akshita Agarwal 134664d0a2
Changes for 1.21.0 (#3177)
* Changes for 1.21.0

* update package.json
2019-07-15 16:06:11 -07:00
Ravi Chande ac78be0150 update readme 2019-06-11 08:20:27 -07:00
Gregg Miskelly 0a67beb13e Update debugger template/docs to use `serverReadyAction`
Back in Feburary, the VS Code team addded a new feature to allow VS Code to launch web browsers. This changes the templates used by the C# extension to use this.
2019-05-15 17:46:24 -07:00
Akshita Agarwal 55b31e1ca0
Add changelog and readme updates (#3046) 2019-05-06 11:18:36 -07:00
Daniel Roth f7849c8e6b Update readme and changelog with razor tooling improvements in 1.19.0 (#2990) 2019-04-15 17:50:15 -07:00
Akshita 19e26692d5 add the updates 2019-04-15 09:52:05 -07:00
Akshita 98d5399608 CReate the 1.18.1-beta1 2019-04-12 17:14:24 -07:00
Akshita 3d98554ae7 Add the changes in readme.md 2019-03-25 14:46:33 -07:00
Ravi Chande 6cbc4bf061
Clean up readme
Remove information about 1.16
2018-11-29 07:58:07 -08:00
Ravi Chande 854f92be2c updates for 1.17.1 2018-11-13 12:05:55 -08:00
Ravi Chande 110b750c33
Fix changelog link 2018-10-31 09:37:57 -07:00
Ravi Chande 196169ea81
Update readme 2018-10-31 09:05:35 -07:00
Gregg Miskelly 79e297879e Merge release->master 2018-10-11 10:28:59 -07:00
Akshita Agarwal c9433ac8cd Update 2018-10-08 14:24:02 -07:00
Akshita Agarwal 5f8247b5ce File new issue 2018-10-08 14:24:02 -07:00
Akshita Agarwal 9ba04219ad Add the tag 2018-09-10 12:46:27 -07:00
Akshita Agarwal f0b213268a Update changelog and readme 2018-09-10 11:54:33 -07:00
Dustin Campbell e507aa6abc
Update README link to changelog to point to the correct version 2018-05-15 14:05:35 -07:00
Gregg Miskelly b6a8115199 README.md updates
- Update the debugger supported operating systems list.
- Update the required node version
2018-05-09 09:01:15 -07:00
Dustin Campbell 506688b07d Update readme for 1.15 2018-05-04 02:00:30 -07:00
Gregg Miskelly 59f5c9aaaf
Mark the C# extension as non-preview (#2220)
* Mark the C# extension as non-preview

This changes the branding on the C# extension so that it is no longer labeled a 'preview'.

Two changes:
1. Change `preview` to `false` in package.json
2. Update the license that is used in official builds of the C# extension. This new EULA is no longer a pre-release EULA and it also has the latest text.

* Update README.md as well
2018-04-27 13:03:36 -07:00
Piotr Puszkiewicz 0879307352
Add mocha+wallaby tests (#2091)
* Add mocha+wallaby tests

eventually the feature tests should be removed and most of our tests should become unit tests that are runnable from the command line or via wallaby.

npm run tdd will enable using mocha's command line tdd capability

* Fix `tdd` command

* Fix test paths
2018-03-05 16:08:00 -08:00
Michael Szul e3d3c70716 Updated to reflect limited Desktop CLR support (#2046)
* Updated to reflect limited Desktop CLR support

* Fixed grammatical error
2018-02-27 10:50:16 -08:00
Ravi Chande 17240b6f7e Update Readme 2018-02-14 13:08:19 -08:00
Kendra Havens 2df5f6b300 Update old video link (#1928) 2017-12-31 10:34:43 -05:00
Dustin Campbell 106b007234 Updates to README for 1.13 2017-11-07 12:24:40 -08:00
Dustin Campbell 6dac332d01 Update readme for 1.12.0 2017-08-10 10:52:07 -07:00
Gregg Miskelly 26508b3b3a Make changes to detect and require macOS Sierra (#1688)
.NET Core 2.0 only supports Sierra, and it will fall over on older versions of macOS. This adds detection code to let users know what is going on.
2017-08-08 13:39:52 -06:00
Gregg Miskelly 98dc0053de Update debugger to 1.12.2 and support large set of Linux distros (#1576)
* Update debugger to 1.12.0 and remove 'runtimeId' support

This checkin updates the debugger to the 1.12.0 release. The major change here is that we are now running on .NET Core 2, and so we can use a single runtime id for all glibc-based Linux distros. This means we can remove all the support we have for runtime id detection and filtering.

* Update debugger to 1.12.2 and update documentation

This updates the debugger to 1.12.2, which among other things, uses .NET Core 2.0-preview2 instead of preview1.
2017-06-30 14:25:04 -07:00
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