-
Hi, as Adobe is about to abandon Brackets, have you considered porting you theme to VS Code? It's by far the best I've ever seen, especially for PHP/JS/CSS/HTML combo! The Monokai Dark Soda available …
-
Hey guys,
I'm trying to use onivim for daily Python development. However, the syntax highlighting for Python doesn't work correctly. Functions and function arguments are all red.
I've installed …
-
When opening VSCode color theme picker by opening the command palette (`Shift` + `CMD`/`CTRL` + `P`) and selecting "Preferences: Color Theme", the "Monokai Pro Light" and "Monokai Pro Light (Filter Su…
-
## Issue Description ##
Cannot use FileOptions to prevent Omnisharp from processing unwanted directories using the FileOptions. Also cannot prevent RoslynExtensions (Roslynator) from processing direc…
-
Since 1.43, VSCode themes can take advantage of [semantic highlighting](https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting).
Every theme controls whether semantic tokens ar…
-
Feature Request:
Dark Theme
or
Settings: Change Background Color
I think Tomboy is an amazing app and IT IS HIGHLY UNDERESTIMATED. So Thank You.
Working for long and at night the white b…
-
- MSSQL Extension Version: 1.25.0
- VSCode Version: 1.95.0-insider
- OS Version: Win 11 Pro 23H2
Steps to Reproduce:
1. Use **some** non-default themes
1. Enable in settings.json "mssql.enableRichEx…
-
I noticed that after upgrading to macOS Big Sur, the text in the editor while using the One Dark Syntax theme is always black.
![Screen Shot 2020-11-14 at 8 42 35 AM](https://user-images.githubuser…
-
**Describe the bug**
The keyword "case" and "endcase" do not match with each other in highlighting brackets. (Only the "case", other keywords like module, bracket, begin/end can be highlighted normal…
-
**My init.vim**
```
set relativenumber
set nu
set hidden
set incsearch
set scrolloff=6
set termguicolors
set shiftwidth=4
set tabstop=2
set softtabstop=2
syntax enable
set smartindent
set…