-
Issue Type: Bug
```javascript
/**
* any object
* @type {{x: number, y: number, z: number}}
*/
const position = {
/**
* Abscissa coordinates
*/
x: 1
}
position.x
```
…
-
*TS Template added by @mjbvz*
**TypeScript Version**: 4.3.0-dev.20210315
**Search Terms**
- hover
- IntelliSense
- escape
---
Issue Type: Bug
Quick access could not shown enum chines…
-
Type: Bug
2024-06-06 15:29:21.312 [info] Starting TS Server
2024-06-06 15:29:21.312 [info] Using tsserver from: c:\Users\rchiodo\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\exten…
-
Type: Bug
![Image](https://github.com/user-attachments/assets/b613cd72-fe74-4ac8-bfe8-a45221905a19)
VS Code version: Code - Insiders 1.93.0-insider (c2aa3c4625ed4b46448fa546ac5f2e93b0757718, 2…
-
Type: Bug
I recently upgraded my VSCode to v1.95, and due to this I have seen two issues:
- The settings sync was not working anymore. This is already handled on #232516
- The profiles are gone. I u…
-
Issue Type: Bug
If you have a 1 line JSDoc comment like `/** This is a JSDoc comment */` and press enter before the closing bracket (*/), VSCode will add an extra *, making it look like
```
/*…
-
Issue Type: Bug
May 24 18:02:34.056 INFO Get file handle: "C:\\Users\\piotr\\AppData\\Local\\Programs\\Microsoft VS Code\\bin\\code" (attempt 16)
May 24 18:02:46.543 ERRO Failed to create file handl…
-
Issue Type: Bug
Using VS Code with _Extension Pack for Java_ on my laptop. With the default scale, some combination of `editor.fontSize` and `editor.codeLensFontSize` causes the bottom of some wavy…
-
Hi
We are troubleshooting slow performance in our enterprise solution and by using ANTS Profiler we found some issues in the ReflectionService.
We are running version 3.1.6 and we are running .N…
-
Type: Bug
I'm using a Logi MX Vertical mouse, configured via Logi Options+ to use the buttons on the side to go Back/Forward.
1. Open any workspace and browse several files.
2. Maximize the win…