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

VS Code extension for Sourcery

Results 31 sourcery-vscode issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`5.55.0` -> `5.62.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.55.0/5.62.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/5.62.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`2.7.1` -> `2.8.8`](https://renovatebot.com/diffs/npm/prettier/2.7.1/2.8.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/2.8.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0 and updates ancestor dependency [@vscode/vsce](https://github.com/Microsoft/vsce). These dependencies need to be updated together. Updates `xml2js` from 0.4.23 to 0.5.0 Commits See full diff in compare view Updates...

dependencies

I have a server I sometimes use the VSCode "Remote SSH" extension with to connect to and when I do Sourcery is not happy: ``` [Info - 4:09:34 PM] Connection...

bug

Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 to 6.11.1. Changelog Sourced from qs's changelog. 6.11.1 [Fix] stringify: encode comma values more consistently (#463) [readme] add usage of filter option for injecting custom serialization,...

dependencies

It would be nice to get a view of the code quality for a repo overall or per file. Right now, the only way to see this is by mousing...

enhancement

When hovering over a function in VSCode, you get the nice function summary with the stars. ![image](https://user-images.githubusercontent.com/15006782/174522505-62beddd7-5b53-423d-b527-0115963a3d46.png) When there is a suggested refactor, it shows a diff ![image](https://user-images.githubusercontent.com/15006782/174522551-b5d11902-abdb-4eb5-9324-e03da38568a6.png) However, if...

bug