anthonydresser / testissues

0 stars 0 forks source link

azuredatastudio-python should either be marked preview or have a 1.0+ version number #4939

Open anthonydresser opened 3 years ago

anthonydresser commented 3 years ago

Steps to Reproduce:

  1. Open a Python notebook and install a new Python runtime

Expected: If preview software is being used then the experience should be marked preview and placed behind the "Enable Preview Features" flag.

Actual: Python notebooks are not behind preview flag, but install a 0.0.1 version python runtime. The version should be 1.0.0+ if the runtime is not in preview.

image