Skip to content

Commit

Permalink
Merge branch 'main' of github.com:halcyon-tech/vscode-db2i
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Aug 9, 2022
2 parents d5e6156 + 288ec6d commit e6cc1d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/schemaBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ const getSchemaItems = (schema) => {
new SchemaItem(`Aliases`, `aliases`, schema, `symbol-reference`),
//new SchemaItem(`Column Masks`, `masks`, schema),
//new SchemaItem(`Constraints`, `constraints`, schema),
new SchemaItem(`Function`, `functions`, schema, `symbol-function`),
new SchemaItem(`Functions`, `functions`, schema, `symbol-function`),
new SchemaItem(`Global Variables`, `variables`, schema, `symbol-variable`),
new SchemaItem(`Indexes`, `indexes`, schema, `tag`),
//new SchemaItem(`Journal Receivers`, `receivers`, schema),
Expand Down Expand Up @@ -309,4 +309,4 @@ const moreButton = (schema, type) => {
};

return item;
}
}

0 comments on commit e6cc1d1

Please sign in to comment.