-
## Issue Description ##
Formatting with tab size 4, on a large file .razor (1500 lines), just displays formatting dialog for about two minutes, but nothing is formatted. With spaces, it works, but s…
-
## Environment data
`dotnet --info` output:
```
.NET SDK:
Version: 7.0.100
Commit: e12b7af219
Runtime Environment:
OS Name: Windows
OS Version: 10.0.19045
OS Platform: Window…
-
### Dafny version
4.8.1
### Code to produce this issue
```dafny
newtype Foo = bv64
// note: this problem appears only with bv64, not bv63, bv65, bv32, ...
```
### Command to run and resulting…
-
### Description
Got the following assertion when running multiple Psalm unit tests:
```
ext/opcache/jit/zend_jit_ir.c:1386: zend_jit_use_reg: Assertion `jit->ra[var].flags & (1
-
Guys/ladies, I'm having some trouble getting composer/language-server setup in Ubuntu Linux. This is the latest error in my quest to finish this apparently insurmountably difficult task. Granted I'm n…
-
## Issue Description ##
Request textDocument/semanticTokens/range failed on a razor page.
## Steps to Reproduce ##
Go to a razor page
## Expected Behavior ##
no error
## Actual Behavior ##…
-
On a laptop waking back up, the application reports the following error:
![image](https://github.com/user-attachments/assets/16a7d7e1-b4f8-42bd-a44f-24c321fde2f6)
This was the JSON port of the lan…
-
It seemed like the language server wasn't working while working in vs code outside of a dev container.
However I found that it needs npx to run:
```
Activating Jolie Language Server
starting "cmd.…
-
### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure i…
-
Type: Bug
I have 2 users A and B use SSH remote to Ubuntu to do development work.
If A's vscode works fine, then B's will not work. By not working, the code intellisense, project loading all failed…