jeffb-sfdc

Results 14 issues of jeffb-sfdc

At the moment, one specifies where there extension's code is located by setting the `extensionPath` setting in `wdio.conf.ts`, and this location is the path to the extension's source files. We...

help wanted

Our extension implements a few code lenses, and most of our code lens providers emit two code lenses per provider. (eg a single row with `"Run code | Debug code"`)...

help wanted

I'm writing a test which is automating the Explorer's tree view. I obtain the items in the view like so: ``` const treeViewSection = await sidebar.getContent().getSection('MY-PROJECT'); await treeViewSection.expand(); const visibleItems...

bug
help wanted

### Summary While working on https://github.com/forcedotcom/lightning-language-server/pull/505, @klewis-sfdc discovered that if a LWC project hasn't had its dependencies installed (`npm install`) that when `compileSource()` calls `transform(source, fileName, options)` (in compiler.ts), that...