Vasek - Tom C
Vasek - Tom C
Our `exclude` option in `WithMountedDirectory` and `Host.Directory` supports wildcard. I'm closing this issue.
Hey, thanks for your time and contribution :rocket: > Went a bit too fast on this one. I need to get the file from the workspace and not a dumb...
I'll take some time today to check your solution too
Okay I have understand the issue! Our is currently set to work with VsCode workspace, see [`initWorkspace`](https://github.com/dagger/cuelsp/blob/main/server/handler/initialize.go#L38) for details. The problem is that when you open a file using `code...
> When I mentioned File -> Open in my previous comment, I'm always opening a folder as my workspace Oh okay, so it's quite different, I'm on MacOS too but...
By @jedevc in https://github.com/dagger/dagger/pull/7081#issuecomment-2056371841 > Just dumping here for potential avenues for exploration (duplicating from discord): > npm install --package-lock-only step seems to take a lot of time - is...
In the setup, we have this sets of operations that additioned takes more than 3 seconds, what are theses? We also have 2 seconds dedicated to install `tsx` This is...
I did some test, trying to switch to `pnpm` but I keep hitting issues with `graphql`: https://github.com/pnpm/pnpm/issues/1715 I'm trying another strategie first, seeing if I can get rid of these...
I can see that with cached operations, it's going pretty fast so we can do 2 things: - Simplify the caching (the longest operation is, `npm install ./sdk` which is...
I made some tests in order to reduce the time of the dependency installation, it seems I can slightly reduce the time by only installing production dependencies. I really want...