-
Hi there,
Could it be possible to provide a `goT|goF` mapping that opens a terminal|file manager at the project root ?
Thanks in advance
-
### Problem
When you navigate to your project sandbox via symlink and produce the compilation database file for clangd (compilation_commands.json) with this symlink path, the language server will wor…
-
## Expected Behavior
`dune build` properly installs `ocamlfind` and proceeds with building the package.
## Actual Behavior
Same error on my host machine (Gentoo) and docker Alpine or Ubuntu i…
-
### Description
SourceKit-LSP does not search in the relative path provided by the clangd config file's CompilationDatabase configuration.
https://clangd.llvm.org/config#compilationdatabase
Exa…
-
When I run
```
bazel run @rules_rust//tools/rust_analyzer:gen_rust_project
```
in my Bazel/Rust project, the generated `rust-project.json` contains an entry for an code-generated crate, but the …
-
### Describe the bug
Irrelevant `nuget.config` on parent directory makes build failure on project directory.
### To Reproduce
Create a solution directory
```
$ mkdir $HOME/Projects/some-project
```
I…
-
### Describe the bug
Though we know maintaining `cwd` is tricky, can we respect explicit `root` config such as this?
```ts
// packages/client/vite.config.ts
import { defineConfig } from 'vite…
-
My project settings are a little different from normal, but they look like this.
```
vite-project
├── dist
├── src
│ ├── about.html
│ ├── assets
│ │ ├── img
│ │ │ ├── image01.j…
-
Upon upgrade to `codecov/codecov-action@v5` from `codecov/codecov-action@v4`, the action begins to fail, citing `Token required - not valid tokenless upload`.
This appears to occur as a result of [th…
-
There should be a way around this.
Needs to be investigated.
Situation: I usually create ./py and ./r directories when working in multi-language projects
For example...
```
- project root
…