-
Imagine you compile a C# program without a 'main' entrypoint, and it generates the error message
```
CSC : error CS5001: Program does not contain a static 'Main' method suitable for an entry point […
-
| | |
|--------------------|----|
| Bugzilla Link | [PR25180](https://bugs.llvm.org/show_bug.cgi?id=25180) |
| Status | NEW |
| Importance | P normal |
|…
-
How would one annotate that a function does not return anything in the current version of LuaLS? Note that this is subtly different from returning nil (https://stackoverflow.com/a/18526055/7376471).
-
Refs: https://github-com/microsoft/vscode-anycode/pull/38, https://github-com/microsoft/vscode-anycode/pull/39
- [ ] anyOS
- [ ] anyOS
Complexity: 3
---
Anycode has seen improvements that…
-
I was playing around with blacklisting files from displaying diagnostics (clang really doesn't like some system headers from newlib). Blacklisting files in the Config struct is exactly what is suppose…
-
The "change to" fix action does not use "rename" action, it only changed the identifier it was called on.
**System information**
Output of `clangd --version`:
```
clangd --version
Ubuntu cla…
-
The release notes say that enableTransforms has been renamed to transforms. This does not seem to be true. transforms does not work while enableTransforms still work.
-
After a code reorganization, many symbols may continue to be exported even though they are no longer referenced from another package. Just as it is helpful to report dead code within an application, i…
-
### Go version
go version go1.22.0 darwin/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/Users/alanxu/Library/Caches/go-b…
-
It's possible that some users might like to see diagnostics only when they save a file, rather than seeing them as they type.
It is also possible that some users may want to use `gopls` without seein…