Skip to content

Commit

Permalink
fix parsing delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilja Postnovs committed May 16, 2024
1 parent 8f90abf commit 0021d28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,12 +418,12 @@
}
},
"markdownDescription": "Data for `ui5plugin.bulkExportToi18n` command. Contains data about which proprties should be exported to i18n."
},
"ui5.plugin.parsingDelay": {
"type": "number",
"default": 500,
"markdownDescription": "Delay for parsing JS/TS files. Increase it for complex projects."
}
},
"ui5.plugin.parsingDelay": {
"type": "number",
"default": 500,
"markdownDescription": "Delay for parsing JS/TS files. Increase it for complex projects."
}
},
"commands": [
Expand Down

0 comments on commit 0021d28

Please sign in to comment.