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

.NetCore Intellisense not refreshing when packages added #1661

Closed
jsheely opened this issue Jul 24, 2017 · 1 comment
Closed

.NetCore Intellisense not refreshing when packages added #1661

jsheely opened this issue Jul 24, 2017 · 1 comment

Comments

@jsheely
Copy link

jsheely commented Jul 24, 2017

  • VSCode Version: 1.14.2
  • OS Version: Windows 10 Pro 64-bit

Steps to Reproduce:

  1. Open VSCode
  2. Use Terminal to dotnet new webapi
  3. dotnet add package serilog.sinks.elasticsearch
  4. Yes to restore packages
  5. Try to configure new LoggerConfiguration().writeTo.Elasticsearch (Elasticsearch is not available)
  6. Close VSCode & Reopen
  7. Elasticsearch will now be available to intellisense

Attached is a video of the process.
https://dl.dropboxusercontent.com/u/10620012/2017-07-23_18-42-06.mp4

Is there a way to force refresh of intellisense as a band-aid?

@DustinCampbell
Copy link
Member

This issue has been fixed in the 1.14 milestone. We just released our first beta of 1.14 if you're interested in giving it a spin. Follow these instructions to a beta release of C# for VS Code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants