Eric Amodio
Eric Amodio
Sets up webpack & launch config to support webview debugging in VS Code
Hi -- I'm trying to upgrade to v3, but I can't seem to get the new version to work in concert with the `CopyWebpackPlugin`. Basically I'm moving a bunch of...
Compatibility with clean-webpack-plugin (or just any plugin to clean the build dir before the build
Related to https://github.com/GoogleChromeLabs/size-plugin/issues/6 but different in that I only want the data to be cached right at the start, so that a clean build can still be performed. Also I'm...
In the example code you showed loading the js file by getting its uri directly from the `node_modules` folder. That should be avoided, as we want extensions to be bundled...
Rather than parsing files yourself, you can leverage the language server support built into vscode. By using the complex command [`vscode.executeDocumentSymbolProvider`](https://code.visualstudio.com/docs/extensionAPI/vscode-api-commands) vscode will provide all the document symbols found in...
The typings seem to say it's a `boolean` but the code seems to check for `=== 0`. Which also seems backwards -- since setting `direct` to `0` enables direct dependency...
Currently you can't edit a link in the Bubble theme -- the tooltip appears clickable (shows pointer cursor -- not sure why exactly as I don't see in the the...
### Discussed in https://github.com/gitkraken/vscode-gitlens/discussions/2148 Originally posted by **EloB** August 16, 2022 The feature I'm after is a way to create a branch from "Staged Changes" where you can choose another...
### Pre-Checks - [X] Check that there isn't [already an issue](https://github.com/elk-zone/elk/issues) that reports the same bug to avoid creating a duplicate. - [X] Check that this is a concrete bug....
**Describe what happened:** This is probably similar to #1333, but `languages.registerHoverProvider` registered by the guest on `vsls` schemes doesn't provide a callback to `provideHover`. I'm trying to get GitLens inline...