feat: alpha to selections

This commit is contained in:
əlemi 2024-09-07 02:14:12 +02:00
parent ace46fe997
commit f18898a1c5
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -47,6 +47,7 @@ export class UserDecoration {
borderWidth: '1px',
borderStyle: 'solid',
borderColor: this.color,
backgroundColor: this.color + '44', // add alpha
});
const range_start: vscode.Position = new vscode.Position(event.startRow, event.startCol); // -1?
const range_end: vscode.Position = new vscode.Position(event.endRow, event.endCol); // -1? idk if this works it's kinda funny, should test with someone with a working version of codemp