Skip to content

2021.1.502429796

Choose a tag to compare

@karthiknadig karthiknadig released this 22 Jan 00:23
c0fe6b5

2021.1.0 (21 January 2021)

Enhancements

  1. Remove code snippets (you can copy the
    old snippets
    and use them as
    your own snippets).
    (#14781)
  2. Add PYTHONPATH to the language server settings response.
    (#15106)
  3. Integration with the bandit linter will highlight the variable, function or method for an issue instead of the entire line.
    Requires latest version of the bandit package to be installed.
    (thanks Anthony Shaw)
    (#15003)
  4. Translated some more of the Python Extension messages in Simplified Chinese.
    (thanks Shinoyasan)
    (#15079)
  5. Update Simplified Chinese translation.
    (thanks Fiftysixtimes7)
    (#14997)

Fixes

  1. Fix environment variables not refreshing on env file edits.
    (#3805)
  2. fix npm audit[high]: Remote Code Execution
    (#14640)
  3. Ignore false positives when scraping environment variables.
    (#14812)
  4. Fix unittest discovery when using VS Code Insiders by using Inversify's skipBaseClassChecks option.
    (#14962)
  5. Make filtering in findInterpretersInDir() faster.
    (#14983)
  6. Remove the Buffer() is deprecated warning from Developer tools. (#15045)
    (#15045)
  7. Add support for pytest 6 options.
    (#15094)

Code Health

  1. Update to Node 12.20.0.
    (#15046)