Skip to content

Commit

Permalink
Fork release branch for C# Extension 15 (#2232)
Browse files Browse the repository at this point in the history
* Initial manual validation plan

* Add info about unity

* Enable usage of omnisharp.path option for downloading multiple versions of omnisharp (#2028)

* Enable usage of multiple versions

* Either load the server from a path or download the version packages

* Tests for the package creator

* Added null check and removed semver check in package creator

* Test for the experiment omnisharp downloader

* Added test for package manager

* Code clean up

* Added null or empty check for version

* Changes

* Modified the description

Put the clean up logic in the teardown function

* Remove comment

* Remove unnecessary usage

* CR comments

* Removed experimental

* Modified launcher

* Removed experimental

* Modified tests

* Modified package description to include version information

* Renamed launch path

* Add more tests

* Changed the description in package.json

* "Run All Tests" and "Debug All Tests" (#1961)

* Run All Tests Running But Building repeatedly

* Disposable variable for run all test

* Added code for debug all tests

* Code Cleaning

* Run all Tests running - Better logs required

* Run Tests running, all output shown at the end of all the tests

* Renamed variable to methodsInClass

* Changes for Debug All Tests

* Changes for debug tests request

* Debug All Tests running

* Added common helpers for single test and all test functions

* Improved logs for Run All Tests

* Changes to get only 1 response for a set of methods

* Extracted a common helper to get the test feature

* Resolved review comments

* Changes to not show this change for legacy projects

* Renamed incorrect variable

* Removing foreach for proper order of execution

* Remove unnecessary import

* Do not show the festure for legacy projects

* Make hover test run by adding the file in the project (#2058)

* Added hover.cs file

* Not requiring server restart

* Using Structured Documentation for Signature Help and improving Parameter Documentation (#1958)

* Structured Documentation in Signature Help

* Code clean up

*  Using only summary of the documentation

* Code clean up

* Documentation for parameters showing in signature help

* Removing unnecesaary import

* Using interploated string and fixed spacing

* Parameter Documentation using interpolated text

* Added tests

* Enable download and usage of latest version of omnisharp (#2039)

* Enable usage of multiple versions

* Either load the server from a path or download the version packages

* Tests for the package creator

* Added null check and removed semver check in package creator

* Test for the experiment omnisharp downloader

* Added test for package manager

* Code clean up

* Added null or empty check for version

* Changes

* Modified the description

* Put the clean up logic in the teardown function

* Remove comment

* Remove unnecessary usage

* CR comments

* Removed experimental

* Modified launcher

* Removed experimental

* Modified tests

* Modified package description to include version information

* Renamed launch path

* Add more tests

* Changed the description in package.json

* Getting latest version info

* Refactored code and added tests

* Remove unnecessary using

* CR comments

* Use common function for latest download

* Add new line

* Resolve binaries on linux

* Copy pacakges by value

* Renamed experimentalId and some methods

* Moved status item out of method and added version to message

* Fix typo (#2066)

* Fix year in changelog (#2068)

Fixed wrong year in changelog

* Formatting for better display structure

* Move to const fields in server

* Make methods private

* Move chai-as-promised to devDependencies

* Removed unnecessary function

* Insert new debugger with support for Symbol Server and Source Link (#2070)

* launch.json schema changes and documentation

This has the new launch.json schema to support XPlat symbols

* Update debugger packages

* Update CHANGELOG.md with debugger change

* Modified test description

* Update .editorconfig JSON rules (#2063)

Last week I ran into yet another time when something added a BOM to one of our json files and broke things. This adds some .editorconfig rules for .json to try and prevent such things.

While I was at it, I also wanted to switch the indent size for src/tools/*.json to be '2' so that it is consistent with other json schema files the debugger owns.

* Updated to reflect limited Desktop CLR support (#2046)

* Updated to reflect limited Desktop CLR support

* Fixed grammatical error

* Refactor CSharpExtDownloader to use the extracted helper functions (#2072)

* Refactor downloader
* Renamed method and corrected the position of appendLine
* Modified GetStatus and the Status object to append the dispose method

* Added settings file

* Emphasize test codelens

* Add another bullet point

* Add more details about signature help and tests codelenses

* Fix typo

* Update Changelog and test-plan for multiple download of omnisharp (#2082)

* Update changelog and test-plan for multiple download of omnisharp

* 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

* move to tslint-no-unused-expression-chai

The package was already installed, but not used. This makes our tests that use chai.should() pass tslint checks

* Add Architecture check in AdapterExectuableCommand (#2094)

* Add Architecture check in AdapterExectuableCommand

x86 messages only show during the first installation. But it still
registeres the vsdbg-ui.exe command. This adds a check so it will
error instead of returning the command.

* Moving arch check into completeDebuggerInstall

* Beta1 -> Beta2

* Remove angle brackets in ChangeLog (#2099)

* Add product-wide code coverage + codecov.io integration (#2101)

Add product-wide code coverage + codecov.io integration

Several new scripts were added:

npm run cov:instrument: rebuilds your sources, then instruments them for coverage. Subsequent 

npm run test will generate coverage data into the .nyc_output directory

npm run cov:merge-html: merges all reports from .nyc_output and puts a locally viewable coverage report into coverage directory

* Refactor logger, reporter and channel into a unified EventStream using Rx Observable (#2084)

* Changes to refactor logging in server

* Adding packages

* Changes

* Remove reporter from CSharpExtDownloader

* remove telemtery reporter from server.ts

* remove reporter from definitionProvider

* Remove reporter from dotnetTest.ts

* Debugger Activation + Commands

* reduce message types

* remove reporter from commands.ts

* remove channel from  status.ts

* Remove reporter & logger from extension.ts

* Build issues

* Add missing rx dependency

* Changed to download progress

* Removed using and pass platformInfo

* Moved files in observer folder

* Renamed the files and added omnisharp channel observer

* Remove unnecessary format

* Changes in main.ts

* Remove channel from global declaration

* Preserving the context in onNext invocations

* Pulled platformInfo out of server

* Remove unnecessary variable

* Formatting

* Renamed observers

* 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

* Code clean up

* Fix `tdd` command

* Fix test paths

* Add initial DotnetChannelObserver test

* Testing the download messages

* Remove logger from requestQueue.ts

* Fix builds

* Use package manager factory

* Remove Lines

* Remove extra appendLine

* Added test for csharp logger and channel

* Extracted base class for observers

* Test having dependency on vscode

* vscode adapter changes

* Changes for adapter

* Refactored Omnisharp Manager

* Moved from interfaces to classes

* Renamed onNext to post

* Created class EventStream

* Removed comment

* Added missing break

* Added test for Omnisharp Logger

* Test for OmnisharpLoggerObserver

* Test for telemetry reporter observer

* Added test for all the observers

* minor nits

* Changes

* Remove unnecessary imports

* remove import

* Modified failing test

* Make tests pass

* Renamed platformInfo

* CR feedback

* 2 -> 3

* Fix codecov integration (#2108)

Fix js->ts coverage map transformation in Travis CI where `node` is not on the path.

* enable codecov on unit tests (#2118)

* enable codecov on unit tests

* rename coverage files for uniform globbing

* Validate Indentation for OmnisharpProcess messages (#2119)

* Clean up signature help test (#2117)

* Added parameter

* modifications

* Cleaned up tests

* Changed test codelens casing (#2077)

* CodeCov flags (#2125)

Lights up integration test coverage and splits reporting data between unit & integration tests

* Update project npm dependencies (#2126)

* low-risk package updates

* high-risk package updates

* disable uninstrumented test pass (#2127)

* Fix size (#2142)

* 1.15.0-beta4 (#2143)

* Verify vsix size before release (#2144)

* Verify vsix size before release

* Remove istanbul from shipping payload

* Use the size appropriately in the release test (#2145)

* Fix offline packaging using event stream (#2138)

* Creating a new eventStream

* invokeNode

* Artifact tests

* Directing the vsix files to a temp folder

* Changes to travis to run release tests on release only

* if statement

* Convert gulpfile to ts

* Add bracket

* Clean up the observer tests for better readability (#2157)

* CsharpLoggerObserver

* dotnetchannelobserver

* TelemetryObserver

* DebugModeObserver

* Correct message in the debug observer

* Refactoring status using rxjs (#2133)

* hack

* Refactored status into 4 separate observers

* Resolved warning and information messages

* Deleted status.ts

* Changes to retain this context

* Created fascade for statusbar and texteditor

* Subscribe to event stream

* Working!

* Nits

* Mocking warning message

* Tried mocking setTimeOut

* warning message changes

* warning message correct definition

* virtual time running

* done called multiple time

* renamed observer and subject

* changes

* some changes

* refactor^2

* merge conflicts

* using rx debounce

* Warning Message Observer tests

* Remove loadsh.debounce and renamed observer

* Move the workspace info invocation to server

* Clean up

* More test to statusBarObserver

* Clean up tests

* Fixed ttd

* Use vscode commands instead of calling into commands.ts

* Added test for information message observer

* Tests for status bar obsever

* project status observer

* Changes to show two observers

* some more changes

* Lot of questions!

* build issues

* Remove usings

* comments

* Remove unnecessary cases

* Changes

* Remove usings

* Dipsose the disposables after the server stop event

* Remove the cake thing

* Project Status Bar

* Clean up the tests

* Changed to dcoument

* Remove unnecessary functions from the adapter

* remove unnecessary change

* Remove some changes

* changes

* Test for server error

* Removed comment and modified the initialisation

* Empty disposable

* Corrected the usage of the disposables

* Added comments for debouncer

* disposable try

* Test the vsix, not the build layout (#2156)

The VSCode C# Extension build process follows the VS Code docs and runs tests directly inside of its repo root. This unfortunately gives a false sense of security because bugs can be introduced during VSIX packaging [particularly due to missing content in node_modules or excluded via .vscodeignore].

This change addresses this problem by moving our CI tests to execute the VSIX instead of the build's intermediate artifacts. Specifically:

build the vsix
unpackage the vsix
instrument the unpackaged vsix
run tests with VS Code Host pointing to the unpackaged vsix
This makes our CI tests ~= to the user's runtime experience and will greatly help us with size reduction efforts.

To support this change, I also moved our build system from package.json to Gulp. This makes the build scripts significantly easier to understand, provides intellisense for build scripts, and build-time type checking for their contents.

I also strengthened the repo's use of .vscodeignore by creating a copy of the file for each scenario [online packages and offline packages]. The new gulp packaging scripts take advantage of these files to produce packages with predictable contents regardless of when packaging occurs. [small caveat, @akshita31 will be adding a test that validates that net-new content does not start sneaking into the vsix package].

* Enable `noImplicitAny` and `alwaysStrict` in `tsconfig.json (#2159)

Along the way, fixed a few bugs that were in place due to implicit anys. Also removed dependency on deprecated vscode API.

* tsconfig.json: noUnusedLocals, noFallThroughCaseInSwitch, tslint.json: promise-function-async (#2162)

Adds noUnusedLocals to tsconfig.json to keep our sources clean
Adds noFallThroughCaseInSwitch in tsconfig.json to prevent unintended switch behavior
Adds promise-function-async to tslint.json to force all async functions to be marked as async. This is a building block towards eliminating promises in favor of async/await.

* Eliminate Thennable<any> (#2163)

Provides strong typing for the repo's Thennables. This is a step towards eliminating promises and will provide compiler support for validating that the refactored code has not changed its final return type.

* promise to await packaging tasks (#2164)

* Remove the status handling from the package manager (#2160)

* Changes to remove status from packages.ts

* Tests failing

* Added tests

* Used tooltip and changed flame color

* fix merge problems

* PR feedback

* Removed implicit any

* Changes

* Update the links to the Source Link spec (#2170)

This updates the links we had to the Source Link spec to point at the more official version.

* Make the server and the downloader rely on the vscode adapter (#2167)

* Moving fakes to testAssets

* Change the import for fakes.ts

* Test Assets in feature tests

* Remove vscode dependency from server.ts

* Make the downloading stuff use vscode adapter

* Remove vscode as a property

* make test package json a field

* Run release test only on release (#2172)

* Show the channel on download start (#2178)

* Add "Launch Unit Test" option (#2180)

* unify rx usage to rxjs (#2168)

The current codebase uses both rx [v4] and rxjs [v5] implementations. This PR consolidates our use of rx onto the v5 libraries.

* Fix disposable (#2189)

* Divide the package manager into separate components (#2188)

* Feature tests running with refactored package manager

* Refactoring packages-1

* Test for the downloader running using the mock server

* Using network settings

* Changing the package path

* Dividing packages.ts into separate components

* use filter async

* Use tmpfile interface

* Check for the event stream

* Using FilePathResolver

* Remove using

* Testing for normal and fallback case working

* Resolve the paths

* Remove failing case

* package installer test-1

* Add package installer test

* Create tmp asset

* Package Downloader test refactored

* Rename files

* resolve compile issues

* Clean up installer

* Clean up the tests

* Rename packages

* Package installer test

* PR feedback

* Package Filter test

* Remove yauzl.d.ts

* Filter test

* Added test for invalid zip file

* method for getting the request options

* remove imports

* please resolve the path

* remove  latest in settings

* Package Manager test executing

* Use free port in package manager test

* Package Manager (using a https server running)

* using http mock server

* Downloader test running using free port

* Update ChangeLog for codelens and status bar (#2205)

* PR feedback

* Introduce OmniSharpLaunchInfo type

* Fix casing of 'OmniSharp' in user-facing error message

* Return both 'LaunchPath' and 'MonoLaunchPath' from OmniSharpManager

* move back to latest for O# release

* Refactor launcher and ensure that we launch on global Mono if possible

* Improve coverage a bit

* Use async/await in OmniSharpServer._start()

* Fix test

* Update debugger links for 1.15.0-beta5

This updates the debugger packages to the latest corelr-debug which is
now built on .NET Core 2.1 Preview 2.

* Update debugger changelog and debugger-launchjson.md for 1.15 (#2230)

- Add debugger items to the changelog
- Update debugger-launchjson.md to reference the new launchSettings.json feature.

* 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
  • Loading branch information
Piotr Puszkiewicz authored Apr 27, 2018
1 parent 1869976 commit cf19979
Show file tree
Hide file tree
Showing 182 changed files with 16,520 additions and 4,024 deletions.
10 changes: 3 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true

# 2 space indentation for .travis.yml and package.json
[{.travis.yml},package.json]
indent_style = space
# 2 space indentation and utf-8 for for .travis.yml, package.json, and .json files under src
[{.travis.yml,package.json,src/**/*.json}]
indent_size = 2

[syntaxes/csharp.json]
indent_style = space
indent_size = 2
charset = utf-8
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ obj/
bin/
test/**/.vscode
.logs/
.nyc_output/
coverage/

\.DS_Store
\.DS_Store
vsix/

\.vscodeignore
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ before_install:
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
- dpkg --compare-versions `npm -v` ge 5.8 || npm i -g npm@^5.8

addons:
apt:
Expand All @@ -25,13 +26,17 @@ addons:
- dotnet-sdk-2.0.2

install:
- npm install
- npm run compile
- npm install -g vsce
- vsce package
- npm ci
- npm i -g gulp
- gulp 'vsix:release:package'

script:
- npm test --silent
- gulp 'vsix:release:unpackage'
- gulp cov:instrument --codeExtensionPath ./vsix/extension
- gulp test --codeExtensionPath ./vsix/extension
- gulp cov:report --codeExtensionPath ./vsix/extension
- npm run test:artifacts
- 'if [[ "$TRAVIS_BRANCH" != "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then npm run test:release; fi'

after_failure:
- ./.travis/printLogs.sh
Expand Down
45 changes: 42 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,39 @@
]
},
{
"name": "Launch Unit Tests",
"type": "node",
"request": "launch",
"name": "Launch Unit tests",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": [
"-u",
"tdd",
"--timeout",
"999999",
"--colors",
"${workspaceFolder}/out/test/unitTests/**/*.test.js"
],
"sourceMaps": true,
"internalConsoleOptions": "openOnSessionStart",
"outFiles": [
"${workspaceRoot}/out/test/**/*.js"
]
},
{
"name": "Launch Feature Tests",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}",
"--extensionTestsPath=${workspaceRoot}/out/test/unitTests"
"--extensionTestsPath=${workspaceRoot}/out/test/featureTests"
],
"env": {
"CODE_WORKSPACE_ROOT": "${workspaceRoot}",
"CODE_TESTS_PATH": "${workspaceRoot}/out/test/featureTests",
"CODE_EXTENSIONS_PATH": "${workspaceRoot}",
"OSVC_SUITE": "featureTests"
},
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [
Expand All @@ -40,6 +65,13 @@
"--extensionDevelopmentPath=${workspaceRoot}",
"--extensionTestsPath=${workspaceRoot}/out/test/integrationTests"
],
"env": {
"CODE_WORKSPACE_ROOT": "${workspaceRoot}",
"CODE_TESTS_PATH": "${workspaceRoot}/out/test/integrationTests",
"CODE_TESTS_WORKSPACE": "${workspaceRoot}/test/integrationTests/testAssets/singleCsproj",
"CODE_EXTENSIONS_PATH": "${workspaceRoot}",
"OSVC_SUITE": "singleCsproj"
},
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [
Expand All @@ -56,11 +88,18 @@
"--extensionDevelopmentPath=${workspaceRoot}",
"--extensionTestsPath=${workspaceRoot}/out/test/integrationTests"
],
"env": {
"CODE_WORKSPACE_ROOT": "${workspaceRoot}",
"CODE_TESTS_PATH": "${workspaceRoot}/out/test/integrationTests",
"CODE_TESTS_WORKSPACE": "${workspaceRoot}/test/integrationTests/testAssets/slnWithCsproj",
"CODE_EXTENSIONS_PATH": "${workspaceRoot}",
"OSVC_SUITE": "slnWithCsproj"
},
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [
"${workspaceRoot}/out/test/**/*.js"
]
}
]
}
}
8 changes: 5 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@

