Skip to content

Commit 819e615

Browse files
authored
Merge pull request #32 from tryforge/dev
v1.2.4
2 parents 1e56063 + ecdbc85 commit 819e615

33 files changed

Lines changed: 457 additions & 103 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v1.2.4 <sub>(May 30, 2026)</sub>
4+
5+
### Added
6+
- Added support for condition operator highlighting
7+
- Added information message for refreshing function metadata
8+
39
## v1.2.3 <sub>(May 27, 2026)</sub>
410

511
### Added

forgevsc.schema.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@
5454
}
5555
}
5656
},
57+
"arguments": {
58+
"type": "object",
59+
"additionalProperties": false,
60+
"description": "The highlight colors used for function argument parts.",
61+
"properties": {
62+
"condition": {
63+
"type": "string",
64+
"default": "#4FC1FF",
65+
"description": "The highlight color used for argument condition operators.",
66+
"pattern": "^(?:#?(?:[0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}(?:[0-9a-fA-F]{2})?))?$",
67+
"errorMessage": "Input must be a valid hex color, e.g. #4FC1FF"
68+
}
69+
}
70+
},
5771
"operators": {
5872
"type": "object",
5973
"additionalProperties": false,

out/autocompletion.js

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/autocompletion.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: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)