Skip to content

Commit

Permalink
chore: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Dec 18, 2024
1 parent 87c7b4c commit ce37bcd
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 56 deletions.
11 changes: 1 addition & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/salesforcedx-utils-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@salesforce/core-bundle": "8.6.1",
"@salesforce/source-deploy-retrieve-bundle": "12.7.4",
"@salesforce/source-tracking-bundle": "7.1.17",
"@salesforce/vscode-service-provider": "1.2.1",
"@salesforce/vscode-service-provider": "^1.3.0-rc.1",
"applicationinsights": "1.0.7",
"cross-spawn": "7.0.6",
"rxjs": "^5.4.1",
Expand Down
88 changes: 44 additions & 44 deletions packages/salesforcedx-vscode-apex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,50 +470,50 @@
"default": false,
"description": "%enable-apex-ls-error-to-telemetry%"
}
}
},
"languages": [
{
"id": "apex",
"aliases": [
"Apex",
"apex"
],
"extensions": [
".cls",
".trigger",
".soql"
],
"configuration": "./syntaxes/apex.configuration.json"
},
"languages": [
{
"id": "apex",
"aliases": [
"Apex",
"apex"
],
"extensions": [
".cls",
".trigger",
".soql"
],
"configuration": "./syntaxes/apex.configuration.json"
},
{
"id": "apex-anon",
"aliases": [
"Anonymous Apex"
],
"extensions": [
".apex"
],
"configuration": "./syntaxes/apex.configuration.json"
}
],
"grammars": [
{
"language": "apex",
"scopeName": "source.apex",
"path": "./grammars/apex.tmLanguage"
},
{
"language": "apex-anon",
"scopeName": "source.apex",
"path": "./grammars/apex.tmLanguage"
}
],
"snippets": [
{
"language": "apex",
"path": "./snippets/apex.json"
}
]
}
{
"id": "apex-anon",
"aliases": [
"Anonymous Apex"
],
"extensions": [
".apex"
],
"configuration": "./syntaxes/apex.configuration.json"
}
],
"grammars": [
{
"language": "apex",
"scopeName": "source.apex",
"path": "./grammars/apex.tmLanguage"
},
{
"language": "apex-anon",
"scopeName": "source.apex",
"path": "./grammars/apex.tmLanguage"
}
],
"snippets": [
{
"language": "apex",
"path": "./snippets/apex.json"
}
]
}
}
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-apex/package.nls.ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"collapse_tests_title": "SFDX: Apex テストを隠す",
"enable-apex-ls-error-to-telemetry": "Allow the Apex Language Server to collect telemetry of errors",
"create_apex_action_method": "SFDX: Create Apex Action from Selected Method",
"create_apex_action_class": "SFDX: Create Apex Action from This Class",
"create_apex_action_class": "SFDX: Create Apex Action from This Class",
"go_to_definition_title": "定義に移動",
"java_home_description": "Specifies the folder path to the Java 11, Java 17, or Java 21 runtime used to launch the Apex Language Server. Note on Windows the backslashes must be escaped.\n\nMac Example: `/Library/Java/JavaVirtualMachines/openjdk-11.jdk/Contents/Home`\n\nWindows Example: `C:\\\\Program Files\\\\Zulu\\\\zulu-17`\n\nLinux Example: `/usr/lib/jvm/java-21-openjdk-amd64`",
"refresh_test_title": "テストを更新",
Expand Down

0 comments on commit ce37bcd

Please sign in to comment.