Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Nov 22, 2023
1 parent 2ab37a0 commit 95b6de8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<img align="right" width="150" height="150" src="doc/images/icon.png">
<img align="right" width="100" height="50" src="doc/images/Yeoman_Logo.png">

# Sublime-Package

Expand Down
15 changes: 7 additions & 8 deletions generators/plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,13 @@ module.exports = class extends Generator {
data,
);

// todo
// if (data.sublime_settings) {
// this.renderTemplate(
// this.templatePath('.sublime-settings'),
// this.destinationPath(`${data.package_name_pascal_case}.sublime-settings`),
// data,
// );
// }
if (data.sublime_settings) {
this.renderTemplate(
this.templatePath('./../../settings/templates/settings.sublime-settings'),
this.destinationPath(`${data.package_name_pascal_case}.sublime-settings`),
data,
);
}

}

Expand Down

0 comments on commit 95b6de8

Please sign in to comment.