"files.exclude": {
"out": true,
"typings": false
"typings": false,
"vsix": true
},

"search.exclude": {
"**/node_modules": true,
"out/": true
"out/": true,
"vsix/": true
},

"csharp.suppressDotnetRestoreNotification": true,

"tslint.rulesDirectory": "node_modules/tslint-microsoft-contrib",
"typescript.tsdk": "./node_modules/typescript/lib",
"mocha.enabled": true
Expand Down
19 changes: 0 additions & 19 deletions .vscodeignore

This file was deleted.

34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,39 @@
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.

## 1.14.0 (February 14, 2017)
## 1.15.0 _(Not Yet Released)_

#### Debugger

* New features:
* Adds support for [Source Link](https://aka.ms/SourceLinkSpec), Symbol Servers and other more advanced symbol options ([#373](https://github.com/OmniSharp/omnisharp-vscode/issues/373))
* Adds launch.json option to suppress Just-In-Time compiler optimizations.
* Due to the previous two items and work from the .NET Team, it is now possible to easily debug into ASP.NET itself in projects running against .NET Core 2.1. Instructions are in the [wiki](https://github.com/OmniSharp/omnisharp-vscode/wiki/Debugging-into-the-.NET-Framework-itself).
* Adds support for pulling in environment variables from `${cwd}/Properties/launchSettings.json`. This means that if you add environment variable configuration to your launchSettings.json file, they will now be used when you start your app from Visual Studio Code like they previously would be used from the command line (`dotnet run`), and from Visual Studio. ([#2017](https://github.com/OmniSharp/omnisharp-vscode/issues/2017))
* Adds a Code Lens indicator for running and debugging all tests in a class. ([#420](https://github.com/OmniSharp/omnisharp-vscode/issues/420), PR: [#1961](https://github.com/OmniSharp/omnisharp-vscode/pull/1961); PR: [omnisharp-roslyn#1089](https://github.com/OmniSharp/omnisharp-roslyn/pull/1089))

* Bug fixes:
* On Linux, this reduces the native dependencies of the debugger to match the .NET Core 2.1 runtime. The Linux .NET Core 2.1 runtime reduced its native dependencies over all the previous versions, but the debugger still had the same dependencies as .NET Core 2.0. With this fix, the debugger will now continue to work on Linux after installing the .NET Core runtime and nothing else. ([#2199](https://github.com/OmniSharp/omnisharp-vscode/issues/2199))
* Fixes async call stacks with the .NET Core 2.1 runtime. ([#1892](https://github.com/OmniSharp/omnisharp-vscode/issues/1892))
* Fixes the debugger's browser launch code when launching projects configured to use Application Insights. ([2177](https://github.com/OmniSharp/omnisharp-vscode/issues/2177))

#### Specify OmniSharp Version
Enables the use of pre-release builds of Omnisharp. Downloading a pre-release build of Omnisharp allows the C# extension for VS Code to use features that have been merged into the "master" branch of omnisharp-roslyn(https://github.com/OmniSharp/omnisharp-roslyn) but that have not been officially released
* Adds support to use the "omnisharp.path" option to download a specific copy of OmniSharp. The possible values for this option are:
* `<Path to the omnisharp executable>` - Use a local copy of OmniSharp. The value must point to a directory which contains OmniSharp, typically a user's build output directory for the OmniSharp-Roslyn project. Example: C:\omnisharp-roslyn\artifacts\publish\OmniSharp.Stdio\win7-x64\OmniSharp.exe.
* `latest` - Use the latest CI build
* `<version>` - Use a specific version of OmniSharp. Example: `1.29.2-beta.60`

#### Editor

* Splits the OmniSharp status bar item into two parts, both of which appear on the left and have specific responsibilities. ([#2146](https://github.com/OmniSharp/omnisharp-vscode/issues/2146), PR: [@2133](https://github.com/OmniSharp/omnisharp-vscode/pull/2133))
* OmniSharp server status bar item - Shows the various stages that the OmniSharp server initialization might be in (eg: Downloading, Installing, etc). The flame icon is green when the server is initialized and running properly, or red if there is an error.
* Project Information status bar item -
* Displays the name of the selected project regardless of the currently active document.
* If a project is already selected, it displays the name of the selected project. Clicking on it displays a menu to switch to other projects in the workspace.
* If there are multiple possible launch targets, it displays 'Select Project'. Clicking on it displays a menu to select one.

## 1.14.0 (February 14, 2018)

#### C# Language Support

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
|:--:|:--:|
|[![Master Build Status](https://travis-ci.org/OmniSharp/omnisharp-vscode.svg?branch=master)](https://travis-ci.org/OmniSharp/omnisharp-vscode)|[![Release Build Status](https://travis-ci.org/OmniSharp/omnisharp-vscode.svg?branch=release)](https://travis-ci.org/OmniSharp/omnisharp-vscode)|

Welcome to the C# extension for Visual Studio Code! This preview provides the following features inside VS Code:
[![Wallaby.js](https://img.shields.io/badge/wallaby.js-configured-green.svg)](https://wallabyjs.com)

Welcome to the C# extension for Visual Studio Code! This extension provides the following features inside VS Code:

* Lightweight development tools for [.NET Core](https://dotnet.github.io).
* Great C# editing support, including Syntax Highlighting, IntelliSense, Go to Definition, Find All References, etc.
* Debugging support for .NET Core (CoreCLR). NOTE: Mono and Desktop CLR debugging is not supported.
* Debugging support for .NET Core (CoreCLR). NOTE: Mono debugging is not supported. Desktop CLR debugging has [limited support](https://github.com/OmniSharp/omnisharp-vscode/wiki/Desktop-.NET-Framework).
* Support for project.json and csproj projects on Windows, macOS and Linux.

The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnisharp-roslyn).
Expand Down
Loading

0 comments on commit cf19979

Please sign in to comment.