mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* [docs]: Currency Input Component * grammatical fixes * wip phone input component * Phone Input * [docs]: Email Input Component * [docs]: Update multiselect csa * [docs]: Date Picker v2 Coomponent * Minor Update * [docs]: Date Range Picker Component * [docs]: Time Picker Component * [docs]: Date Time Picker Component * Update datetime-picker-v2.md * Update datetime-picker-v2.md * [docs]: Text Area Component * action reference sequence * add shortcuts * add new actions * update sidebar * [docs]: Cutom Themes * component level permission * [docs]: Component & Query Level Permissions * [docs]: Pages and Navigation * generate form component docs * correct redirect * properties docs * CSAs * custom schema * delete old form doc * Icon Component * radio button * [docs]: Modules * Image Component * update: add use module doc * fix: overview * improve overview * [docs]: Step Component * [docs]: Modal Component * remove add widget section from old modal docs * [docs]: Container Component * Update container.md * [docs]: Dynamic Height of Various Components * [docs]: Inspector UI Updates * [docs]: Table Component * [docs]: Textarea Component * make minor updates * [docs]: Tab Component * [docs]: Range Slider * [docs]: File Picker Component * [docs]: Code Editor Component * [docs]: Multiselect Component * dropdown updates * fix: module behavior on app import-export * minor changes * resolve build errors * [docs]: Custom Logs * fix sidebar * sidebar update * fix sidebar * add sidebar * fix: content for import export module * fix * fix: arrow screenshot * sanity check for legacy component and URLs * form url update * Update settings.json * pages and navigation doc update --------- Co-authored-by: PriteshKiri <pritesh.d.kiri@gmail.com> Co-authored-by: Karan Rathod <karan.altcampus@gmail.com>
28 lines
803 B
JSON
28 lines
803 B
JSON
{
|
|
"[javascript, typescript]": {
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
},
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"eslint.format.enable": true,
|
|
"editor.formatOnSave": true,
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"/*.operations.json"
|
|
],
|
|
"url": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"/*.manifest.json"
|
|
],
|
|
"url": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json"
|
|
}
|
|
],
|
|
"CodeGPT.apiKey": "CodeGPT Plus Beta"
|
|
}
|