Lucas Colombo
Lucas Colombo
This would be great. I usually find that there are certain rules that I just don't want to respect for certain files. Especially, for test files. When writing tests, we...
This one would be awesome. Or at leat let us choose from current branches isntead creating a new one as a default. So that we already created a branch from...
I don't think this is supported by vscode itself. You can, however, specify a parent/extension key ([see here](https://code.visualstudio.com/api/extension-guides/file-icon-theme#:~:text=(*)%20Some%20property%20keys,a%20different%20appearance%3A))... but not any (*) extension or file name. Also, I don't think...
Same error here. ```ts staticDirs: [ { from: "./../assets", to: "assets/" }, { from: "./../node_modules/@internal/icon-font", to: "assets/fonts" } ] ``` It works ok while serving it locally, but fails when...
I think that we can use the [new `sa_type`](https://github.com/tiangolo/sqlmodel/pull/505) now, in order to achieve this behaviour.
HI! Is this issue supposed to be solved already? I'm getting this message when trying to use Dynamic expression with typescript 5.3.3 ```ts const lang = await import( /* webpackMode:...
Any chance we can get this merged?
I was also looking for this one. I made mine by scratch to simplify the icon and make it look better at 16px which is the size of the icons...
> The bug is, that `glob` requires slashes, but `path.join()` creates backslashes on windows systems. In the file `src/utils/assets.ts`, function `loadPaths(dir)`, create `globPath` as `join(dir, `**/*.${ASSETS_EXTENSION}`).replace(/\\/g, '/');` and it should...
I'm experiencing this issue after updating from v0.7.21 to v0.7.31 (I was using this lib with `@types/...` definitions before). As of right now it seems completely unusable with typescript (I...