文件最后提交记录最后更新时间
style: stylistic changes 3 个月前
feat(coding-agent/lsp): added SwiftLint linter client with JSON reporter and bash.virtualTerminal setting - Added SwiftLint linter client with JSON reporter support for Swift file linting. - Changed SwiftLint configuration to use 'lint' command with JSON reporter for structured output. - Changed bash.virtualTerminal default setting from 'on' to 'off' for standard non-interactive execution. - Implemented SwiftLintClient with lint() method that executes swiftlint with JSON output and converts violations to LSP diagnostics. - Added bash.virtualTerminal settings option with 'on' (PTY-backed interactive) and 'off' (standard non-interactive) values. 3 个月前
feat(lsp): added diagnostic versioning to suppress stale LSP results - Added LSP diagnostic versioning support to track document versions and suppress stale diagnostics. - Added options parameter to waitForDiagnostics and getDiagnosticsForFile with version filtering capabilities. - Enabled versionSupport in LSP client capabilities to receive diagnostic version information from servers. - Added test coverage for stale diagnostic suppression scenarios in LSP diagnostic freshness. 1 个月前
feat(coding-agent/lsp): added SwiftLint linter client with JSON reporter and bash.virtualTerminal setting - Added SwiftLint linter client with JSON reporter support for Swift file linting. - Changed SwiftLint configuration to use 'lint' command with JSON reporter for structured output. - Changed bash.virtualTerminal default setting from 'on' to 'off' for standard non-interactive execution. - Implemented SwiftLintClient with lint() method that executes swiftlint with JSON output and converts violations to LSP diagnostics. - Added bash.virtualTerminal settings option with 'on' (PTY-backed interactive) and 'off' (standard non-interactive) values. 3 个月前