-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fake pull request #1975
Closed
Closed
fake pull request #1975
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…m#1609) * add documentation for vscode remote development with sfdx * Correct docker to Docker * Remove warning about java path
# Conflicts: # docs/articles/user-guide/remote-development.md
…orcedotcom#1621) * Troubleshooting addition for setting cli path Added steps for verifying and setting the salesforce cli path on windows. * Fixed wording and link * PR changes Added spacing so pictures would follow proper format * Adjusted image alignment
@W-5804153@ @W-5803883@
…ows (forcedotcom#1631) * Troubleshooting addition for setting cli path Added steps for verifying and setting the salesforce cli path on windows. * Fixed wording and link * PR changes Added spacing so pictures would follow proper format * Adjusted image alignment * Review CLI Path in Windows update
* fix 'Authorize a Dev Hub' behavior * fix lint issues * update to meet code review suggestions * fix code review suggestions * fix lint error * add tests * add another test * update tests to align with code review suggestions * update tests to align with code review suggestions * refactor 'this' context * reformat code using the Prettier extension
* Updated docs design for DSC * docs path * updated paths * netlify url rewrites & redirects * change ruby version
* Updated docs site UI for DSC (forcedotcom#1638) * Updated docs design for DSC * docs path * updated paths * netlify url rewrites & redirects * change ruby version * updated generator script, readme info
* Changelog for v46.14.0 * Added docs change. * Review Changelog * Changelog changes
# Conflicts: # docs/README.md # docs/_includes/footer.html # docs/_layouts/default.html # scripts/update-docs-externals.js
@W-6425138@
@W-6587405@
@W-7153501@ Co-authored-by: Daniele Piccone <mild.taste@gmail.com>
Set SFDX_TOOL on all CLI commands invoked by vscode extensions. The CLI will record that envar to appinsights so we can see what percentage of commands are invoked by vscode.
* Autocomplete methods as snippets to allow tabbing between parameters * Remove global namespaces for member context to provide more relevant completions * Provide documentation during autocompletion for symbols that have docstrings * Update format of hover documentation to include syntax highlighting
…n test suite (forcedotcom#1908) * Updated lightning and lwc lsp to 2.2.7 * Fixed test infrastructure to download vscode only once during CI runs * Added jsconfig test suite * Added intellisense test suite * Added lwc-recipes test workspace * Added circle ci badge * Commented out lightning telemetry test that fails the entire lightning test suite Co-authored-by: Kris Gray <kgray@salesforce.com> Co-authored-by: Brian Buchanan <bpbuch@gmail.com> Co-authored-by: Nathan McWilliams <mysticflute@users.noreply.github.com>
* Add tests for activation modes during activate()
Co-authored-by: lcampos <lcamposguajardo@gmail.com>
Co-authored-by: Nathan Totten <nathan@ntotten.com> Co-authored-by: Nicolas Kruk <nicolaskruk@gmail.com>
[W-7166667] Hover integration tests for Aura and LWC Added tests for hovers Renamed run lwc tests script Minor cleanup in intellisense and jsconfig tests
* Add test coverage for test watch action * Add test coverage for test debug action * Add test coverage for test run action * Add test coverage for test indexer * fix lwc test run action test Co-authored-by: Nicolas Kruk <nicolaskruk@gmail.com>
@W-7174475@ * document linking integration tests * refactor hover tests Co-authored-by: Nicolas Kruk <nicolaskruk@gmail.com>
* Update screenshots and text. * Add note. * Add goto definition screen shot. * Update sidebar. * Remove sentence. * Fix note about linter error. Co-authored-by: Kris Gray <kgray@salesforce.com> Co-authored-by: Nathan Totten <nathan@ntotten.com>
…eated & fix issue with initial checks. @W-7187727@
…forcedotcom#1953) Co-authored-by: Fabien Taillon <ftaillon@gmail.com> @W-7147786@
…#1966) @W-7159594@, @W-7167218@
Codecov Report
@@ Coverage Diff @@
## 46.12 #1975 +/- ##
=======================================
+ Coverage 71.8% 75% +3.2%
=======================================
Files 183 225 +42
Lines 7337 8283 +946
Branches 843 922 +79
=======================================
+ Hits 5268 6213 +945
+ Misses 1894 1838 -56
- Partials 175 232 +57
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
What issues does this PR fix or reference?
#, @@
Functionality Before
<insert gif and/or summary>
Functionality After
<insert gif and/or summary>