-
It's common to have different configurations for files in the same directory with different name patterns. The most common is `file.ts` and `file.test.ts`. We usually have different configurations for…
-
**Describe the bug**
I try to use the [`resolveSourceMapLocations`](https://github.com/microsoft/vscode-js-debug/blob/main/OPTIONS.md#resolvesourcemaplocations) feature and it doesn't seem to match m…
-
Compare https://raw.githubusercontent.com/U-C-S/Hurl/main/Utils/UserSettings.schema.json
What I found:
### Background type (enum) missing ~"none"~ "solid"
```json
"BackgroundType": {
…
-
We'd like to ignore certain directories for file watching in the Go language server (directories starting with . or _, testdata directories, etc.). However, it's not clear how to do this with a GlobPa…
-
### Please agree to the following
- [X] I have searched [existing issues](https://github.com/cryptomator/android/issues?q=) for duplicates
- [X] I agree to follow this project's [Code of Conduct](htt…
-
Hi,
we are using PostCSS with this plugin and vite and have noticed a pretty significant performance degradation starting with v11 when using the `mixinsFiles` option.
As soon as either multiple…
-
Please allow some option to exclude folders and/or files from scan (and from treemap display).
As an example: I want to scan my C: drive, but I don't care about Windows folder. But it is big, and sca…
-
### Description
I put my widgets documents under `widgets` folder.
For now, i have to define `children` property via Node API.
```js
import { defineConfig } from 'dumi';
import fs from 'fs';
…
-
**Feature**
Support the glob patterns `*` and `**` in the `mypy_path` configuration.
Should work the same way as it does for the `files` configuration.
**Pitch**
I have a monorepo, with a bu…
-
I think I discovered a bug in how `%run` works with argv. `%run` will expand glob patterns even when quoted.
### Demo:
First, in terminal:
$ touch foo.txt
$ touch bar.txt
The…