-
Type: Bug
# Behaviour
I have a Windows machine where VS Code is installed. The machine has WSL 2 (Ubuntu 22.04) where docker is installed.
I can successfully connect to WSL from my VS Co…
-
### Describe the bug
My project was working as expected in the Svelte VSCode extension (full intellisense, no reported errors), but the Vite dev server was throwing a `Not Found` error for any local …
-
### Describe your motivation
Currently Typescript event types are not discoverable through the API docs, we only ever use `CustomEvent`. A user needs to explicitely look at the type definitions or …
-
Most frontend project use tsconfig paths. And import scss like this `@import '@/style/theme';`.
```json
// tsconfig.json
{
"compilerOptions": {
"paths": {
"@/*": ["./sr…
-
Even though I added the configuration settings specified in the ReadMe, I am not able to trigger intellisense for all HTML attributes when editing a Twig file.
Example:
In an `HTML` file, I can ty…
-
> 插入
1、说明
- 插件建议不需要安装过多,挑选部分适合的按照即可
2、插件
名称 | 描述
------------- | -------------
[Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag) | 自动闭合H…
-
## In what area(s)?
/area runtime
## Describe the proposal
This is a working proposal mentioned during a recent conversation on Discord about my proposal for a new and specialized key/value store…
-
This has been discussed for [vscode-python extension](https://github.com/microsoft/vscode-python/issues/3073).
A command called `restartLanguageServer` has been [created](https://github.com/m…
-
I am using zig version 0.10.0-dev.4253+fa9327ac0 and zls commit 19fd17ff76d055606e2e9dde9e09dac7f9538430.
I have a VSCode workspace, the structure of which looks like this:
```
{
"folders": […
-
When using C# kernel with JupyterLab, signature help is not showing. I've found from other issues that it looks as if it has already been merged, but I can't see the signature help in my computer.
…