Skip to content

Commit 6101f85

Browse files
authored
Merge pull request #7 from tryforge/dev
v1.0.1
2 parents 98d6fc4 + 5073d0f commit 6101f85

19 files changed

Lines changed: 158 additions & 75 deletions

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
## v1.0.1 <sub>(March 23, 2026)</sub>
4+
5+
### Added
6+
- Added package icon to status bar item
7+
- Added category specific icons for functions, events and enums to guides sidebar
8+
- Added possibility to specify multiple paths for custom functions
9+
10+
### Changed
11+
- Changed status bar item to open extension log instead of extension page
12+
13+
## v1.0.0 <sub>(March 22, 2026)</sub>
14+
15+
- Release

forgevsc.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"additionalProperties": false,
66
"properties": {
77
"customFunctionsPath": {
8-
"type": "string",
9-
"default": "",
10-
"description": "Path to your custom functions folder. This is used to generate metadata and to provide full extension feature support for your custom functions."
8+
"type": ["string", "array"],
9+
"default": [],
10+
"description": "Path(s) to your custom functions folder. This is used to generate metadata and to provide full extension feature support for your custom functions."
1111
},
1212
"additionalPackages": {
1313
"type": "array",
@@ -73,7 +73,7 @@
7373
"features": {
7474
"type": "object",
7575
"additionalProperties": false,
76-
"description": "The default features included with the extension. You can choose individually which ones to enable or disable.",
76+
"description": "The default features included within the extension. You can choose individually which ones to enable or disable.",
7777
"properties": {
7878
"folding": {
7979
"type": "boolean",

out/commands.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/commands.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/config.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/config.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/extension.js

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/extension.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/functions.js

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)