Skip to content

Commit 94d48bd

Browse files
chore(config): remove milseading comment regarding "Better Comments" VSCode extension
1 parent 1264449 commit 94d48bd

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

framework/src/main/resources/config.conf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# * ------------------------------------- NODE CONFIGURATION --------------------------------------
22
# * This file is used to configure a TRON network node (Full Node, Super Representative, Lite Full Node).
33
# * This file uses a standardized commenting convention, designed to improve readability and developer experience when using
4-
# * the Better Comments extension in Visual Studio Code.
4+
# * the "Better Comments" extension in Visual Studio Code.
55
# * The file leverages categorized comment prefixes to visually distinguish different types of information:
66
# ! (Important comments)
77
# * Used for critical notes that require developer attention.
@@ -15,8 +15,11 @@
1515
# * These are supplementary and do not require immediate attention.
1616
# * This structure ensures a consistent, scannable configuration file where critical information stands out
1717
# * while maintaining clear and accessible documentation inline.
18-
# ? Ref (Better Comments): https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments
1918
# ? Ref: https://tronprotocol.github.io/documentation-en/using_javatron/private_network/
19+
# ! Please note:
20+
# ! despite the "Better Comments" extension enhances the Developer Experience by highlighting comments
21+
# ! in different colors based on their syntax, the extension does not add any other functional value to the file itself.
22+
# ! In case you choose to use the extension, this should not be installed on any node.
2023
# * --------------------------------------------- SECTIONS ----------------------------------------
2124
# * 1. net
2225
# * 2. storage

0 commit comments

Comments
 (0)