-
```
ErrorException: Method ReflectionParameter::getClass() is deprecated in /Users/karsten/.vscode/extensions/felixfbecker.php-intellisense-2.3.14/vendor/phpdocumentor/reflection-docblock/src/DocBloc…
-
### Dafny version
nightly 4/25/24
### Code to produce this issue
```dafny
newtype V = bv64
trait Op {
//function op(t:T):T // no problem with this
function op2(t0:T,t1:T):T // this trig…
-
This only affects development, not the end user.
To duplicate:
With `languageserver` not installed:
devtools::load_all("languageserver")
devtools::test("languageserver")
Output is…
-
LS.jl crashed with this stacktrace:
```
ERROR: Tried to set a text with an embedded NULL as the document content.
Stacktrace:
[1] applytextdocumentchanges(doc::LanguageServer.Document, tdcce::Lan…
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
- Issue Type: `Bug`
- Extension Name: `php-intellisense`
- Extension Version: `2.3.14`
- OS Version: `Windows_NT ia32 10.0.19042`
- VSCode version: `1.52.1`
:warning: We have written the needed…
-
```
┌ Error: Some Julia code in the VS Code extension crashed
└ @ Main ~/.vscode/extensions/julialang.language-julia-1.48.1/scripts/error_handler.jl:15
ERROR: BoundsError: attempt to access 0-eleme…
-
Hi, I'm using a MacOS and Julia 1.9.4 with VS code's latest version of Julia extension.
I'm using Julia on by daily basis, but one day (about 2 weeks ago) I opened vs code and got a message about …
-
Environment:
SonarQube Community, version 9.4.0.54424
1C (BSL) Community Plugin 1.10.0
Community Branch Plugin 1.11.0
Error description:
96% [======================================> ] 2161/…
-
### Dafny version
4.6
### Code to produce this issue
```dafny
newtype T = bv1 {
static const c := 0 as T
}
const c := T.c
```
### Command to run and resulting output
```code
…