jwortmann

Results 131 comments of jwortmann

I haven't tested and have only skimmed over the PR, but it looks like you don't use the new API method that I added based on the discussion here. So...

Well I don't really know how Copilot works, but if this package is using LSP, then document syncronisation is still automatically handled by LSP (unless suppressed via `should_ignore`). So I...

> Is there a way to re-notify LSP to add file to session? I can either close and opens file (poor ux) or restart lsp-copilot Hm, I think there is...

It is evaluated with the "background_modifier" applied by the "sheet_contents" class from the theme. For example in *Default.sublime-theme*: ```jsonc { "class": "sheet_contents", "settings": { "inactive_sheet_dimming": true, "file_tab_style": ["", "rounded", "square"],...

Of course it is a theme setting, this is what I wrote above. The problem is, that mdpopups sets the background color for the whole contents. By doing this, ST...

Or alternatively you could probably set the background to the `html` or `body` tag. I guess that this color is what ST modifies when the inactive sheet dimming is active....

I tested it, and can confirm that inactive sheet dimming works if you apply the background to the `html` tag. But it does not work if you apply the color...

Yes, it will only work for the page background, not for code blocks. But this is the way it is implemented by Sublime Text, and I think there is no...

Thanks for the answer. Well, I would say that especially if the goal is to achieve best consistency for popups, then the color scheme's CSS should have the highest priority:smirk::...

Point 1. and 2. are clear to me, but I expected 3. to work differently. I indeed did wonder how it is even possible to let a plugins' CSS to...