vscode-importmagic
vscode-importmagic copied to clipboard
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.3. Commits ad44493 [dist] 1.5.3 c798461 [fix] Fix host parsing for file URLs (#210) 201034b [dist] 1.5.2 2d9ac2c [fix] Sanitize only special URLs (#209) fb128af...
The extension does not run and give me this error Importmagic: Python interpreter is not found
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
**Version: v0.2.5** **Environment:** Remote development using vscode in Win, using "Remote- SSH" to connect to remote servers (Ubuntu 18, .vscode) In one of my work projects, ImportMagic has been checking...
code with Chinese Using UTF-8 encoding
the extension will report `Importmagic: 'ascii' codec can't decode byte 0xXX in position XXX: ordinal not in range(128)` when there are non-ascii characters in a python file. more info about...
The `functools` import is added to an existing `from typing ...` import statement:  I'm expecting the following import to be created instead: ``` import functools ```
Given I already have the line below, but not the import ```python ec2_client = boto3.client("ec2", region_name=config["region"]) ``` When I place my cursor between `boto` and `3` and pressed CTRL +...
we group our imports by stdlib / legacy cruft / ideal code and the isort part messes things up almost every time is there a way to disable isort and...