V@no

Results 50 issues of V@no

Is there a toggle or remove specific highlight?

In dev mode electron version shown instead of application version. Perhaps the version should be pulled directly from `package.json` or at least let the developer override it. For now I'm...

What is the point of having 2 identical copies of the same file - at original location and backup directory? I mean, for a true auto backup the current file...

When option "When I show popup for an unloaded tab, load it immediately" is enabled, TS popup shows during the tab load, but once loading is complete the TS popup...

Warning: reference to undefined property window.getComputedStyle(canvas, null).MozTransitionDuration Source file: chrome://tabscope/content/overlay.js Line: 433 ---------- Warning: reference to undefined property window.getComputedStyle(this.popup, null).MozTransitionDuration Source file: chrome://tabscope/content/overlay.js Line: 412 These two lines do nothing,...

Is there a way add additional classname(s) to the colorpicker? Right now the popup has only `class="cp-color-picker"` I'd like to add `class="cp-color-picker popup"` Thanks.

How do we add viewport coordinates to the dxf, so the drawing is centered on screen when opened?

The release package should only contain files that required/used by the script, not the files required to "compile" the script. There are bunch of `.lock` and `.json` files, these are...

undecided

Type: Bug Create a workspace with the following settings: ``` { "settings": { "workbench.colorCustomizations": { "activityBar.background": "#ab307e", "statusBar.background": "#832561", "titleBar.activeBackground": "#832561", }, } } ``` Sync settings to your account,...