vscode-jupyter: KQL syntax stopped working

Environment data

  • Language Server version: 2021.6.2-pre.1
  • OS and version: linux x64
  • Python version (and distribution if applicable, e.g. Anaconda):
  • python.analysis.indexing: undefined
  • python.analysis.typeCheckingMode: off

Expected behaviour

Can use %kql

Actual behaviour

Pylance puts errors everywhere.

image

Code Snippet / Additional information

%%kql RetainedByCohort <<
let cohortWindow = 7d;

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 15 (11 by maintainers)

Most upvoted comments

This isn’t something we did in the past,

When I said it worked in the past I meant it worked before Pylance rolled out. Using Jedi works.

Yes, I’ll transfer it for you.

Thanks @DonJayamanne, I have it installed and am an avid fan.