vscode-jupyter icon indicating copy to clipboard operation
vscode-jupyter copied to clipboard

restrict shouldAllowIntellisense to only python notebook cells so tha…

Open bschnurr opened this issue 3 years ago • 2 comments

…t plain .py files dont get duplicate results in api calls to onHover etc.

Fixes # https://github.com/microsoft/pylance-release/issues/3027

  • [ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • [ ] Title summarizes what is changing.
  • [ ] Has a news entry file (remember to thank yourself!).
  • [ ] Appropriate comments and documentation strings in the code.
  • [ ] Has sufficient logging.
  • [ ] Has telemetry for feature-requests.
  • [ ] Unit tests & system/integration tests are added/updated.
  • [ ] Test plan is updated as appropriate.
  • [ ] package-lock.json has been regenerated by running npm install (if dependencies have changed).

bschnurr avatar Aug 11 '22 23:08 bschnurr