jeffb-sfdc
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...
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"`)...
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...
### 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...