Rafał Chłodnicki

Results 163 issues of Rafał Chłodnicki

I think commit.expandAllFiles option should be enabled by default. That is because I think it's not obvious that clicking the file names in the commit view does something. Making things...

Make use of auto-generated types from https://github.com/sublimelsp/lsp-python-types that utilize [`NotRequired`](https://peps.python.org/pep-0655/) for properties that might not be present. https://github.com/sublimelsp/lsp-python-types generates two separate files - `lsp_types.py` and `lsp_types_sublime_text_33.py`. Former uses new class...

I've noticed that this weird thing is happening with code lens annotations on moving the cursor: https://user-images.githubusercontent.com/153197/190275044-6db9ace3-c2c1-4097-a741-eefe14cb14ba.mov - there is no relevant communication with the server on moving the cursor...

**Describe the bug** When having `show_diagnostics_panel_on_save` enabled, the panel will open only if the current file has diagnostics (diagnostics in other files are not considered) but when it does open...

enhancement

**Is your feature request related to a problem? Please describe.** In PRs like https://github.com/sublimelsp/LSP-rust-analyzer/pull/71 people add new settings to be used within the package's plugin (rather than by the server...

enhancement

A small refactoring of the logger. Mainly to be able to log certain messages like: ``` if (this.isLoggingEnabled(configuration)) { if (tsServerLogFile) { this._logger.logIgnoringVerbosity(LogLevel.Info, ` Log file: ${tsServerLogFile}`); } else {...

### Version 2.7.10 ### Reproduction link [https://codesandbox.io/s/vue](https://codesandbox.io/s/vue) ### Steps to reproduce The message: https://github.com/vuejs/vue/blob/0f1d7ae29a1d785a2979dc640aa5f5cecf83cf85/packages/compiler-sfc/src/stylePlugins/scoped.ts#L132-L133 also triggers in this case: ```vue :deep { h1 { content: ''; } } ``` Notice...

### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...

bug
package: eslint-plugin
accepting prs

- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) - [x] I am using the latest version of `npm-check-updates` - [x] I am using `node >= 14` --- ## Steps to...

enhancement

https://docs.sublimetext.io/reference/commands.html#commands There is a colon starting the first paragraph of command description. Is this some formatting marker that went wrong, convention or just a bug? ![Screenshot 2022-09-07 at 08 07...