-
It would be nice to have markdown or rich text support in the text editor, which is currently plaintext. Markdown could be complicated, rich text might be easier, but I forget what Qt offers in regard…
-
Can we have a discussion around whether we can store metadata in a separate file? There are many file formats that allow for this option, especially when you have a massive dataset and you wish to exp…
-
Here is a minimum reproducible example:
```
---
title: "Presentation Ninja"
subtitle: "⚔with xaringan"
author: "Yihui Xie"
institute: "RStudio, PBC"
date: "2016/12/12 …
-
Section 7.3.1 begins with
Every new slide is created under a horizontal rule (---).
In order to get a new slide, the dashes have to be followed by a new line. It took me a bit of googling to di…
-
Hello folks!
I have the following `tasks.json`:
```json
{
"version": "2.0.0",
"runner": "terminal",
"options": {
"cwd": "${workspaceRoot}/Firmware",
"env": {
…
-
Hi! First of all, I just wanted to add the disclaimer that I don't know how/where else to report this. Couldn't find any issue lists to send to over at https://git.sr.ht/~sircmpwn/wshowkeys.
I susp…
-
Hello folks!
I have the following `tasks.json`:
```json
{
"version": "2.0.0",
"runner": "terminal",
"options": {
"cwd": "${workspaceRoot}/Firmware",
"env": {
…
-
I'm using [Ninja](https://ninja-build.org/) build system to build a C project. I'm using the extension [C/Cpp](https://github.com/Microsoft/vscode-cpptools). When i build the project with the Scan tas…
-
Hi team,
I'm using VS Code cpptools extension with CL.exe compiler backend, and I never understood why only GCC problem matcher exists in settings. I've created own problemMatcher, and using it for…
-
### Have you checked our Troubleshooting page for your issue?
- [X] I have checked the Troubleshooting page
### Is there already an issue for your problem?
- [X] I have checked older issues, open a…