Matt Bierner
Matt Bierner
Please share steps to reproduce this issue
Share how to reproduce this using a cold fusion code snippet (along with extension to install to intellisense in the first place)
Please share steps to reproduce the problem
1 issue per issue please. Let's use this one to track the font size request
This branch has the work in progress changes: https://github.com/mattbierner/vscode-docs-view/tree/web-enable The Shiki update is causing a lot of pain currently. Specifically theme loading kind of is busted. I likely won't be...
My use case of the Giphy api is pretty simple: just the search api with the public key ([example project](https://github.com/mattbierner/cube-gif)). The project is also using webpack for building, so it...
Sorry I missed this PR when it was first opened Not sure I follow the proposal. We need to re-implement syntax highlighting using shiki as this isn't provided by VS...
Simple benchmark shows that striding has little benefit on its own: http://jsperf.com/strided-array-iteration It could enable more optimizations though so perhaps still worth investigating.
Without additional logic, function declarations mess this up because they are inited before running code (unlike vars which just create empty bindings) and capture their unique local environment. Function declarations...
decodeURI decodeURIComponent encodeURI encodeURIComponent