* Invoke force:apex:test:run w/ '--resultformat ide' to include source link to stacktraces
* force:apex:test:run invocations back to 'human'; cache last test class and last test method to enable recently used re-runs for apex test code actions
* Hide 'Last' commands; use delegate to enable and redirect to appropriate command
* Fix 'Executed'
* Rename commands
* Use "Last Invoked" instead of "Last Executed"
@W-4709572@
* Stackframe name fixes
* remove the unused constants from FrameStateUtil that TSLint decided not to complain about until I submitted.
* Updates based upon feedback
* Updates based upon feedback pt2
@W-4684891, W-4685026@
This improves the development flow because one can prototype first. Currentlyall labels have to exist first before one is able to use them. With this change `!!! MISSING LABEL !!! label_key` is printed instead of failing with an error.Also, the error might go by unrecognized, which triggers a few cycles ofdeveloper time debugging the issue. (#295)
* Update CHANGELOG.md for v42.2.0
* Edit text; remove ISV debugging entry
* Fixed "Apex" capitalization and added a comma
* Removed ISV debugging command (the feature is hidden by default, and most of it isn't ready yet)
* Edited Find All References entry for similarity with previous Go To Definition entries
* Apex Test Run Code Actions - run all in test, run single test method
* Remove ps-node dependency
* Generalize Apex test run Code Action description
* Remove unused imports
* Add new signed jar
@W-4654445@
Find All References is now supported for Apex fields and properties.
This includes expression usages, declarations, and references through a field
to elements of another class
Add the apex-jorje-lsp.jar built in apex-jorje.
@W-4681566@
* Refactor frame states to use a single base class so any frame name modifications only have to be done in one place
* Add the copyright snippet to frameState.ts
Work Item: @w-4672633@
* Replay debugger fixes: Update the trigger parsing logic and add VF_APEX* event processing
* Update changes based upon comments and feedback
* fix that that lint problem with the alphebetized imports
* remove the updates from package.json
* Had some user error trying to fix *~ files getting added
Work Items: @W-4615757@ @W-4629779@ @W-4660881@ @W-4652923@
* Refactor dependencies to facilitate reuse
This allows us to export the singletons and classes to the other modules.
See https://code.visualstudio.com/docs/extensionAPI/vscode-api#_extensions
* Add SFDX: Create LWC Bundle command
* Fix linting error
* Reformat package.json
* Tighten checks around salesforcedx-vscode-core dependency
* Make context menu more context aware
* Tighten up message to say 'Overwrite'
* Fix test failures
@W-4642992, W-4326859@