-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also, remove "@salesforce" scope from package.json for VS Code extensions @W-4093458, W-4093566@
- Loading branch information
Showing
19 changed files
with
79 additions
and
5 deletions.
There are no files selected for viewing
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Introduction | ||
|
||
This is the Apex debugger for Visual Studio Code. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"preview": true, | ||
"name": "salesforcedx-vscode-apex", | ||
"displayName": "Apex Debugger for Visual Studio Code", | ||
"description": "Provides debugging support for the Apex programming language", | ||
"icon": "images/icon.png", | ||
"galleryBanner": { | ||
"color": "#ECECEC", | ||
"theme": "light" | ||
}, | ||
"version": "0.1.0", | ||
"publisher": "salesforce", | ||
"license": "MIT", | ||
"engines": { | ||
"vscode": "^1.10.0" | ||
}, | ||
"categories": ["Debuggers"] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Introduction | ||
|
||
This is the Apex Language Server for Visual Studio Code. | ||
This is the Apex extension for Visual Studio Code. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Introduction | ||
|
||
This is the Lightning Component extension for Visual Studio Code. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Introduction | ||
|
||
This is the Visualforce extension for Visual Studio Code. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Introduction | ||
|
||
This is the extension pack for Salesforce DX. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"preview": true, | ||
"name": "salesforcedx-vscode", | ||
"displayName": "Visual Studio Code Extension Pack for Salesforce DX", | ||
"description": "Collection of extension for Salesforce DX", | ||
"icon": "images/icon.png", | ||
"galleryBanner": { | ||
"color": "#ECECEC", | ||
"theme": "light" | ||
}, | ||
"version": "0.1.0", | ||
"publisher": "salesforce", | ||
"license": "MIT", | ||
"engines": { | ||
"vscode": "^1.10.0" | ||
}, | ||
"categories": ["Extension Packs"], | ||
"extensionDependencies": [ | ||
"salesforce.salesforcedx-vscode-apex", | ||
"salesforce.salesforcedx-vscode-core", | ||
"salesforce.salesforcedx-vscode-lightning", | ||
"salesforce.salesforcedx-vscode-visualforce" | ||
] | ||
} |