Граф коммитов

422 Коммитов

Автор SHA1 Сообщение Дата
Chris Wall 0e33d72b6f Source link support for test failures (#308)
* 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@
2018-02-20 16:43:58 -08:00
Nick Chen 6f86c82cdf
Add revised codeActions (#312)
@W-4709572@
2018-02-20 07:51:35 -08:00
Nick Chen 8abdc3baaf
Add LWC Bundle test (#309)
@W-4656757, W-4562973@
2018-02-16 10:14:34 -08:00
James Sweetman 9bcd48dd33
James/uber command task (#303)
@w-4673248@
2018-02-14 14:48:03 -08:00
JimSuplizio 6da6f9ee67 Stackframe name fixes (#300)
* 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@
2018-02-13 18:40:34 -08:00
Gunnar Wagenknecht 8c7dc77795
Don't fail for missing labels
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)
2018-02-11 19:55:02 +01:00
Luis Campos 06292389c7 Merge branch 'release/v42.2.0' into develop 2018-02-10 12:33:25 -08:00
Luis Campos 8bf63af9e6 Reformat for lerna 2018-02-10 12:25:22 -08:00
Luis Campos 2e5f256669 Updated SHA256 2018-02-10 12:25:22 -08:00
Luis Campos 7efdd12f3b v42.2.0 2018-02-10 12:23:57 -08:00
lcampos 5dbecc0b38
Fix UI test failures from VS Code 1.20 (#301)
* Fix UI test failures from VS Code 1.20
* Switch getHtml for getText for console output

@W-4691478@
2018-02-09 18:04:55 -08:00
Nick Chen e28de1f57e
Use LWC 0.16.4 (#299) 2018-02-09 09:07:23 -08:00
Nick Chen edadf14a90
Explain that this extension is under closed pilot (#298)
* Explain that this extension is under closed pilot
* Add the preview: true to LWC
2018-02-08 09:37:34 -08:00
Ruth Sears-Blazej 0d0f37e70c
Fix release date for 42.2.0 2018-02-08 08:17:49 -08:00
Ruth Sears-Blazej 7c6e8c82db
Ruth/docs for v42.2.0 (#297)
* Add docs for running Apex tests

@W-4654445@

* Add docs for Find All References

@W-4681566@
2018-02-07 15:25:54 -08:00
Ruth Sears-Blazej f39abd846b Add Apex test run GIF (#296)
@w-4654445@
2018-02-07 14:55:47 -08:00
lcampos 28ffb3a9c9
Update CHANGELOG.md for v42.2.0 (#294)
* 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
2018-02-07 10:11:29 -08:00
Nick Chen 79a6b0c254
Update LWC to 0.16.3 (#293) 2018-02-06 16:43:02 -08:00
Chris Wall 9edcf7d701 Apex Run Test Code Actions (#291)
* 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@
2018-02-05 17:51:03 -08:00
GaryFNC 59f536d2b6 Add References support for Fields and Properties (#292)
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@
2018-02-05 16:59:11 -08:00
Nick Chen 6d493c4413
Upgrade LWC language server (#289) 2018-02-05 07:16:01 -08:00
Gunnar Wagenknecht 3ae33f4cdd
New Command for Bootstrapping a project for ISV debugging (#282)
@W-4543894@
2018-02-05 13:36:21 +01:00
Nick Chen 74f153f69d Check for .code property before proceeding
@W-4635151@
2018-02-02 16:26:17 -08:00
Jonathan Widjaja fff35ac833
Print USER_DEBUG messages to console with link to source (#284)
@W-4549446@
2018-02-02 14:34:23 -08:00
JimSuplizio 4e4122c8d5
Refactor frame states to use a single base class so any frame name mo… (#285)
* 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@
2018-02-02 10:01:11 -08:00
Nick Chen 4fa094af08
Upgrade the LWC Language Server (#283)
* Add scripts for publishing vsix
* Use fsPath for this to work on Windows
* Add our own URI converters – this handles https://github.com/Microsoft/vscode-languageserver-node/issues/105
* Latest version of LWC language server with windows fixes

@W-4672369@
2018-02-02 08:04:59 -08:00
James Sweetman 955e4e1e4d
[WIP] James/set trace flags (#264)
@w-4543826@
2018-02-01 14:36:23 -08:00
JimSuplizio 0e28f485c2
Replay debugger fixes: Update the trigger parsing logic and add VF_AP… (#281)
* 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@
2018-02-01 07:16:59 -08:00
Jonathan Widjaja 91f116109e
Replay Debugger steps in/out/over (#279)
@W-4549465@
2018-01-31 14:14:27 -08:00
Nick Chen 5eb8a1e733
Add SFDX: Create LWC Bundle command (#277)
* 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@
2018-01-29 17:39:00 -08:00
Nick Chen 7ab73f4df1
Add environment variables (#278) 2018-01-29 07:44:01 -08:00
Nick Chen bb2a47a0f8
Start circleci 2.0 with npm run vscode:package 2018-01-28 10:36:43 -08:00
Nick Chen e7937d58c7
Update LWC language server (#275)
* Update LWC language server
* Use the name LWC consistently
* Update eslint and eslint-plugin-lwc

@W-4566198@
2018-01-26 12:19:02 -08:00
Luis Campos 21d42545c8 Merge branch 'release/v41.18.0' into develop 2018-01-25 09:14:30 -08:00
Luis Campos 2c135073c6 Reformat for lerna 2018-01-25 08:56:23 -08:00
Luis Campos 01f718359d Updated SHA256 2018-01-25 08:56:23 -08:00
Luis Campos 0867b26c41 v41.18.0 2018-01-25 08:55:06 -08:00
Ruth Sears-Blazej 9abb9f65eb
Explain how to change the success message display (#274)
* Explain how to change the success message display

@W-4440104@

* Incorporate Emily's feedback

@W-4440104@
2018-01-24 13:36:45 -08:00
Jonathan Widjaja 2d74305aca
Replay Debugger stops on line breakpoints (#268)
@W-4549440@
2018-01-23 19:33:45 -08:00
lcampos 26a7ca7f36
Update CHANGELOG.md for v41.18.0 (#273)
* Update CHANGELOG.md for v41.18.0
2018-01-23 16:44:28 -08:00
JimSuplizio 202f59a116
Fix for W-4642970, update the lwc icon. (#272)
@W-4642970@
2018-01-23 09:31:12 -08:00
Nick Chen f7e333b4a8
Bundle eslint and eslint-plugin-lwc (#270)
* Bundle eslint and eslint-plugin-lwc
* Fix eslint
* Only activate for SFDX projects

@W-4615981@
2018-01-22 11:52:22 -08:00
JimSuplizio c65d8ea297
Refresh the Salesforce VSCode Project Icons (#269)
@w-4602071@
2018-01-22 10:32:19 -08:00
Nick Chen 06d6fea2e8
Update the way we publish (#266)
* Clarify the steps for publishing
* Also include top-level package.json for formatting
* Use process.exit()
2018-01-18 16:40:04 -08:00
Jonathan Widjaja d188b30acc Merge branch 'release/v41.17.0' into develop 2018-01-18 10:01:03 -08:00
Jonathan Widjaja 79f1319798 Updated SHA256 2018-01-18 09:54:40 -08:00
Jonathan Widjaja 73e07e088b v41.17.0 2018-01-18 09:53:31 -08:00
Nick Chen 2b847338da
Upgrade LWC to use 14.0.1 (#261) 2018-01-17 16:51:38 -08:00
lcampos 49a64b5aad
Update changelog for v41.17.0 (#263) 2018-01-17 14:36:29 -08:00
lcampos f5c0ff099b
Add extension setting to control showing cli success messages via inf… (#259)
* Add extension setting to control showing cli success messages via information messages or status bar.
2018-01-16 17:25:26 -08:00