monokai-pro-vscode
monokai-pro-vscode copied to clipboard
Issue tracking for Monokai Pro for Visual Studio Code
I know it's not the most popular thing these days. But we've all been there, working on that legacy project some third party vendor worked on many years ago. Which...
Thank you for your theme. I use it private and in my office. What i would like are a specified spec.ts file icon. This would help to distinguish faster between...
Unless you are from the future ;) I would consider switching to ISO 8601 formatted dates.
Ever since VSCode 1.88.0 on Mac, the error squiggles for Monokai Pro themes have been drawn in this funny way on top of other words. Other themes draw the squiggles...
When I try to call a function, the parameters suggestions are too complicated to read 
```tsx import React from 'react' import styled, { css } from 'styled-components' interface Props { background?: string text?: string } interface StyledSpanProps { background?: string } const StyledSpan = styled.span(({background})...
when vscode set"explorer.fileNesting.patterns" to config fileNesting group, the foled theme icon is inoperative, like this: 
The problem has be mentioned in https://github.com/Monokai/monokai-pro-vscode/issues/173#issue-577287699 and https://github.com/microsoft/vscode/issues/99425#issue-631358442. The reason is missing two color configuration: `interactive.activeCodeBorder` and `interactive.inactiveCodeBorder`. You can fix it by adding the following configuration in the...
I noticed that when using Monokai Pro themes that I am unable to see the progress bar that is normally seen with other themes when using [`window.withProgress`](https://code.visualstudio.com/api/references/vscode-api).
I've been using MonokaiPro in every editor that I've had as my go-to for coding, from Sublime to VSCode, and now moving to Zed. It would be incredibly nice to...