Add actions to show and hide secrets

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
Sanjula Ganepola
2024-11-18 19:01:10 -05:00
parent af0b2edb4a
commit fbd1371d70
6 changed files with 119 additions and 27 deletions

View File

@@ -10,7 +10,8 @@
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
}
}
}