burkeholland / llm-api-tutor-example

0 stars 0 forks source link

Improve decorations #4

Open burkeholland opened 3 months ago

burkeholland commented 3 months ago

Figure out how long decorations should be and in what color to account for different themes

isidorn commented 3 months ago

Agreed. Current green colour does not give enough contrast in dark theme.

Maybe just copy what Debug is using for inline decorations

https://github.com/microsoft/vscode/blob/main/src/vs/workbench/contrib/debug/browser/debugEditorContribution.ts#L62

isidorn commented 3 months ago

Also maybe use some emoji on the start of the suggestion. Maybe 🤖 or 💡

isidorn commented 3 months ago

Definetley longer than 25 characters. I would try with 50.