Problem Linting errors are not shown, while "simple" syntax errors are shown. In the GIF below, you can see that the undefined variable message1 issues a warning, while the missing positional argument for hello doesn't issue the expected...
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...
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). ...
// Specifies whether to provide a _commit details_ hover for all lines when showing blame annotations 2249 "gitlens.hovers.annotations.details": true, 2250 2251 // Specifies whether to provide any hovers when showing blame annotations 2252 "gitlens.hovers.annotations.enabled": true...
直到你看到Finished compilation with 0 errors after 108726 ms输出,说明构建成功了! 这时候不要关闭当前命令行,构建命令没有退出,它会监视vscode源码文件的变化,如果有变化,它会马上执行增量的构建,实时反映源码变化的结果。 新起一个命令行,执行./scripts/code.sh,windows下执行scriptscode.bat,此时会下载Electron。
// Set the error handler early enough so that we are not getting the // default electron error dialog popping up setUnexpectedErrorHandler(err => console.error(err)); // Create services const [instantiationService, instanceEnvironment, environmentMainService, configurationService, stateMainService, ...
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...
I also do not like the panel showing / hiding automatically when there is an error created / removed while editing. This will be annoying. I agree - I probably wouldn't want this to happen for errors that are reported by diagnostics / while typing. What I do want it for is errors fro...
What is strange is that all the logs you are showing are not strictly speaking SonarLint logs. This is language server protocol messages. Those messages should only be logged when you setsonarlint.trace.servertoverbosein the VSCode settings. ...
bug fix - do not report errors for Java files outside their project's classpath. See #456. bug fix - fixed high CPU usage on Windows. See JLS#378. bug fix - return SymbolKind.Method instead of SymbolKind.Function for methods. See JLS#422. bug fix - fixed java extensions started ...