Skip to content

Commit

Permalink
Merge pull request #113 from forcedotcom/m2d/v1.0.0
Browse files Browse the repository at this point in the history
Main2Dev @W-16095971@ Merging main to dev after v1.0.0
  • Loading branch information
jfeingold35 authored Jul 30, 2024
2 parents 8876943 + 0362384 commit 5d043e0
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 333 deletions.
2 changes: 1 addition & 1 deletion SHA256.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ make sure that their SHA values match the values in the list below.
shasum -a 256 <location_of_the_downloaded_file>

3. Confirm that the SHA in your output matches the value in this list of SHAs.
7ddd2068fbe9a58bbb8fdf81f80964bd645e7a3112aaace72b3da1ca3dad05f5 ./extensions/sfdx-code-analyzer-vscode-0.7.0.vsix
172c7b2973ea3d66feaae5017e7eae0de384340a137d59305ef3c1bc4114a04f ./extensions/sfdx-code-analyzer-vscode-1.0.0.vsix
4. Change the filename extension for the file that you downloaded from .zip to
.vsix.

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"color": "#ECECEC",
"theme": "light"
},
"version": "0.7.0",
"version": "1.0.0",
"publisher": "salesforce",
"license": "BSD-3-Clause",
"engines": {
Expand Down Expand Up @@ -186,6 +186,10 @@
{
"command": "sfca.removeDiagnosticsOnSelectedFile",
"when": "false"
},
{
"command": "sfca.runApexGuruAnalysisOnSelectedFile",
"when": "false"
}
],
"editor/context": [
Expand Down
Loading

0 comments on commit 5d043e0

Please sign in to comment.