Jason Williams

Results 72 issues of Jason Williams

In Boa we had an issue of ```js const a = /,\;/` ``` causing a panic, due to regress triggering a "Invalid character escape" panic. However this seems to be...

Also, can we make sha256 the default Hash too? (i can do this in a separate pr)

Hey @jeff-hykin I was looking into tree sitter for VSCode. Do you know if my thinking was on the [right track](https://github.com/microsoft/vscode/issues/50140#issuecomment-1086918405)? My understanding is that for things to not break...

We have [updated](https://github.com/tc39/tc39.github.io/issues/290) the website to use the API from this to power the proposals section. However this means we've lost some features from before. Here's what's missing. - Presented?...

`loglevelnext` is causing us some issues, until i realised we're using version 1.0.1, this is very old. loglevelnext is now on version 3.0.1 https://github.com/shellscape/loglevelnext/blob/master/package.json Can you move to this version?

### What is the problem this feature will solve? Currently you can't mock external or built-in modules which makes it difficult if you code imports a module that may run...

feature request
test_runner

Like the title says really. Sometimes I have both Chrome and Node attached and I'm not sure which one the Realtime Performance is showing. Should there be a label plus...

feature-request

There are scenarios where an object is updated but I'm unsure what updated it or when it happened. It would be nice to have something similar to Firefox's [Break on...

feature-request
upstream

So we have an issue where after selecting multiple occurrences (within a range) you can't then search between them. The obvious method is to execute: ```js vscode.commands.executeCommand('editor.action.addSelectionToNextFindMatch') ``` But sadly...

Currently all keybindings are hardcoded into the extension. There should be the ability to parse the config.toml file and get the keybindings which can be changed. Or maybe some config...

enhancement