Salesforce Extensions for VS Code
Перейти к файлу
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
.circleci Add environment variables (#278) 2018-01-29 07:44:01 -08:00
.github Add .github templates 2017-06-29 09:51:58 -07:00
.vscode Bundle eslint and eslint-plugin-lwc (#270) 2018-01-22 11:52:22 -08:00
docs Update the way we publish (#266) 2018-01-18 16:40:04 -08:00
packages Source link support for test failures (#308) 2018-02-20 16:43:58 -08:00
scripts Add LWC Bundle test (#309) 2018-02-16 10:14:34 -08:00
.appveyor.yml Make publishing compatible with Node 8 (#256) 2018-01-15 13:02:40 -08:00
.codecov.yml Update Build Infrastructure (#225) 2017-12-01 17:24:20 +01:00
.eslintrc.json Consume vscode 1.1.10 with Insiders build workaround (#231) 2017-12-18 22:02:57 +01:00
.gitignore Make publishing compatible with Node 8 (#256) 2018-01-15 13:02:40 -08:00
.npmrc Add LWC Extension (#241) 2018-01-04 09:10:14 -08:00
.nvmrc Make publishing compatible with Node 8 (#256) 2018-01-15 13:02:40 -08:00
.travis.yml Make publishing compatible with Node 8 (#256) 2018-01-15 13:02:40 -08:00
CONTRIBUTING.md Split up README (#17) 2017-07-31 10:47:40 -07:00
LICENSE.txt Add BSD-3 License 2017-07-21 12:20:04 -07:00
README.md Update product name; remove beta language (#172) 2017-10-13 08:15:31 -07:00
SHA256.md Updated SHA256 2018-02-10 12:25:22 -08:00
lerna.json v42.2.0 2018-02-10 12:23:57 -08:00
package.json Update the way we publish (#266) 2018-01-18 16:40:04 -08:00
tslint.json Handle the case where sfdx binary is not installed (#8) 2017-07-14 13:46:52 -07:00

README.md

Salesforce Extensions for VS Code

Build Status Linux and macOS Build status Windows Dev Dependencies codecov

Introduction

This repository contains the source code for Salesforce Extensions for VS Code: the Visual Studio Code (VS Code) extensions for Salesforce DX.

Currently, we have the following extensions:

Getting Started

If you are interested in contributing, please take a look at the CONTRIBUTING guide.

If you are interested in building the extensions locally, please take a look at the publishing doc.

You can find more information about developing Salesforce Extensions for VS Code in the docs folder. If the docs dont cover what you are looking for, please feel free to open an issue.

For information about using the extensions, consult the README.md file for each package.