Skip to content

Conversation

@akshita31
Copy link
Contributor

No description provided.

@akshita31 akshita31 requested a review from rchande August 29, 2018 18:18
test-plan.md Outdated

#### Opening projects
When you open a directory in VS Code, the C# extension should look for a .csproj or .sln file in that directory and use "OmniSharp" to load it.
When you open a directory in VS Code, the C# extension should look for a .csproj or .sln file in that directory and use "OmniSharp" to load it. If s .cs file is present and a .csproj and .sln file is not present, Omnisharp should start but the intellisense should only appear when a change is made to the file.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if s .cs -> if a .cs
a .csproj...is not present -> no .csproj or .sln file are present

@codecov
Copy link

codecov bot commented Sep 5, 2018

Codecov Report

Merging #2477 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2477      +/-   ##
==========================================
- Coverage   64.49%   64.41%   -0.08%     
==========================================
  Files          90       90              
  Lines        4123     4123              
  Branches      593      593              
==========================================
- Hits         2659     2656       -3     
- Misses       1291     1294       +3     
  Partials      173      173
Flag Coverage Δ
#integration 53.32% <ø> (-0.42%) ⬇️
#unit 84.52% <ø> (ø) ⬆️
Impacted Files Coverage Δ
src/features/documentation.ts 38.09% <0%> (-9.53%) ⬇️
src/features/completionItemProvider.ts 78.78% <0%> (-9.1%) ⬇️
src/features/documentSymbolProvider.ts 95.12% <0%> (-4.88%) ⬇️
src/omnisharp/server.ts 71.73% <0%> (-0.71%) ⬇️
src/omnisharp/requestQueue.ts 84.84% <0%> (+3.03%) ⬆️
src/features/diagnosticsProvider.ts 76.81% <0%> (+6.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2330359...32b4fb4. Read the comment docs.

@akshita31 akshita31 merged commit 0c278ba into dotnet:master Sep 5, 2018
@akshita31 akshita31 deleted the update_testPlan branch September 5, 2018 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants