vscode-yaml-sort icon indicating copy to clipboard operation
vscode-yaml-sort copied to clipboard

This VS Code extension exposes the possibility to sort, format and validate yaml files.

Results 44 vscode-yaml-sort issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

dependencies

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)) | [`7.7.1` -> `7.18.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.7.1/7.18.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

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

Hi I want to use the extension with Azure DevOps Pipelines and want to use templates. This is the result after formatting: ```yml name: $(Build.BuildId) variables: - group: Custom Settings...

I have a lot of documents which use the canonical null specification of ~ instead of the english null Can we have an option to output either the original null...

Hello, Is it possible to use wild cards in the customSortKeyword? For example, to have a keyword for any key starting with X.

Could you add an option to just keep quotes as they are when sorting. Example. parent_key: 'Pkey2 with space': k1: v1 k2: 'v2' 'Pkey1 with space': k1: 'v1' k2: v2...

For the given config: ``` "vscode-yaml-sort.emptyLinesUntilLevel": 2, "vscode-yaml-sort.useLeadingDashes": false, "vscode-yaml-sort.lineWidth": 10000, "vscode-yaml-sort.sortOnSave": 0, "vscode-yaml-sort.quotingType": "\"", ``` The following yaml snippet formats improperly, it looks like the `:` in url trips...

Running the plugin with the comment processor enabled seems to mess up the indentation of the yml keys. This seems to happen regardless of the indentation of the comment itself...

bug

Hello, First thanks for your extension. Second, apologies if such thing exists but I could not find a similar issue opened/closed or anything in the documentation. Issue: ```yaml nq: auth:...