Stefan Weber

Results 36 issues of Stefan Weber

The description of rules at is followed by the list of fixable rules. MD048 seems fairly easy to fix (I also haven't found info on why it is not fixable)....

enhancement

Here are the relevant `.markdownlint.yaml` settings ```yaml # MD004/ul-style - Unordered list style MD004: # List style style: sublist # MD007/ul-indent - Unordered list indentation MD007: # Spaces for indent...

enhancement

This is somewhat related to `MD032` and emerged from Lazy line conditions make the markdown file less readable. That is because ```markdown 1. abc 2. def ghi ``` behave the...

new rule

I have following `MD030` setting in my `.markdownlint.yaml` ```yml # MD030/list-marker-space - Spaces after list markers MD030: # Spaces for single-line unordered list items ul_single: 3 # Spaces for single-line...

enhancement

### Summary When I try to delegate a task to some machine, ansible does not replace the jinja variables but rather tries to connect to the template variables, e.g. `[clt-mgt06...

bug
needs_verified
affects_2.16

**Describe the bug** conda installed packages are not found; not possible to attach active terminal session. **To Reproduce** Use following environment file to install R ```yml --- name: r channels:...

bug

### Description The shown `CONTRIBUTORS` commit count in `SOURCE CONTROL` menu differs from the commit count output of `git shortlog --summary --numbered --email`. This is a follow up of https://github.com/gitkraken/vscode-gitlens/issues/2899...

bug
triage

Currently the calendar name cannot be changed for display. It would be fairly helpful to change the display name of a calender. Take for instance the outlook default name 'Calendar',...

### Summary `syntax-check[specific]` not shown by extension. Following pic show the problem: ![Screenshot 2023-09-29 at 11 36 16](https://github.com/ansible/vscode-ansible/assets/26454702/0e4d7b4c-99f7-440f-97c9-6d01beb48d9f) Possibly related: ### Extension version v2.7.98 ### VS Code version 1.82.2 Commit:...

bug

### Summary The supported options are limited. It would be helpful to be able to specify all possible options via a `other_options` dictionary or so. This is e.g. also done...

feature
module
plugins