-
I always wanted an extension that can unwrap complex types for me, but I can't seem to make it work.
VSCode version: 1.86.2
List of installed extensions:
alexcvzz.vscode-sqlite
bierner.github-ma…
-
With **Enable Preview From Code Navigation** turned on, navigating through multiple dependecy files will not get me get back in the same order.
##### Environment
- Operating System: WIndows 11
- …
-
Trying to run `powerpwn copilot-studio-hunter deep-scan` I got the following error. This is because the directory `helpers` doesn't get created and its content not copied.
```bash
vscode ➜ /worksp…
-
### Clear and concise description of the problem
I generate the icon types in icons.d.ts which include many icons about 3500 icons.
When I open the file, vscode crash and no respond.
### …
-
Hello,
I am trying to load a custom theme but I did not succeed yet.
The css file of the custom template is here:
```
/Users/username/css/rose-pine.css
```
So I have entered this as Theme …
-
### Bug description
- `quarto preview` redirects browsers to the actively edited ('saved') document: for any page saved across website projects.
- VSCode extension has a Preview button + a "Render…
-
Type: Bug
Images in html are broken.
VS Code version: Code 1.93.1 (38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40, 2024-09-11T17:20:05.685Z)
OS version: Windows_NT x64 10.0.22631
Modes:
System Info
|I…
-
### Summary
Prettier manages to reformat all kinds of files. ".mdx" files however are not formatted.
### Github Repository to Reproduce Issue
https://github.com/Signum/prettier-mdx-debug
#…
-
I am building a quarto markdown using a virtual environment(`venv`). When I run `quarto preview` using the preview button, it opens up a new terminal(which does not have the virtual environment activa…
-
I write some code in my markdown, but vscode cannot trnasform it to diagram. The code is like:
```mermaid
---
title: Excel
---
flowchart LR
A-->|action1| B
B-->|action2|C
A-->|action3|C
```