I enabled the vscode plugin (not in connected mode) and I noticed the following: Some of the errors found by sonarlint show up in the “Problems” tab of vscode while others (I assume lower level ones, like info) don’t (they only show as near invisible wavey lines under the code). ...
What do you mean by saying it's a view-only filter? That the filter just changes what is shown in the Problems panel? As you can see in the screenshot, I have Show Errors checked in the Problems view, and it still isn't showing errors from the current file. sandy081 added error-l...
Type: Bug This background task problem matcher shows only 2 problems: { "label": "background", "group": "test", "type": "shell", "command": "cat data.txt", "isBackground": true, "problemMatcher": { "owner": "Unit tests", "fileLocation": ...
This wouldn't help for cross-file problems though, so if added I think it would need to be in addition to (optionally) popping the problems panel. Gama11 commented on May 19, 2017 Gama11 on May 19, 2017 Contributor I also do not like the panel showing / hiding automatically when ...
"outline.problems.enabled": true, 1816 1817 // Colorize Quokka output 1818 "quokka.colorizeOutput": true, 1819 1820 // Quokka gutter indicators colors (requires a restart after change) 1821 "quokka.colors": { 1822 "covered": "#62b455", 1823...
"problems.decorations.enabled": true, // 启用后,状态栏中将显示当前问题。 "problems.showCurrentInStatus": false, // 启用/禁用导航路径。 "breadcrumbs.enabled": true, // 控制是否及如何在“导航路径”视图中显示文件路径。 // - on: 在导航路径视图中显示文件路径。 // - off: 不在导航...
The popup you are showing is almost certainly caused by VS Code itself, not the extension. Can you try to remove the extension and see if you face the same issue? (just opening the GitLab repo in VS Code). Thanks, you are correct. I noticed that this is not related to this extensio...
Fix problem with errors not showing up for import when no jupyter installed. (#3958) Fix tabs in comments to come out in cells. (#4029) Use configuration API and provide Resource when retrieving settings. (#4486) When debugging, the extension correctly uses custom .env files. (#4537) Ac...
hedietchanged the titletoggleLogPointcommand does not toggle logpointMay 16, 2020 I would love if logpoints could be made easier to use and more fun to work with. I see the following problems in the current implementation: It is hard to see the expression of an existing logpoint. You hav...
文件——>首选项——>设置在设置搜索栏上输入Editor:WordWrap,然后找到下图中黄色框起来的位置,选择on如果显示无法正常写入,则可以强制写入:找到settings.json文件打开文件后,将“editor.wordWrap”: “on”,写入文档中,入下图所示。 Vscode下 Live Server 的使用 ...