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

Results 26 vscode-importmagic issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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...

dependencies

**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...

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: ![aec-1593520721851](https://user-images.githubusercontent.com/125105/86126991-8dc4f980-bb22-11ea-9d37-1a6ce8cfbd6a.gif) 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...