Yang Qiaoyang

Results 10 issues of Yang Qiaoyang

When I type `Shift + F5`, it will start a new terminal with the position of `CMAKE_RUNTIME_OUTPUT_DIRECTORY` which will also be the `cwd` of running target. I wonder how can...

question
Feature: settings

![W6V~}VBVV HVO``1(B{TO O](https://user-images.githubusercontent.com/58961498/182278745-2ad1ec21-422e-4bb1-a050-c5882d16c69f.png) 重启后一直是这副样子

Suppose I define a function like following: ``` int add(int a, int b); ``` and when I type add and press enter, the plugin would complete my code like this:...

enhancement

when I use the plugin to create the implementation of the very first function declaration of a header file with a header guard, part of the header guard exists along...

bug
help wanted

在您的功能设计里,买家并没有给自己充值的功能,导致新注册用户的购买操作总是失败。

The original snippet was: ``` @change="emit('change', event.target.value)" ``` I guess you are trying to type `$emit` but the `$` was recognized as a symbol for placeholder. You can use `\\$`...

### Problem When I define a macro in a header file and try to type that macro using auto completion in the same header file, clangd will include the header...

bug

I encountered a fuzzer error when fuzzing [apache/apr](https://github.com/apache/apr) in official docker environment. I build `apache/apr` with the following commands,where `/fuzz/targets/apr` is the prefix of install location. ```bash ./configure --prefix=/fuzz/targets/apr make...

I install the extension in vscode wsl environment, and it crashed when I click the generate button. It just prompts with "Detecting Project language..." and go silent. I use ubuntu...

As I issued in [WSL issue](https://github.com/microsoft/WSL/issues/12235#issue-2632912861). I guess there is something wrong with docker completion config in `zsh4humans`.