Benas Svipas

Results 30 issues of Benas Svipas

- Rename `nord.json` to `nord-color-theme.json`. It would show color palette, warnings/errors, etc. when the file is opened. - Remove `editorActiveLineNumber.foreground` it's deprecated in favor of `editorLineNumber.activeForeground`. - Replace deprecated `editorWidgetBorder`...

context-ui
scope-compatibility
context-workflow

- JS & TS scopes and styles are consistent. - Their order of scopes are the same and they both contain the same amount of scopes needed. This means TS...

context-syntax
scope-compatibility

**Interpolated string literals:** It's not working in TS because it doesn't contain `source.ts` and `source.tsx` here: https://github.com/arcticicestudio/nord-visual-studio-code/pull/114/files **JSDoc:** TS JS In my opinion it should be as it's in TS...

context-syntax
scope-compatibility

Hello, how to make this to NOT format, let it be in 1 line as it is i. e. here: ``` a { color: #fff; } ``` What rules do...

Hello, at-rule-empty-line-before ("always"|"never" and except "blockless-group" only), right now `blockless-group` is `blockless-after-blockless` at https://stylelint.io/user-guide/rules/at-rule-empty-line-before/

Hello, it will be cool to have auto fixing before formatting, like it is with `prettier`, which is JS formatting tool, but also it includes missing semicolons and so on....

If you take look at the screenshot you will see that `=` is misaligned and should be at lower position. Font in the screenshot is `Inconsolata SemiCondensed` based on this...

It would be really helpful if it could integrate directly into VS Code as an extension.

It would help a lot to see file icon near filename in Peek widget. Especially when you have `Service.ts` and `Service.test.ts`, you could easily distinguish between them, because of file...

feature-request
editor-symbols

Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: 1.71.2 - OS Version: macOS 12.6 - TS Version: 4.8.2 Steps to Reproduce: Make sure `jsxAttributeCompletionStyle`...

Bug
Help Wanted