Skip to content

Commit

Permalink
update to LSP 0.0.11 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
maliroteh-sf authored Jun 8, 2021
1 parent 7f6004e commit e6e7b8b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.4.6]
- Update LSP: https://github.com/forcedotcom/salesforcedx-slds-lsp/releases/tag/v0.0.11

## [1.4.5]
Bug fixes:
- [Address SFDX package detection](https://github.com/forcedotcom/salesforcedx-vscode-slds/pull/85/commits/c951f3273b4ff16eb6846fae6f43e525c3d19bdb)
Expand Down
2 changes: 1 addition & 1 deletion client/src/sldsLanguageClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function createServerPromise(context: ExtensionContext, outputChannel: OutputCha
}

args.push('-jar');
args.push(path.resolve(context.extensionPath, 'lsp-0.0.10-executable.jar'));
args.push(path.resolve(context.extensionPath, 'lsp-0.0.11-executable.jar'));
args.push(`--PORT=${port.toString()}`);

let process = child_process.spawn(javaExecutablePath, args, options);
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "SLDS Validator",
"publisher": "salesforce",
"description": "Salesforce Lightning Design System",
"version": "1.4.5",
"version": "1.4.6",
"aiKey": "7344b284-73e5-420e-b680-73333da3e067",
"icon": "images/slds-icon.png",
"preview": true,
Expand Down

0 comments on commit e6e7b8b

Please sign in to comment.