1m188
1m188
I chose the setting named "Leetcode: Show Description" with "Both", that I want can see the whole question description both in webview and file comment, but there are something wrong...
[Bug Report] Regarding the Specification of Icons I am using pyinstaller 6.4, and when there is an underscore "_" in the generated name specified using the --name parameter, the designated...
### Brief Issue Summary When using the launch target feature of the cmake plugin, the cmake plugin will start a terminal and then run the target directly. But I'd like...
I use the VSCode plugin to format my Python code, so I won't install yapf separately when creating a new environment. However, for formal projects, a yapf configuration file is...
比如说这个配置: ```json "leetcode-problem-rating.filePath": { "default": { "folder": "", "filename": "${id}.${kebab-case-name}.${ext}" }, "golang": { "folder": "LC${id}", "filename": "LC${id}.${ext}" }, "rust": { "folder": "../src/bin/", "filename": "lc_${id}.${ext}" } }, ``` 里面的在rust一栏中,id一项并不支持 id.replace(/[^a-zA-Z0-9]/g, '-')...