Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tomjs/create-app
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Jun 5, 2024
2 parents bddd54f + 2266611 commit 757921c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ function sortObjectKeys(values: any, startKeys?: string[], endKeys?: string[]) {
cKeys = cKeys.reduce((acc, key) => {
if (key.endsWith(':*')) {
const sk = key.replace(':*', ':');
console.log(`sk:`, sk);
const keys = allKeys.filter(k => !acc.includes(k) && k.startsWith(sk));
return acc.concat(keys);
}
Expand Down
1 change: 0 additions & 1 deletion templates/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "vscode-extension",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.0.0",
Expand Down

0 comments on commit 757921c

Please sign in to comment.