Skip to content

Commit

Permalink
Swap LWC with LWC-next (#660)
Browse files Browse the repository at this point in the history
This is for Winter '19.

@W-5487489@
  • Loading branch information
vazexqi authored Oct 5, 2018
1 parent feed065 commit 738161d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-lwc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@salesforce/salesforcedx-utils-vscode": "43.19.0",
"ajv": "^6.1.1",
"eslint": "4.16.0",
"lwc-language-server": "1.5.1",
"lwc-language-server": "1.6.7",
"rxjs": "^5.4.1",
"vscode-extension-telemetry": "0.0.17",
"vscode-languageclient": "3.5.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ForceLightningLwcCreateExecutor extends (SfdxCommandletExecutor as {
return new SfdxCommandBuilder()
.withDescription(nls.localize('force_lightning_lwc_create_text'))
.withArg('force:lightning:component:create')
.withFlag('--type', 'web')
.withFlag('--type', 'lwc')
.withFlag('--componentname', data.fileName)
.withFlag('--outputdir', data.outputdir)
.withLogName('force_lightning_component_create')
Expand Down

0 comments on commit 738161d

Please sign in to comment.