mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-22 07:24:49 +01:00
feat: alpha to selections
This commit is contained in:
parent
ace46fe997
commit
f18898a1c5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue