Pablo LION
Pablo LION
  I don't know the mechanics but it seems all the hidden `.com` are highlighted(for multi-cursor) and the hidden words are still taking the position that affects word wrap....
  Tried turing `editor.renderWhitespace` to other options and reload vscode window. Not working. Expect the table to show correctly. VSC version Version: 1.64.0. Commit: 5554b12acf27056905806867f251c859323ff7e9. Date: 2022-02-03T04:20:22.135Z (1 wk...
I noticed that you are continuing your work on node.js. What's your opinion on [denojs](https://deno.land/)? Is it hopeless?
It's really nice to have an extension to lint my code but very recently my prettier VSCE stopped working correctly ### Summary After updating VSCode to the latest version (maybe...
## Why When installing `madge` with `yarn` and `node v18.2.0`. This error was thrown ``` error [email protected]: The engine "node" is incompatible with this module. Expected version "12.x || 14.x...
## What's the problem When having multiple instance with same localStorage entry, only one of them will sync with localStorage. ## Expected behavior All instances will sync with localStorage as...
## Issue The regex engine is not clearly explained. ## Background I'm using some long abbreviation for my personal use with this extension and trying to ingore fully uppercase words....
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I open a HTML file and it reports `Possible typo: you repeated a whitespaceLanguageTool`[WHITESPACE_RULE](https://community.languagetool.org/rule/show/WHITESPACE_RULE?lang%3Den)., because of...
Before finishing the ergonomic part of Wide64 arithmetic in https://github.com/algorand/pyteal/pull/541, the basic opcodes should be implement first. ## Goal Here I'm trying to add `addw`, `mulw`, `divw`(exsited), `divmodw`. And maybe...
Rewriting...