issues Search Results · repo:iTrace-Dev/iTrace-VSCode language:JavaScript
Filter by
9 results
(76 ms)9 results
iniTrace-Dev/iTrace-VSCode (press backspace or delete to remove)VSCode made a breaking update, where the require function is no longer available.
To fix, fs must be switched to Blob. This means that the file will not be automatically saved, and will instead prompt ...
Joshua2000B
- 1
- Opened on Nov 16, 2024
- #10
It appears there might be a small gap between each line. Tracking indicates those gaps are still on the line (below, I
think) but the column number is off. In many cases, it seems to indicate the column ...
bug
psybers
- Opened on May 1, 2023
- #8
Currently, having a zone widget open ( peek references ) will make the lines below it have incorrect row/column
information. It resets and starts showing correct information after a few lines, so this ...
bug
psybers
- Opened on May 1, 2023
- #7
When zoom level is set to anything other than 0, pixel density is off by some amount scaled to zoom level. This causes a
scaling effect when using the tracker (including mouse).
enhancement
swflint
- 1
- Opened on May 1, 2023
- #6
The eye tracker gives screen coordinates, so the vscode window needs to be in the top-left (0,0) corner of the screen to
map correctly.
If we can find the window s screen coordinates, we could map that ...
enhancement
psybers
- Opened on May 1, 2023
- #5
If a line word wraps, all line numbers after will be wrong.
A simple workaround is to disable word wrapping: editor.wordWrap : off in settings.json.
bug
psybers
- Opened on Apr 27, 2023
- #4
Right now every gaze event triggers a bunch of DOM lookup on the editor. Most of that data should be static and could be
cached. We can use MutationObserver to listen for DOM changes and invalidate the ...
enhancement
psybers
- Opened on Apr 26, 2023
- #3
If they look at the gutter on the left, column is negative.
If they look at the space at the bottom of the file after scrolling way up, line is larger than the file s total lines.
bug
psybers
- Opened on Apr 24, 2023
- #2
If you open a zone widget, such as with peek references :
img width= 935 alt= image src=
https://user-images.githubusercontent.com/1115390/234102631-d1b1e62c-e503-4ba3-89c0-382c262d8234.png
This will ...
bug
psybers
- Opened on Apr 24, 2023
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.