Bojun Ren
Bojun Ren
I have a tiny question at this point. How can I input a symbol like this? Thanks very much!
### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...
### Describe the bug When aliasing `echo`, the suggestions become strange. ### To Reproduce Steps to reproduce the behavior: ```sh % zsh -df % source path/to/zsh-autosuggestions.zsh % alias echo='echo 123'...
TL;DR: Go to "Detailed Changes" This PR reverts disapproved #223, improves Python semantic highlighting features, with #232 finished. #223 happened to remove the highlight of `self` keyword, which is mentioned...
As I've mentioned in https://github.com/wesbos/cobalt2-vscode/pull/223#issuecomment-1650317848, PR #223 seems to remove highlight of the conventional parameter `self` in Python. Hello @SmitAkbari26 , I find this merge make `self` parameter lose its...
Fix #213. To integrate jdk at user home, set `java_macos_integration_in_home = yes`.
我注意到潮流周刊的图片都是硬编码为 `width="800"`,平日里我用 Emacs 查看周刊的时候图片总是渲染过大。如果方便的话,希望能够修改一下!感谢!
The following TOML input should be invalid: ```toml [[foo]] a = true [foo] b = false ``` But toml-rb parses it and returns `{"foo"=>[{"a"=>true, "b"=>false}]}`.
**Describe the bug** mbbill/undotree uses an extra buffer to show diff information like this:  The buffer appears on the tabufline, which is expected. However, when the undotree is toggled...
Hello, I have a simple question: why `ls --color=auto` show no colors in vterm, while `ls --color` does render colors? It happens for BSD (macOS version) ls but not for...