Paola (Alma) Captanovska
Paola (Alma) Captanovska
@wilk85, thank you. `no_small_font` works fine for me.
this is my example of the custom select type with `title: value` keypairs: ```javascript GM_config.init({ id: 'exampleCfg', title: 'Custom select example', fields: { example: { section: ['', 'Settings'], label: 'choose...
So... when will I be able to see the number of running containers in my activity bar? Are there any obstacles?
You do not need this extension - [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) by Red Hat does all things for syntax highlighting and autocomplete in `.yml` files, including the GitHub Workflow.
New version (5.5.20240228) has the same problem.
In newer versions I can't reproduce this problem either. Apparently, the issue can be closed.
the same problem on Linux - OS: Ubuntu Studio 24.10 - VS Code: 1.95.3
the same problem on Linux - OS: Ubuntu Studio 24.10 - VS Code: 1.95.3
I found a workaround to this issue by using `node` to run `jest` instead of `npm`. Now all possible debugger calls (whether all suite tests or individual one) run as...